Browse Source

自动投放 1.4

jiayufei 4 years ago
parent
commit
c366124113

+ 0 - 12
src/views/modules/account-config/components/configuration-modal.less

@@ -81,24 +81,12 @@
                 margin-left: 40px !important;
             }
             .select-orientation-class {
-                // /deep/ .ant-select-selection--single .ant-select-selection__rendered {
-                //     display: flex;
-                //     justify-content: space-between;
-                // }
-                // /deep/ .ant-select-selection-selected-value {
-                //     clear: both;
-                //     width: 320px;
-                // }
                 .orient-list {
                     display: flex;
                     justify-content: space-between;
                     width: 240px;
                     .orient-option-left {
                         float: left;
-                        // width: 150px;
-                        // white-space: nowrap;
-                        // overflow: hidden;
-                        // text-overflow: ellipsis;
                     }
                     .orient-option-right {
                         float: right;

+ 1 - 1
src/views/modules/account-config/components/directional-logic/directional-logic.less

@@ -1,7 +1,7 @@
 .directional-logic-content {
     .input-search {
         width: 240px;
-        margin: 10px 0 10px 0;
+        margin: 0 0 10px 0;
     }
     .tree-select-class {
         display: flex;