From be4a7802f779ff32d1c61554f768b41047d2ea84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wei=5F=E4=BD=B3?= Date: Thu, 13 Nov 2025 17:53:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E8=A1=A8=E6=A0=BC=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E5=92=8C=E4=B8=BB=E9=A2=98=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/settings/theme.json | 4 ++-- web/src/components/table/CrudTable.vue | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/web/settings/theme.json b/web/settings/theme.json index 24785e3..959bda7 100644 --- a/web/settings/theme.json +++ b/web/settings/theme.json @@ -19,9 +19,9 @@ "infoColorSuppl": "#4098FCFF", "successColor": "#18A058FF", - "successColorHover": "#F4511E", + "successColorHover": "#36AD6AFF", "successColorPressed": "#0C7A43FF", - "successColorSuppl": "#F4511E", + "successColorSuppl": "#36AD6AFF", "warningColor": "#F0A020FF", "warningColorHover": "#FCB040FF", diff --git a/web/src/components/table/CrudTable.vue b/web/src/components/table/CrudTable.vue index e8ca036..238b01e 100644 --- a/web/src/components/table/CrudTable.vue +++ b/web/src/components/table/CrudTable.vue @@ -4,6 +4,11 @@ + +
+ +
+