7525-devToTest #419

Merged
alexm merged 177 commits from 7525-devToTest into test 2024-06-04 08:06:27 +00:00
1 changed files with 3 additions and 2 deletions
Showing only changes of commit 8e4c74c1cc - Show all commits

View File

@ -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>