From 94b3a0d44c6960e5fcb5b0ed20ed0f0817496b7b Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Wed, 11 Feb 2026 09:50:15 +0800 Subject: [PATCH] fix: Style optimization --- frontend/src/views/chat/QuickQuestion.vue | 3 +++ frontend/src/views/ds/DataTable.vue | 19 +++++++++++++++---- 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/frontend/src/views/chat/QuickQuestion.vue b/frontend/src/views/chat/QuickQuestion.vue index 5e044d90..660b5a46 100644 --- a/frontend/src/views/chat/QuickQuestion.vue +++ b/frontend/src/views/chat/QuickQuestion.vue @@ -185,6 +185,9 @@ const props = withDefaults( top: 30px; right: 4px; z-index: 1; + &:hover { + background-color: #1f23291a !important; + } } .tool-btn { diff --git a/frontend/src/views/ds/DataTable.vue b/frontend/src/views/ds/DataTable.vue index 70c7b29a..312705b2 100644 --- a/frontend/src/views/ds/DataTable.vue +++ b/frontend/src/views/ds/DataTable.vue @@ -381,10 +381,17 @@ const btnSelectClick = (val: any) => {
{{ $t('ds.tables') }} - - - - + + + + + +
{ border-radius: 4px; cursor: pointer; + &:not(:last-child) { + margin-bottom: 2px; + } + &.disabled-table { background: #dee0e3 !important; color: #646a73;