From 69b3905b230e4098e4e0bce103002079f6233a2c Mon Sep 17 00:00:00 2001
From: wangyx <2838268875@qq.com>
Date: Fri, 30 May 2025 18:10:08 +0800
Subject: [PATCH] =?UTF-8?q?fix::=E5=85=AC=E5=AF=93=E7=AE=A1=E7=90=86?=
=?UTF-8?q?=E6=96=B0=E5=A2=9E=E8=AF=A6=E7=BB=86=E4=BB=8B=E7=BB=8D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/mz/dept/index.vue | 40 +++++++++++++++++++++++--------------
1 file changed, 25 insertions(+), 15 deletions(-)
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);
}