mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 17:24:26 +08:00
code refactor
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<v-table>
|
||||
<v-table class="table-striped">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="text-uppercase">{{ $t('Currency') }}</th>
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<v-table class="transaction-tags-table">
|
||||
<v-table class="transaction-tags-table table-striped">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="text-uppercase" style="width: 50%">{{ $t('Tag Title') }}</th>
|
||||
|
||||
@@ -87,7 +87,7 @@
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<v-table class="text-no-wrap">
|
||||
<v-table class="table-striped text-no-wrap">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="text-uppercase">{{ $t('Type') }}</th>
|
||||
|
||||
Reference in New Issue
Block a user