From b56ec5e46056f55bded133085a6fc4090fb87b01 Mon Sep 17 00:00:00 2001 From: wangyx <2838268875@qq.com> Date: Fri, 9 May 2025 18:01:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=A5=E4=BD=8F=E5=8A=9E=E7=90=86=E6=B5=81?= =?UTF-8?q?=E7=A8=8B=E9=A1=B5=E9=9D=A2=E6=90=AD=E5=BB=BA=20=E9=80=80?= =?UTF-8?q?=E6=88=BF=E6=8F=90=E9=86=92=20=E5=85=A5=E4=BD=8F=E9=A2=84?= =?UTF-8?q?=E7=BA=A6=E5=BC=B9=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/components/CommonReminder.vue | 175 ++++++++++++++ src/views/index.vue | 231 ++++++++++++++++--- src/views/residence/checkIn/index.vue | 291 ++++++++++++++++++------ src/views/residence/checkOut/index.vue | 84 ++++--- 4 files changed, 644 insertions(+), 137 deletions(-) create mode 100644 src/views/components/CommonReminder.vue diff --git a/src/views/components/CommonReminder.vue b/src/views/components/CommonReminder.vue new file mode 100644 index 0000000..2929912 --- /dev/null +++ b/src/views/components/CommonReminder.vue @@ -0,0 +1,175 @@ + + + \ No newline at end of file diff --git a/src/views/index.vue b/src/views/index.vue index 256bbb8..9201a34 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -50,6 +50,7 @@ >
-
-
入住办理:
-
5号楼-1单元-805-南卧1
-
张三 男 187*****8989
-
37*************12
-
等待签订电子合同
- -
+ + + +
入住办理:
+
+ + +
5号楼-1单元-805-南卧1
+
+ + +
张三四
+
+ + +
+
+ + +
187*****8989
+
+ + +
37*************12
+
+ + +
等待签订电子合同
+
+ + + + +
@@ -103,7 +125,7 @@ :style="{ backgroundColor: item.color }" >
@@ -177,20 +199,46 @@ + + + + @@ -464,11 +625,11 @@ export default { align-items: center; } ::v-deep .el-card__body { - padding: 15px 20px 0px 20px; + padding:14px 20px; width: 100%; } .box-card { - margin-top: 1%; + margin: 2% 0; border: 1px solid #e0e0e0; border-radius: 4px; -radius: 4px; @@ -509,6 +670,10 @@ export default { } .status { color: #ff2e2e; + font-size: 14px; + display: flex; + flex-wrap: nowrap; + white-space: nowrap; } .menu { color: #2f50ff; @@ -564,7 +729,7 @@ export default { margin-top: 20px; } .eva-info { - div{ + div { font-size: 14px; } span { diff --git a/src/views/residence/checkIn/index.vue b/src/views/residence/checkIn/index.vue index 131e6f6..00e8f2c 100644 --- a/src/views/residence/checkIn/index.vue +++ b/src/views/residence/checkIn/index.vue @@ -1,11 +1,13 @@