diff --git a/src/views/mz/dept/index.vue b/src/views/mz/dept/index.vue index 0db1a57..f83d740 100644 --- a/src/views/mz/dept/index.vue +++ b/src/views/mz/dept/index.vue @@ -4,7 +4,7 @@
-
+
- - + + @@ -118,6 +118,13 @@ + + + + + + + @@ -310,6 +317,9 @@ export default { propertyId: [ { required: true, message: "请选择关联物业", trigger: "change" }, ], + introduce: [ + { required: true, message: "请输入详细介绍", trigger: "blur" }, + ] }, map: null, marker: null, @@ -739,36 +749,36 @@ export default { } .tree { - min-width: 150px; + min-width: 10.7143rem; } .amap-box { width: 100%; - height: 400px; - border: 1px solid #dcdfe6; - border-radius: 4px; + height: 28.5714rem; + border: .0714rem solid #dcdfe6; + border-radius: .2857rem; } .map-container { position: relative; - margin-bottom: 10px; + margin-bottom: .7143rem; } .map-search-box { position: absolute; - top: 10px; - left: 10px; - width: 300px; + top: .7143rem; + left: .7143rem; + width: 21.4286rem; z-index: 1; background: rgba(255, 255, 255, 0.9); - padding: 5px; - border-radius: 4px; + padding: .3571rem; + border-radius: .2857rem; } .tag-group { display: flex; flex-wrap: wrap; - gap: 10px; + gap: .7143rem; } .tag-item { @@ -777,6 +787,6 @@ export default { .app-container { background: #f2f2f2; - height: calc(100vh - 80px); + height: calc(100vh - 5.7143rem); }