ソースを参照

修改最小宽度

zhangxc 6 年 前
コミット
72249ce662
1 ファイル変更4 行追加1 行削除
  1. 4 1
      src/components/icss/AddChemicalAndCommonMapping.vue

+ 4 - 1
src/components/icss/AddChemicalAndCommonMapping.vue

@@ -274,7 +274,9 @@ export default {
 </script>
 </script>
 <style lang="less">
 <style lang="less">
 .AddChemicalAndCommonMappingWrapper {
 .AddChemicalAndCommonMappingWrapper {
-    min-width: 980px;
+    .AddChemicalAndCommonMappingBox {
+        min-width: 900px;
+    }
     color: #606266;
     color: #606266;
     .topBack {
     .topBack {
         top: 0;
         top: 0;
@@ -377,6 +379,7 @@ export default {
             background-color: #fff;
             background-color: #fff;
             margin: 0px 20px;
             margin: 0px 20px;
             padding: 20px;
             padding: 20px;
+            min-width: 920px;
             .el-button {
             .el-button {
                 position: absolute;
                 position: absolute;
                 right: 80px;
                 right: 80px;