modify style
This commit is contained in:
@@ -156,7 +156,7 @@
|
|||||||
</v-card-text>
|
</v-card-text>
|
||||||
|
|
||||||
<v-card-text>
|
<v-card-text>
|
||||||
<div class="d-flex align-center">
|
<div class="d-flex account-toolbar align-center">
|
||||||
<v-btn class="px-2" density="comfortable" color="default" variant="text"
|
<v-btn class="px-2" density="comfortable" color="default" variant="text"
|
||||||
:disabled="loading" :prepend-icon="icons.edit"
|
:disabled="loading" :prepend-icon="icons.edit"
|
||||||
@click="edit(account)">
|
@click="edit(account)">
|
||||||
@@ -447,6 +447,11 @@ export default {
|
|||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.account-toolbar {
|
||||||
|
overflow-x: auto;
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
|
||||||
.account-balance {
|
.account-balance {
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
|
color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
|
||||||
|
|||||||
Reference in New Issue
Block a user