浏览代码

select condition style update

marymelisa 4 年之前
父节点
当前提交
6e0bb3a31c
共有 2 个文件被更改,包括 23 次插入1 次删除
  1. 22 0
      src/assets/styles/mixin.less
  2. 1 1
      src/common/components/drawer/index.vue

+ 22 - 0
src/assets/styles/mixin.less

@@ -2334,4 +2334,26 @@ input:-internal-autofill-selected {
 .ant-menu-dark .ant-menu-inline.ant-menu-sub {
     background: @m-black28;
     box-shadow: none;
+}
+
+// 仓单贸易查询条件
+.ant-select-tree-dropdown {
+    background: @m-grey9;
+    box-shadow: none;
+    .ant-select-tree {
+        color: @m-grey1;
+        li {
+            .ant-select-tree-node-content-wrapper {
+                color: @m-grey1;
+            }
+            .ant-select-tree-child-tree {
+                li:hover {
+                    background: @m-blue3;
+                    span {
+                        background: @m-blue3;
+                    }
+                }
+            }
+        }
+    }
 }

+ 1 - 1
src/common/components/drawer/index.vue

@@ -113,7 +113,7 @@ export default defineComponent({
     }
 }
 .bottomWidth {
-    .position(fixed, 101px, 0, auto, auto);
+    .position(fixed, auto, 0, 0, auto);
     width: 765px;
     height: 396px;
     background: transparent;