mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-20 17:54:30 +08:00
modify style
This commit is contained in:
@@ -162,6 +162,7 @@ i.icon.la, i.icon.las, i.icon.lab {
|
|||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tabbar-primary-link,
|
||||||
.tabbar-item-changed {
|
.tabbar-item-changed {
|
||||||
color: var(--f7-theme-color);
|
color: var(--f7-theme-color);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -278,7 +278,7 @@
|
|||||||
|
|
||||||
<f7-toolbar tabbar bottom v-if="mode !== 'view'">
|
<f7-toolbar tabbar bottom v-if="mode !== 'view'">
|
||||||
<f7-link :class="{ 'disabled': inputIsEmpty || submitting }" @click="save">
|
<f7-link :class="{ 'disabled': inputIsEmpty || submitting }" @click="save">
|
||||||
{{ $t(saveButtonTitle) }}
|
<span class="tabbar-primary-link">{{ $t(saveButtonTitle) }}</span>
|
||||||
</f7-link>
|
</f7-link>
|
||||||
</f7-toolbar>
|
</f7-toolbar>
|
||||||
</f7-page>
|
</f7-page>
|
||||||
|
|||||||
Reference in New Issue
Block a user