浏览代码

style: 修改表格亮色模式下已选中行背景颜色

zhouyuhao 1 年之前
父节点
当前提交
cec3caa420
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/styles/theme.scss

+ 1 - 1
src/styles/theme.scss

@@ -243,7 +243,7 @@
     --el-border: #eaebed;
   }
 
-  --color-vxe-table-visited-row-bg: #ff7500;
+  --color-vxe-table-visited-row-bg: #f2f2f2;
 }
 
 :root.dark {