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;