guoxiaohuan 4 yıl önce
ebeveyn
işleme
d4cf57b008
2 değiştirilmiş dosya ile 1 ekleme ve 4 silme
  1. BIN
      node_modules.zip
  2. 1 4
      src/views/legendRules/index.vue

BIN
node_modules.zip


+ 1 - 4
src/views/legendRules/index.vue

@@ -320,9 +320,9 @@ export default {
         }
         .legend-rules-right {
             padding: 16px;
-            flex: 1;
             background: #fff;
             color: #1f2429;
+            width: calc(100% - 290px);
             .img {
                 width: 28px;
                 height: 28px;
@@ -350,9 +350,6 @@ export default {
     /deep/ .ant-tree li .ant-tree-node-content-wrapper:hover {
         background: transparent !important;
     }
-    /deep/ .p-inner-container {
-        overflow-x: hidden;
-    }
     .is-current {
         background: #e1f2ff !important;
         border-radius: 4px;