Ver código fonte

企业详情调整

chuwuya 2 anos atrás
pai
commit
ca7bbc60f3

+ 8 - 7
src/views/userManagement/groupManagement/forms/corporationdetailEdit.vue

@@ -104,19 +104,21 @@ export default {
     top: 165px;
 }
 
+.el-select {
+    width: 100%;
+}
 
 .el-form {
     padding: 20px 20% 0 20%;
+
     .el-form-item {
         padding-top: 10px;
         margin-inline: 20px;
         margin-bottom: 0;
     }
-    .el-select{
-        width: 100%;
-    }
-    .el-cascader{
-        /deep/.el-input__inner{
+
+    .el-cascader {
+        /deep/.el-input__inner {
             width: 180px;
         }
     }
@@ -147,5 +149,4 @@ export default {
     margin-left: 50px;
     font-size: 14px;
     background: #3da0d6;
-}
-</style>
+}</style>