fix: style
This commit is contained in:
parent
cbe44c97f6
commit
8e4c74c1cc
|
@ -54,7 +54,7 @@ onMounted(() => weekdayStore.initStore());
|
||||||
/>
|
/>
|
||||||
<VnSubToolbar />
|
<VnSubToolbar />
|
||||||
<QPage class="column items-center q-pa-md">
|
<QPage class="column items-center q-pa-md">
|
||||||
<QCard class="full-width">
|
<QCard class="full-width q-pa-md">
|
||||||
<div
|
<div
|
||||||
v-for="(detail, index) in details"
|
v-for="(detail, index) in details"
|
||||||
:key="index"
|
:key="index"
|
||||||
|
@ -77,8 +77,9 @@ onMounted(() => weekdayStore.initStore());
|
||||||
padding-left: 8px;
|
padding-left: 8px;
|
||||||
height: 35px;
|
height: 35px;
|
||||||
border-bottom: 1px solid $primary;
|
border-bottom: 1px solid $primary;
|
||||||
background-color: black;
|
background-color: var(--vn-page-color);
|
||||||
font-size: 19px;
|
font-size: 19px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue