diff --git a/src/styles/desktop/global.scss b/src/styles/desktop/global.scss index 554fb1b0..6bf0b04c 100644 --- a/src/styles/desktop/global.scss +++ b/src/styles/desktop/global.scss @@ -133,6 +133,14 @@ input[type=number] { height: 10px; } +.bidirectional-switch { + cursor: pointer; +} + +.bidirectional-switch.v-input--horizontal .v-input__prepend { + margin-right: 10px; /* same as the padding-left of `.v-switch .v-label` */ +} + .code-container { background-color: #efefef; } @@ -163,6 +171,17 @@ input[type=number] { cursor: pointer !important; } +.always-cursor-text, +.always-cursor-text.v-input.v-input--readonly input, +.always-cursor-text.v-input.v-input--readonly textarea, +.always-cursor-text.v-input.v-input--readonly .v-field .v-text-field__prefix, +.always-cursor-text.v-input.v-input--readonly .v-field .v-text-field__suffix, +.always-cursor-text.v-input.v-input--readonly .v-field .v-field__input, +.always-cursor-text.v-input.v-input--readonly .v-field.v-field, +.always-cursor-text.v-input.v-input--readonly .cursor-pointer { + cursor: text !important; +} + .v-table { th { background: rgb(var(--v-table-header-background)) !important; diff --git a/src/views/desktop/statistics/transaction/dialogs/ExportDialog.vue b/src/views/desktop/statistics/transaction/dialogs/ExportDialog.vue index 356b0d34..665930d4 100644 --- a/src/views/desktop/statistics/transaction/dialogs/ExportDialog.vue +++ b/src/views/desktop/statistics/transaction/dialogs/ExportDialog.vue @@ -30,7 +30,7 @@ - @@ -46,7 +46,7 @@ fixed-footer multi-sort density="compact" - height="365" + height="360" :headers="dataTableHeaders" :items="dataTableItems" :hover="true" @@ -55,8 +55,9 @@ :no-data-text="tt('No data')" v-if="!showRawData" > -
- +
+
@@ -217,13 +218,3 @@ defineExpose({ open }); - - diff --git a/src/views/desktop/user/settings/dialogs/UserGenerateMCPTokenDialog.vue b/src/views/desktop/user/settings/dialogs/UserGenerateMCPTokenDialog.vue index 2693737b..b49b82c2 100644 --- a/src/views/desktop/user/settings/dialogs/UserGenerateMCPTokenDialog.vue +++ b/src/views/desktop/user/settings/dialogs/UserGenerateMCPTokenDialog.vue @@ -8,7 +8,7 @@ - @@ -18,24 +18,25 @@ - - - - - - - - - - + +
+ +
+
+ + +
@@ -45,7 +46,7 @@ {{ tt('Cancel') }} - {{ tt('Copy') }} + {{ tt('Copy') }} {{ tt('Close') }}