Browse Source

扫楼数据管理弹框样式修改

zhangyu 5 years ago
parent
commit
399475626a

+ 2 - 1
src/components/data_admin/buildData/style.scss

@@ -370,7 +370,8 @@ h3 {
         .el-dialog__body {
             height: 100%;
             .mod_title {
-                max-height: 8rem;
+                // max-height: 8rem;
+                height: 300px;
                 .qr_code,
                 .msg_main {
                     float: left;

+ 6 - 1
src/views/data_admin/buildData/index.vue

@@ -1824,7 +1824,8 @@
         width: 100%;
     }
     .el-dialog{
-       height: 100%;
+        width: 900px;
+       height: auto;
     }
     .center{
         text-align: center
@@ -1833,5 +1834,9 @@
         width: 90px;
     }
 }
+.el-dialog__body {
+    max-height: 440px;
+    overflow-y: auto;
+}
 </style>