mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-22 02:34:26 +08:00
modify style
This commit is contained in:
+12
-12
@@ -259,20 +259,20 @@ const vuetify = createVuetify({
|
|||||||
'on-primary': '#ffffff',
|
'on-primary': '#ffffff',
|
||||||
'on-success': '#ffffff',
|
'on-success': '#ffffff',
|
||||||
'on-warning': '#ffffff',
|
'on-warning': '#ffffff',
|
||||||
'background': '#28243d',
|
'background': '#000000',
|
||||||
'on-background': '#fcf0e3',
|
'on-background': '#fcf0e3',
|
||||||
'surface': '#312d4b',
|
'surface': '#1c1c1d',
|
||||||
'on-surface': '#fcf0e3',
|
'on-surface': '#fcf0e3',
|
||||||
'grey-50': '#2a2e42',
|
'grey-50': '#212121',
|
||||||
'grey-100': '#474360',
|
'grey-100': '#424242',
|
||||||
'grey-200': '#4a5072',
|
'grey-200': '#616161',
|
||||||
'grey-300': '#5e6692',
|
'grey-300': '#757575',
|
||||||
'grey-400': '#7983bb',
|
'grey-400': '#909090',
|
||||||
'grey-500': '#8692d0',
|
'grey-500': '#a2a2a2',
|
||||||
'grey-600': '#aab3de',
|
'grey-600': '#b4b4b4',
|
||||||
'grey-700': '#b6bee3',
|
'grey-700': '#c6c6c6',
|
||||||
'grey-800': '#cfd3ec',
|
'grey-800': '#d8d8d8',
|
||||||
'grey-900': '#e7e9f6',
|
'grey-900': '#eaeaea',
|
||||||
'perfect-scrollbar-thumb': '#4a5072',
|
'perfect-scrollbar-thumb': '#4a5072',
|
||||||
'skin-bordered-background': '#312d4b',
|
'skin-bordered-background': '#312d4b',
|
||||||
'skin-bordered-surface': '#312d4b'
|
'skin-bordered-surface': '#312d4b'
|
||||||
|
|||||||
@@ -85,7 +85,7 @@
|
|||||||
<div class="layout-navbar navbar-blur">
|
<div class="layout-navbar navbar-blur">
|
||||||
<div class="navbar-content-container">
|
<div class="navbar-content-container">
|
||||||
<div class="d-flex h-100 align-center">
|
<div class="d-flex h-100 align-center">
|
||||||
<v-btn class="ms-n3 d-lg-none" color="default" variant="text"
|
<v-btn class="ms-n3 mr-2 d-lg-none" color="default" variant="text"
|
||||||
:icon="true" @click="showVerticalOverlayMenu = true">
|
:icon="true" @click="showVerticalOverlayMenu = true">
|
||||||
<v-icon :icon="icons.menu" size="24" />
|
<v-icon :icon="icons.menu" size="24" />
|
||||||
</v-btn>
|
</v-btn>
|
||||||
|
|||||||
Reference in New Issue
Block a user