mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-20 17:54:30 +08:00
modify style
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
</f7-navbar>
|
</f7-navbar>
|
||||||
|
|
||||||
<f7-card class="account-overview-card" :class="{ 'skeleton-text': loading }">
|
<f7-card class="account-overview-card" :class="{ 'skeleton-text': loading }">
|
||||||
<f7-card-header class="display-block" style="padding-top: 100px;">
|
<f7-card-header class="display-block" style="padding-top: 120px;">
|
||||||
<p class="no-margin">
|
<p class="no-margin">
|
||||||
<small :style="{ opacity: 0.6 }" v-if="loading">Net assets</small>
|
<small :style="{ opacity: 0.6 }" v-if="loading">Net assets</small>
|
||||||
<small :style="{ opacity: 0.6 }" v-else-if="!loading">{{ $t('Net assets') }}</small>
|
<small :style="{ opacity: 0.6 }" v-else-if="!loading">{{ $t('Net assets') }}</small>
|
||||||
|
|||||||
Reference in New Issue
Block a user