mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-17 16:02:00 +08:00
chore: vxe表格头部背景色 与antd保持一致
This commit is contained in:
@@ -91,3 +91,11 @@ vxe默认圆角
|
|||||||
html {
|
html {
|
||||||
--vxe-ui-border-radius: 8px !important;
|
--vxe-ui-border-radius: 8px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
vxe表格头部背景色 与antd保持一致 只需要处理light模式 夜间模式用vxe默认的
|
||||||
|
*/
|
||||||
|
html[data-vxe-ui-theme='light'] {
|
||||||
|
/** 只支持hsl格式 */
|
||||||
|
--vxe-ui-table-header-background-color: hsl(0deg 0% 98%) !important;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user