Browse Source

禁用多选框样式优化

chenrui 3 years ago
parent
commit
e56147d922
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/components/newThem.less

+ 2 - 1
src/components/newThem.less

@@ -6,4 +6,5 @@
 @menu-item-height: 30px;
 @collapse-header-padding: 6px 8px;
 @table-padding-vertical: 5px;
-@table-padding-horizontal: 5px;
+@table-padding-horizontal: 5px;
+@input-disabled-bg: #dedede;