wjx 1 月之前
父节点
当前提交
f30d79f589
共有 1 个文件被更改,包括 4 次插入3 次删除
  1. 4 3
      src/global.less

+ 4 - 3
src/global.less

@@ -153,13 +153,14 @@ ol {
   font-weight: 600;
 }
 
-.css-dark,
-.css-light {
+.css-dark {
   &>.ant-pro-layout-bg-list {
-    // background-color: rgba(232, 234, 237, 1);
     background: linear-gradient(#ebecef, #e7eaed 20%);
   }
+}
 
+.css-dark,
+.css-light {
   .ant-table-tbody-virtual-scrollbar-thumb {
     background-color: #a3a3a3 !important;
   }