zhujindu пре 8 месеци
родитељ
комит
22d2536d03
1 измењених фајлова са 13 додато и 1 уклоњено
  1. 13 1
      src/views/deviceOutside/suishenbangOutstoreVisit.vue

+ 13 - 1
src/views/deviceOutside/suishenbangOutstoreVisit.vue

@@ -903,7 +903,7 @@ export default {
   color: #0057ba;
 }
 </style>
-<style>
+<style lang="scss">
 .navBarOverlay .van-nav-bar__left .van-icon {
   color: #8b8b8b;
 }
@@ -923,4 +923,16 @@ export default {
   left: -1000px;
   position: relative;
 }
+.el-dialog__wrapper {
+  z-index: 3333 !important;
+  display: flex;
+  justify-content: center;
+  align-items: center;
+  background: rgba(0, 0, 0, 0.5) !important;
+  .wuliaoTable {
+    .el-dialog__body {
+      padding: 30px 20px !important;
+    }
+  }
+}
 </style>