/
githubmirror
/
vuetify
Обзор
Документация
Войти
/
githubmirror
/
vuetify
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
packages/docs/src/examples/spacing/negative-margin.vue
19 строк
375 B
J-Sek
feat: MD3 elevation levels (#22461)
28 янв 2026, 21:17
Не верифицирован
28 янв 2026, 21:17
dfce695
Код
Авторство
О чём код?
<template> <div> <v-card class="mx-auto" color="secondary" height="100" max-width="200" ></v-card> <v-card class="mt-n12 mx-auto" color="secondary" elevation="4" height="200" max-width="300" > <v-card-text>This card has negative top margin applied</v-card-text> </v-card> </div> </template>