forked from verdnatura/salix-front
use the color of calendar background for the border of panel card
This commit is contained in:
parent
1577fb701b
commit
a808491c5e
|
@ -507,7 +507,7 @@ onMounted(async () => {
|
|||
</Teleport>
|
||||
</template>
|
||||
<QDrawer v-model="stateStore.rightDrawer" side="right" :width="260" class="q-pa-md">
|
||||
<div class="q-pa-md q-mb-md" style="border: 2px solid black">
|
||||
<div class="q-pa-md q-mb-md" style="border: 2px solid #121212">
|
||||
<QCardSection horizontal>
|
||||
<span class="text-weight-bold text-subtitle1 text-center full-width">
|
||||
{{ t('Hours') }}
|
||||
|
|
Loading…
Reference in New Issue