mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 00:34:28 +08:00
modify style
This commit is contained in:
@@ -239,8 +239,9 @@
|
|||||||
</f7-card>
|
</f7-card>
|
||||||
|
|
||||||
<f7-toolbar tabbar bottom v-if="mode !== 'view'">
|
<f7-toolbar tabbar bottom v-if="mode !== 'view'">
|
||||||
<f7-button fill :class="{ 'disabled': inputIsEmpty || submitting }"
|
<f7-link :class="{ 'disabled': inputIsEmpty || submitting }" @click="save">
|
||||||
:text="$t(saveButtonTitle)" @click="save"></f7-button>
|
{{ $t(saveButtonTitle) }}
|
||||||
|
</f7-link>
|
||||||
</f7-toolbar>
|
</f7-toolbar>
|
||||||
</f7-page>
|
</f7-page>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user