From 8f9006c96d4409da707a148138fa48ac1f35003f Mon Sep 17 00:00:00 2001 From: dap <15891557205@163.com> Date: Mon, 7 Apr 2025 10:58:51 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20vxe=20=E5=8F=B3=E4=B8=8A=E8=A7=92toolbar?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E8=89=B2/=E7=BF=BB=E9=A1=B5=E4=B8=BB?= =?UTF-8?q?=E9=A2=98=E8=89=B2=E4=BF=9D=E6=8C=81=E4=B8=80=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/effects/plugins/src/vxe-table/style.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/packages/effects/plugins/src/vxe-table/style.css b/packages/effects/plugins/src/vxe-table/style.css index 8dc19b8a..5a97d7f2 100644 --- a/packages/effects/plugins/src/vxe-table/style.css +++ b/packages/effects/plugins/src/vxe-table/style.css @@ -46,9 +46,12 @@ --vxe-ui-table-row-current-background-color: hsl(var(--accent)); --vxe-ui-table-row-hover-current-background-color: hsl(var(--accent-hover)); - height: auto !important; - /* --vxe-ui-table-fixed-scrolling-box-shadow-color: rgb(0 0 0 / 80%); */ + + /** 右上角toolbar按钮色/翻页主题色保持一致 */ + --vxe-ui-font-primary-lighten-color: hsl(var(--primary-500)); + + height: auto !important; } html[data-vxe-ui-theme='dark'] .vxe-grid {