From 8c88414c8b8f7214c88a1d6040bd51b6acf4fbdd Mon Sep 17 00:00:00 2001
From: jsy_zjg <31502350@qq.com>
Date: Wed, 27 Nov 2024 15:40:41 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=87=BA=E6=B0=B4=E5=8F=A3?=
=?UTF-8?q?=E6=9D=83=E9=99=90=E8=AE=BE=E7=BD=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/work/user/device.vue | 612 ++++++++++++++++---------------------
1 file changed, 256 insertions(+), 356 deletions(-)
diff --git a/pages/work/user/device.vue b/pages/work/user/device.vue
index b0e0988..3220f11 100644
--- a/pages/work/user/device.vue
+++ b/pages/work/user/device.vue
@@ -1,362 +1,262 @@
-
-
-
-
-
-
-
-
- 注意:
- 1.选中的开关为有控制权限;
-
-
- {{ selectAll ? '反选':'全选' }}
-
-
-
-
-
-
- 出水口:
-
- {{ item.showName }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+ 注意:
+ 1.选中的开关为有控制权限;
+
+
+ {{ selectAll ? '反选' : '全选' }}
+
+
+
+
+
+
+ 出水口:
+
+ {{ item.showName }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
+.index-container {
+ background-color: #f6f3f3;
+ height: 100%;
+ .search {
+ background-color: white;
+ padding: 10px;
+ }
+ .title {
+ height: 50px;
+ display: flex;
+ padding: 15px 15px;
+ background: white;
+ align-items: center;
+ text {
+ font-size: 14px;
+ margin-right: 10px;
+ }
+ }
+ .list {
+ height: calc(100vh - 150px - env(safe-area-inset-bottom));
+ margin: 0px 10px;
+ work-user-index-item {
+ background-color: #f6f3f3;
+ }
+ }
+ .button {
+ padding: 10px 20px;
+ display: flex;
+ background: white;
+ }
+ .item-container {
+ margin-top: 10px;
+ background-color: white;
+ padding-bottom: 10px;
+ }
+ .flex-text {
+ display: flex;
+ align-items: center;
+ font-size: 16px;
+ .flex-text-one {
+ color: #939393;
+ font-weight: bold;
+ }
+ }
+ .checkBox {
+ margin: 10px 0px 0px 0px;
+ display: flex;
+ justify-content: space-around;
+ }
+}
+.tips {
+ padding: 10px;
+ line-height: 20px;
+ font-size: 14px;
+ color: gray;
+ background-color: #fff;
+ border-top: 1px solid #eee;
+}
+::v-deep.zp-paging-container {
+ background: #f3f3f3 !important;
+}
+