mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 16:54:25 +08:00
modify style
This commit is contained in:
@@ -61,7 +61,7 @@
|
|||||||
<tbody v-if="!loading && noAvailableTemplate">
|
<tbody v-if="!loading && noAvailableTemplate">
|
||||||
<tr>
|
<tr>
|
||||||
<td v-if="templateType === allTemplateTypes.Normal">{{ $t('No available template. Once you add templates, you can quickly add a new transaction using the dropdown menu of the Add button on the transaction list page') }}</td>
|
<td v-if="templateType === allTemplateTypes.Normal">{{ $t('No available template. Once you add templates, you can quickly add a new transaction using the dropdown menu of the Add button on the transaction list page') }}</td>
|
||||||
<td v-if="templateType === allTemplateTypes.Schedule">{{ $t('No available scheduled transactions') }}</td>
|
<td v-else-if="templateType === allTemplateTypes.Schedule">{{ $t('No available scheduled transactions') }}</td>
|
||||||
<td v-else>{{ $t('No available template') }}</td>
|
<td v-else>{{ $t('No available template') }}</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
<f7-list-item :title="$t('No available template')"
|
<f7-list-item :title="$t('No available template')"
|
||||||
:footer="$t('Once you add templates, you can long press the Add button on the home page to quickly add a new transaction')"
|
:footer="$t('Once you add templates, you can long press the Add button on the home page to quickly add a new transaction')"
|
||||||
v-if="templateType === allTemplateTypes.Normal"></f7-list-item>
|
v-if="templateType === allTemplateTypes.Normal"></f7-list-item>
|
||||||
<f7-list-item :title="$t('No available scheduled transactions')" v-if="templateType === allTemplateTypes.Schedule"></f7-list-item>
|
<f7-list-item :title="$t('No available scheduled transactions')" v-else-if="templateType === allTemplateTypes.Schedule"></f7-list-item>
|
||||||
<f7-list-item :title="$t('No available template')" v-else></f7-list-item>
|
<f7-list-item :title="$t('No available template')" v-else></f7-list-item>
|
||||||
</f7-list>
|
</f7-list>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user