From 4291d59b97df05b06ac82e4d1ea4b6bdbd2086ab Mon Sep 17 00:00:00 2001 From: dap <15891557205@163.com> Date: Thu, 16 Oct 2025 11:09:01 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E6=8B=96=E6=8B=BD=E5=88=97=E5=AE=BD?= =?UTF-8?q?=E6=97=B6=E7=9A=84=E9=A2=9C=E8=89=B2=E4=B8=8Eprimary=E4=BF=9D?= =?UTF-8?q?=E6=8C=81=E4=B8=80=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 8 ++++++++ packages/effects/plugins/src/vxe-table/style.css | 3 +++ 2 files changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8481038..7fa9bd89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# 1.5.1 + +对应后端版本 单体/微服务: 5.5.0/2.5.0 + +**STYLE** + +- 拖拽列宽时的颜色与primary保持一致 + # 1.5.0 对应后端版本 单体/微服务: 5.5.0/2.5.0 diff --git a/packages/effects/plugins/src/vxe-table/style.css b/packages/effects/plugins/src/vxe-table/style.css index d478ecf3..6b6f55aa 100644 --- a/packages/effects/plugins/src/vxe-table/style.css +++ b/packages/effects/plugins/src/vxe-table/style.css @@ -49,6 +49,9 @@ --vxe-ui-font-primary-lighten-color: hsl(var(--primary) / 60%); --vxe-ui-font-primary-darken-color: hsl(var(--primary)); + /* 拖拽列宽颜色 */ + --vxe-ui-table-resizable-drag-line-color: hsl(var(--primary)); + /* --vxe-ui-table-fixed-scrolling-box-shadow-color: rgb(0 0 0 / 80%); */ height: auto !important;