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;
+}
+