Explorar el Código

项目化配置样式优化

zhangyu hace 5 años
padre
commit
584ff9193c
Se han modificado 1 ficheros con 9 adiciones y 3 borrados
  1. 9 3
      src/views/project_setting/collection_setting/index.vue

+ 9 - 3
src/views/project_setting/collection_setting/index.vue

@@ -846,8 +846,8 @@
     }
     #page-main .el-tabs__content{
         height: 100%;
-        // overflow-y: auto;
-        overflow: hidden;
+        overflow-y: auto;
+        // overflow: hidden;
     }
 </style>
 
@@ -975,8 +975,14 @@
                     }
                     ul {
                         display: inline-block;
-                        width: 240px;
+                        width: 230px;
                         line-height: 30px;
+                        .el-checkbox{
+                            width: 220px;
+                            overflow: hidden;
+                            white-space: nowrap;
+                            text-overflow: ellipsis;
+                        }
                     }
                 }
             }