We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
CCard
1 parent a1a845c commit 051f11cCopy full SHA for 051f11c
src/components/CCard.vue
@@ -1,6 +1,5 @@
1
<template>
2
<v-card
3
- :rounded="mode === 'fullscreen' ? false : 'xl'"
4
elevation="0"
5
border
6
:height="height"
@@ -11,6 +10,9 @@
11
10
:loading="loading"
12
:color="color"
13
:disabled="disabled"
+ :style="{
14
+ borderRadius: mode === 'fullscreen' ? '0 !important' : '16px !important',
15
+ }"
16
>
17
<template #loader="{ isActive }">
18
<v-progress-linear
0 commit comments