Browse Source

Merge branch 'dev' of http://39.106.8.246:3003/web/ibms into dev

zhangyu 5 năm trước cách đây
mục cha
commit
2db9970b03

+ 4 - 0
src/components/ready/buildfloor/addBuild.vue

@@ -276,5 +276,9 @@
       width: 100% !important;
       display: block !important;
     }
+
+    /deep/ .el-input--small {
+      width: 200px
+    }
   }
 </style>

+ 5 - 0
src/components/ready/buildfloor/formItems.vue

@@ -120,8 +120,13 @@
       font-size: 12px;
     }
   }
+
   /deep/ .FloorTypeSelect .el-form-item__content {
     width: 200px;
   }
+
+  /deep/ .el-input--small {
+    width: 200px
+  }
 }
 </style>