widget.qw 1.0.24 → 1.0.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.env.development +9 -9
- package/.env.production +8 -8
- package/README.md +73 -73
- package/build/style.css +468 -482
- package/build/widget.qw.es.js +1628 -2374
- package/build/widget.qw.umd.js +1540 -2286
- package/index.html +17 -17
- package/package.json +47 -47
- package/src/App.vue +26 -26
- package/src/api/index.js +149 -141
- package/src/components/AuditBar.vue +340 -340
- package/src/components/BillCard.vue +155 -155
- package/src/components/CascaderPicker.vue +87 -87
- package/src/components/CascaderPop.vue +319 -330
- package/src/components/CheckGroup.vue +113 -113
- package/src/components/DatetimePicker/DatetimePop.vue +342 -342
- package/src/components/DatetimePicker/index.vue +112 -112
- package/src/components/DayDropdown.vue +56 -56
- package/src/components/FilePicker.vue +113 -113
- package/src/components/Input.vue +71 -71
- package/src/components/MonthDropdown.vue +51 -51
- package/src/components/MultiPicker.vue +123 -123
- package/src/components/SecretNotify.js +5 -5
- package/src/components/Sheet.vue +92 -92
- package/src/components/SingleApiPicker.vue +112 -112
- package/src/components/SinglePicker.vue +102 -102
- package/src/components/SingleUserSelector.vue +425 -425
- package/src/components/Switch.vue +64 -64
- package/src/components/TreePicker.vue +113 -113
- package/src/components/UserPicker.vue +106 -106
- package/src/components/UserProfile.vue +131 -131
- package/src/components/UsersPicker.vue +118 -118
- package/src/components/YearDropdown.vue +59 -59
- package/src/components/data_selector.vue +280 -280
- package/src/components/image_picker.vue +114 -114
- package/src/components/images_picker.vue +139 -139
- package/src/components/index.js +157 -157
- package/src/components/mult_list_selector.vue +155 -155
- package/src/components/subdepartment_selector.vue +481 -481
- package/src/components/user_selector.vue +639 -639
- package/src/components/widget/DataPop.vue +95 -95
- package/src/components/widget/TreePop.vue +88 -88
- package/src/components/widget/UserPop.vue +347 -347
- package/src/main.js +117 -117
- package/src/router/index.ts +168 -168
- package/src/util/array_util.js +32 -32
- package/src/util/auth_util.js +72 -72
- package/src/util/bool_util.js +5 -5
- package/src/util/bus.js +1 -1
- package/src/util/cache_util.js +18 -18
- package/src/util/errer_code.js +6 -6
- package/src/util/eval_util.js +19 -19
- package/src/util/icon_util.js +36 -36
- package/src/util/image_util.js +27 -27
- package/src/util/index.js +55 -55
- package/src/util/num_util.js +70 -70
- package/src/util/obj_util.js +28 -28
- package/src/util/request.js +73 -73
- package/src/util/request_json.js +71 -71
- package/src/util/request_json_mute.js +65 -65
- package/src/util/request_upload.js +79 -79
- package/src/util/route_util.js +31 -31
- package/src/util/str_util.js +143 -143
- package/src/util/time_util.js +406 -406
- package/src/util/toast_util.js +24 -24
- package/src/util/tree_util.js +153 -153
- package/src/util/validate.js +182 -182
- package/src/util/vue_filter.js +223 -223
- package/src/views/auditbar/index.vue +65 -65
- package/src/views/billcard/index.vue +45 -45
- package/src/views/cascaderpicker/index copy.vue +0 -0
- package/src/views/cascaderpicker/index.vue +0 -0
- package/src/views/cascaderpop/index.vue +90 -90
- package/src/views/checkgroup/index.vue +35 -35
- package/src/views/dataSelector/index.vue +48 -48
- package/src/views/datetimepicker/index.vue +34 -34
- package/src/views/daydropdown/index.vue +31 -31
- package/src/views/filepicker/index.vue +31 -31
- package/src/views/imagepicker/index.vue +31 -31
- package/src/views/imagespicker/index.vue +31 -31
- package/src/views/input/index.vue +34 -34
- package/src/views/monthdropdown/index.vue +31 -31
- package/src/views/multListSelector/index.vue +61 -61
- package/src/views/multipicker/index.vue +36 -36
- package/src/views/productSelector/index.vue +35 -35
- package/src/views/projectdropdown/index.vue +31 -31
- package/src/views/projectpicker/index.vue +41 -41
- package/src/views/secretnotify/index.vue +27 -27
- package/src/views/sheet/index.vue +45 -45
- package/src/views/singlepicker/index.vue +35 -35
- package/src/views/subdepartmentSelector/index.vue +40 -40
- package/src/views/switch/index.vue +34 -34
- package/src/views/treepicker/index.vue +41 -41
- package/src/views/userSelector/index.vue +54 -54
- package/src/views/userSelectorNew/index.vue +45 -45
- package/src/views/userpicker/index.vue +43 -43
- package/src/views/userprofile/index.vue +30 -30
- package/src/views/userspicker/index.vue +43 -43
- package/src/views/yeardropdown/index.vue +32 -32
- package/src/vm/index.js +1 -1
- package/vite.config.ts +122 -122
package/build/style.css
CHANGED
|
@@ -1,408 +1,404 @@
|
|
|
1
|
-
@charset "UTF-8";.widget[data-v-
|
|
1
|
+
@charset "UTF-8";.widget[data-v-5ad893b4] {
|
|
2
2
|
text-align: center;
|
|
3
3
|
padding: 15px 15px;
|
|
4
4
|
}
|
|
5
|
-
.memo[data-v-
|
|
5
|
+
.memo[data-v-5ad893b4] {
|
|
6
6
|
margin-bottom: 15px;
|
|
7
7
|
}
|
|
8
|
-
.refuse-btn[data-v-
|
|
8
|
+
.refuse-btn[data-v-5ad893b4] {
|
|
9
9
|
width: 120px;
|
|
10
10
|
margin-right: 15px;
|
|
11
11
|
}
|
|
12
|
-
.pass-btn[data-v-
|
|
12
|
+
.pass-btn[data-v-5ad893b4] {
|
|
13
13
|
width: 120px;
|
|
14
14
|
}
|
|
15
|
-
.apply-btn[data-v-
|
|
15
|
+
.apply-btn[data-v-5ad893b4] {
|
|
16
16
|
width: 60vw;
|
|
17
17
|
}
|
|
18
|
-
.task-list[data-v-
|
|
18
|
+
.task-list[data-v-5ad893b4] {
|
|
19
19
|
margin-top: 15px;
|
|
20
20
|
}
|
|
21
|
-
.task-title[data-v-
|
|
21
|
+
.task-title[data-v-5ad893b4] {
|
|
22
22
|
font-size: 14px;
|
|
23
23
|
font-weight: bold;
|
|
24
24
|
color: #333;
|
|
25
25
|
text-align: left;
|
|
26
26
|
}
|
|
27
|
-
.task-user[data-v-
|
|
27
|
+
.task-user[data-v-5ad893b4] {
|
|
28
28
|
font-size: 13px;
|
|
29
29
|
color: #666;
|
|
30
30
|
text-align: left;
|
|
31
31
|
margin-top: 5px;
|
|
32
32
|
}
|
|
33
|
-
.audit-title[data-v-
|
|
33
|
+
.audit-title[data-v-5ad893b4] {
|
|
34
34
|
padding: 25px 15px 0 15px;
|
|
35
35
|
font-size: 16px;
|
|
36
36
|
font-weight: bold;
|
|
37
37
|
color: #666;
|
|
38
38
|
text-align: left;
|
|
39
39
|
}
|
|
40
|
-
:root:root {
|
|
40
|
+
:root:root {
|
|
41
41
|
--van-popover-action-width: 70vw;
|
|
42
|
-
}
|
|
43
|
-
[data-v-
|
|
42
|
+
}
|
|
43
|
+
[data-v-5653f0d0] .label {
|
|
44
44
|
color: #000 !important;
|
|
45
45
|
}
|
|
46
|
-
[data-v-
|
|
46
|
+
[data-v-5653f0d0] .van-field__control:disabled {
|
|
47
47
|
color: #000 !important;
|
|
48
48
|
cursor: not-allowed;
|
|
49
49
|
opacity: 1;
|
|
50
50
|
-webkit-text-fill-color: #000;
|
|
51
|
-
}[data-v-
|
|
51
|
+
}[data-v-24e62c3a] .label {
|
|
52
52
|
color: #000 !important;
|
|
53
53
|
}
|
|
54
|
-
[data-v-
|
|
54
|
+
[data-v-24e62c3a] .van-field__control:disabled {
|
|
55
55
|
color: #000 !important;
|
|
56
56
|
cursor: not-allowed;
|
|
57
57
|
opacity: 1;
|
|
58
58
|
-webkit-text-fill-color: #000;
|
|
59
59
|
}
|
|
60
|
-
.popup-box {
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
max-height: 40vh;
|
|
60
|
+
.popup-box[data-v-10d79413] {
|
|
61
|
+
min-height: 20vh;
|
|
62
|
+
max-height: 40vh;
|
|
64
63
|
overflow-y: auto;
|
|
65
|
-
|
|
66
|
-
.checkbox-list {
|
|
67
|
-
&[data-v-fa22ab88] {
|
|
64
|
+
.checkbox-list[data-v-10d79413] {
|
|
68
65
|
padding: 15px 25px;
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
flex: 1;
|
|
66
|
+
[data-v-10d79413] .van-checkbox__label {
|
|
67
|
+
flex: 1;
|
|
72
68
|
text-align: right;
|
|
73
69
|
}
|
|
74
70
|
}
|
|
75
71
|
}
|
|
76
|
-
.select-all-container[data-v-
|
|
77
|
-
font-size: 14px;
|
|
78
|
-
padding: 15px 25px 0 15px;
|
|
79
|
-
margin: 10px 0;
|
|
80
|
-
display: flex;
|
|
81
|
-
justify-content: flex-end;
|
|
72
|
+
.select-all-container[data-v-10d79413] {
|
|
73
|
+
font-size: 14px;
|
|
74
|
+
padding: 15px 25px 0 15px;
|
|
75
|
+
margin: 10px 0;
|
|
76
|
+
display: flex;
|
|
77
|
+
justify-content: flex-end;
|
|
82
78
|
align-items: center;
|
|
83
79
|
}
|
|
84
|
-
.select-all-container .van-checkbox[data-v-
|
|
80
|
+
.select-all-container .van-checkbox[data-v-10d79413] {
|
|
85
81
|
margin-left: auto;
|
|
86
|
-
}
|
|
87
|
-
|
|
82
|
+
}
|
|
83
|
+
|
|
88
84
|
/* 新增:调整方形复选框的边距 */
|
|
89
|
-
.van-checkbox--square[data-v-
|
|
85
|
+
.van-checkbox--square[data-v-10d79413] {
|
|
90
86
|
margin-left: 8px;
|
|
91
|
-
}
|
|
87
|
+
}
|
|
92
88
|
|
|
93
|
-
.data-item[data-v-
|
|
94
|
-
margin: 0 8px 8px 0;
|
|
89
|
+
.data-item[data-v-95e8cb3c]{
|
|
90
|
+
margin: 0 8px 8px 0;
|
|
95
91
|
padding: 2px 5px;
|
|
96
|
-
}
|
|
97
|
-
[data-v-
|
|
92
|
+
}
|
|
93
|
+
[data-v-7f5a06de] .label {
|
|
98
94
|
color: #000 !important;
|
|
99
95
|
}
|
|
100
|
-
[data-v-
|
|
96
|
+
[data-v-7f5a06de] .van-field__control:disabled {
|
|
101
97
|
color: #000 !important;
|
|
102
98
|
cursor: not-allowed;
|
|
103
99
|
opacity: 1;
|
|
104
100
|
-webkit-text-fill-color: #000;
|
|
105
101
|
}
|
|
106
|
-
.popup-style[data-v-
|
|
102
|
+
.popup-style[data-v-57cfd397] {
|
|
107
103
|
height: 21.25rem;
|
|
108
104
|
}
|
|
109
|
-
.showMultipleButton[data-v-
|
|
105
|
+
.showMultipleButton[data-v-57cfd397] {
|
|
110
106
|
padding-bottom: 0;
|
|
111
107
|
}
|
|
112
|
-
.showMultipleButton .van-button[data-v-
|
|
108
|
+
.showMultipleButton .van-button[data-v-57cfd397] {
|
|
113
109
|
border: 0;
|
|
114
110
|
}
|
|
115
|
-
.flex-between[data-v-
|
|
116
|
-
padding: 10px;
|
|
117
|
-
display: flex;
|
|
118
|
-
justify-content: space-between;
|
|
111
|
+
.flex-between[data-v-57cfd397] {
|
|
112
|
+
padding: 10px;
|
|
113
|
+
display: flex;
|
|
114
|
+
justify-content: space-between;
|
|
119
115
|
align-items: center;
|
|
120
116
|
}
|
|
121
|
-
.bold[data-v-
|
|
122
|
-
font-weight: bold;
|
|
117
|
+
.bold[data-v-57cfd397] {
|
|
118
|
+
font-weight: bold;
|
|
123
119
|
color: #444;
|
|
124
120
|
}
|
|
125
|
-
.checkbox-style[data-v-
|
|
126
|
-
/* height: 220px; */
|
|
127
|
-
height: calc(220px - 30px);
|
|
121
|
+
.checkbox-style[data-v-57cfd397] {
|
|
122
|
+
/* height: 220px; */
|
|
123
|
+
height: calc(220px - 30px);
|
|
128
124
|
overflow-y: auto;
|
|
129
125
|
}
|
|
130
|
-
.select-all-container[data-v-
|
|
131
|
-
font-size: 14px;
|
|
132
|
-
padding: 0 16px;
|
|
133
|
-
margin: 10px 0;
|
|
134
|
-
display: flex;
|
|
135
|
-
justify-content: flex-end;
|
|
126
|
+
.select-all-container[data-v-57cfd397] {
|
|
127
|
+
font-size: 14px;
|
|
128
|
+
padding: 0 16px;
|
|
129
|
+
margin: 10px 0;
|
|
130
|
+
display: flex;
|
|
131
|
+
justify-content: flex-end;
|
|
136
132
|
align-items: center;
|
|
137
133
|
}
|
|
138
|
-
.select-all-container .van-checkbox[data-v-
|
|
134
|
+
.select-all-container .van-checkbox[data-v-57cfd397] {
|
|
139
135
|
margin-left: auto;
|
|
140
|
-
}
|
|
141
|
-
|
|
136
|
+
}
|
|
137
|
+
|
|
142
138
|
/* 新增:调整方形复选框的边距 */
|
|
143
|
-
.van-checkbox--square[data-v-
|
|
139
|
+
.van-checkbox--square[data-v-57cfd397] {
|
|
144
140
|
margin-left: 8px;
|
|
145
|
-
}
|
|
146
|
-
|
|
147
|
-
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
|
|
148
144
|
/* // 修改 confirmation-group 和 confirmation-item 的样式 */
|
|
149
|
-
.confirmation-group[data-v-
|
|
150
|
-
padding: 0 16px;
|
|
145
|
+
.confirmation-group[data-v-40a09897] {
|
|
146
|
+
padding: 0 16px;
|
|
151
147
|
--van-checkbox-disabled-icon-color: black;
|
|
152
148
|
}
|
|
153
|
-
.confirmation-item[data-v-
|
|
154
|
-
padding: 12px 16px;
|
|
155
|
-
margin: 0 -16px;
|
|
156
|
-
border-bottom: 1px solid #f5f5f5;
|
|
149
|
+
.confirmation-item[data-v-40a09897] {
|
|
150
|
+
padding: 12px 16px;
|
|
151
|
+
margin: 0 -16px;
|
|
152
|
+
border-bottom: 1px solid #f5f5f5;
|
|
157
153
|
/* 禁用状态样式 */
|
|
158
|
-
}
|
|
159
|
-
|
|
154
|
+
}
|
|
155
|
+
|
|
160
156
|
/* // 在下方添加媒体查询适配小屏幕 */
|
|
161
157
|
@media (max-width: 320px) {
|
|
162
|
-
.confirmation-item[data-v-
|
|
163
|
-
padding: 12px 8px;
|
|
158
|
+
.confirmation-item[data-v-40a09897] {
|
|
159
|
+
padding: 12px 8px;
|
|
164
160
|
margin: 0 -8px;
|
|
165
161
|
}
|
|
166
162
|
}
|
|
167
|
-
.confirmation-item[data-v-
|
|
163
|
+
.confirmation-item[data-v-40a09897]:last-child {
|
|
168
164
|
border-bottom: none;
|
|
169
|
-
}
|
|
170
|
-
|
|
165
|
+
}
|
|
166
|
+
|
|
171
167
|
/* 新增样式 */
|
|
172
|
-
.confirmation-tips[data-v-
|
|
173
|
-
padding: 12px 16px;
|
|
174
|
-
background: #f0faff;
|
|
175
|
-
border-radius: 8px;
|
|
176
|
-
margin: 10px 16px;
|
|
177
|
-
display: flex;
|
|
178
|
-
align-items: center;
|
|
179
|
-
color: #1989fa;
|
|
180
|
-
font-size: 13px;
|
|
168
|
+
.confirmation-tips[data-v-40a09897] {
|
|
169
|
+
padding: 12px 16px;
|
|
170
|
+
background: #f0faff;
|
|
171
|
+
border-radius: 8px;
|
|
172
|
+
margin: 10px 16px;
|
|
173
|
+
display: flex;
|
|
174
|
+
align-items: center;
|
|
175
|
+
color: #1989fa;
|
|
176
|
+
font-size: 13px;
|
|
181
177
|
border: 1px solid #d9efff;
|
|
182
178
|
}
|
|
183
|
-
.confirmation-tips .van-icon[data-v-
|
|
179
|
+
.confirmation-tips .van-icon[data-v-40a09897] {
|
|
184
180
|
margin-right: 8px;
|
|
185
|
-
}
|
|
186
|
-
|
|
181
|
+
}
|
|
182
|
+
|
|
187
183
|
/* 新增字体继承样式 */
|
|
188
|
-
.confirmation-group[data-v-
|
|
184
|
+
.confirmation-group[data-v-40a09897] {
|
|
189
185
|
font-size: inherit; /* 继承父级字体大小 */
|
|
190
186
|
}
|
|
191
|
-
.option-text[data-v-
|
|
192
|
-
font-size: 14px; /* 明确指定字体大小 */
|
|
193
|
-
line-height: 1.5; /* 保持行高一致 */
|
|
187
|
+
.option-text[data-v-40a09897] {
|
|
188
|
+
font-size: 14px; /* 明确指定字体大小 */
|
|
189
|
+
line-height: 1.5; /* 保持行高一致 */
|
|
194
190
|
/* color:black; */
|
|
195
|
-
}
|
|
196
|
-
|
|
191
|
+
}
|
|
192
|
+
|
|
197
193
|
/* 适配移动端的字体调整 */
|
|
198
194
|
@media (max-width: 375px) {
|
|
199
|
-
.option-text[data-v-
|
|
195
|
+
.option-text[data-v-40a09897] {
|
|
200
196
|
font-size: 13px;
|
|
201
197
|
}
|
|
202
|
-
}
|
|
203
|
-
|
|
198
|
+
}
|
|
199
|
+
|
|
204
200
|
/* 新增禁用状态样式 */
|
|
205
|
-
.custom-checkbox[data-v-
|
|
206
|
-
background-color: #f5f5f5;
|
|
207
|
-
border-color: #ebedf0;
|
|
201
|
+
.custom-checkbox[data-v-40a09897]:disabled .--van-checkbox__icon {
|
|
202
|
+
background-color: #f5f5f5;
|
|
203
|
+
border-color: #ebedf0;
|
|
208
204
|
transition: all 0.3s;
|
|
209
205
|
}
|
|
210
|
-
.custom-checkbox[data-v-
|
|
211
|
-
background-color: #1989fa;
|
|
212
|
-
border-color: #1989fa;
|
|
206
|
+
.custom-checkbox[data-v-40a09897]:disabled .van-checkbox__icon--checked {
|
|
207
|
+
background-color: #1989fa;
|
|
208
|
+
border-color: #1989fa;
|
|
213
209
|
opacity: 0.7;
|
|
214
210
|
}
|
|
215
|
-
.van-checkbox--disabled[data-v-
|
|
211
|
+
.van-checkbox--disabled[data-v-40a09897] .option-text {
|
|
216
212
|
color: #969799;
|
|
217
213
|
}
|
|
218
|
-
.van-checkbox--disabled.van-checkbox--checked[data-v-
|
|
219
|
-
color: #1989fa;
|
|
214
|
+
.van-checkbox--disabled.van-checkbox--checked[data-v-40a09897] .option-text {
|
|
215
|
+
color: #1989fa;
|
|
220
216
|
opacity: 0.8;
|
|
221
|
-
}
|
|
217
|
+
}
|
|
222
218
|
|
|
223
|
-
.department-popup[data-v-
|
|
224
|
-
width: 100%;
|
|
225
|
-
height: 60vh;
|
|
219
|
+
.department-popup[data-v-73eb43f3] {
|
|
220
|
+
width: 100%;
|
|
221
|
+
height: 60vh;
|
|
226
222
|
border-radius: 16px 16px 0 0;
|
|
227
223
|
}
|
|
228
|
-
.popup-container[data-v-
|
|
229
|
-
display: flex;
|
|
230
|
-
flex-direction: column;
|
|
231
|
-
flex: 1;
|
|
224
|
+
.popup-container[data-v-73eb43f3] {
|
|
225
|
+
display: flex;
|
|
226
|
+
flex-direction: column;
|
|
227
|
+
flex: 1;
|
|
232
228
|
height: 100%;
|
|
233
229
|
}
|
|
234
|
-
.picker-header[data-v-
|
|
235
|
-
display: flex;
|
|
236
|
-
align-items: center;
|
|
237
|
-
padding: 12px;
|
|
238
|
-
border-bottom: 1px solid #ebedf0;
|
|
239
|
-
gap: 8px;
|
|
240
|
-
background: #fff;
|
|
241
|
-
/* flex-shrink: 0; */
|
|
242
|
-
position: sticky;
|
|
243
|
-
top: 0;
|
|
244
|
-
z-index: 999;
|
|
245
|
-
height: 56px;
|
|
246
|
-
/* 固定头部高度 */
|
|
247
|
-
flex-shrink: 0;
|
|
230
|
+
.picker-header[data-v-73eb43f3] {
|
|
231
|
+
display: flex;
|
|
232
|
+
align-items: center;
|
|
233
|
+
padding: 12px;
|
|
234
|
+
border-bottom: 1px solid #ebedf0;
|
|
235
|
+
gap: 8px;
|
|
236
|
+
background: #fff;
|
|
237
|
+
/* flex-shrink: 0; */
|
|
238
|
+
position: sticky;
|
|
239
|
+
top: 0;
|
|
240
|
+
z-index: 999;
|
|
241
|
+
height: 56px;
|
|
242
|
+
/* 固定头部高度 */
|
|
243
|
+
flex-shrink: 0;
|
|
248
244
|
/* 防止头部被压缩 */
|
|
249
245
|
}
|
|
250
|
-
.scroll-container[data-v-
|
|
251
|
-
flex: 1;
|
|
252
|
-
height: 0;
|
|
253
|
-
overflow-y: auto;
|
|
254
|
-
-webkit-overflow-scrolling: touch;
|
|
255
|
-
/* height: calc(80vh - 170px); */
|
|
256
|
-
/* 计算方式:总高度(80vh) - 头部高度(56px) - 搜索框高度(52px) */
|
|
257
|
-
position: relative;
|
|
246
|
+
.scroll-container[data-v-73eb43f3] {
|
|
247
|
+
flex: 1;
|
|
248
|
+
height: 0;
|
|
249
|
+
overflow-y: auto;
|
|
250
|
+
-webkit-overflow-scrolling: touch;
|
|
251
|
+
/* height: calc(80vh - 170px); */
|
|
252
|
+
/* 计算方式:总高度(80vh) - 头部高度(56px) - 搜索框高度(52px) */
|
|
253
|
+
position: relative;
|
|
258
254
|
top: -1px;
|
|
259
255
|
}
|
|
260
|
-
.back-button[data-v-
|
|
256
|
+
.back-button[data-v-73eb43f3] {
|
|
261
257
|
margin-right: 8px;
|
|
262
258
|
}
|
|
263
|
-
.current-path[data-v-
|
|
264
|
-
flex: 1;
|
|
265
|
-
font-size: 14px;
|
|
266
|
-
color: #323233;
|
|
267
|
-
white-space: nowrap;
|
|
268
|
-
overflow: hidden;
|
|
259
|
+
.current-path[data-v-73eb43f3] {
|
|
260
|
+
flex: 1;
|
|
261
|
+
font-size: 14px;
|
|
262
|
+
color: #323233;
|
|
263
|
+
white-space: nowrap;
|
|
264
|
+
overflow: hidden;
|
|
269
265
|
text-overflow: ellipsis;
|
|
270
266
|
}
|
|
271
|
-
.action-buttons[data-v-
|
|
272
|
-
display: flex;
|
|
273
|
-
gap: 8px;
|
|
267
|
+
.action-buttons[data-v-73eb43f3] {
|
|
268
|
+
display: flex;
|
|
269
|
+
gap: 8px;
|
|
274
270
|
margin-left: auto;
|
|
275
|
-
}
|
|
276
|
-
|
|
277
|
-
/* .scroll-container {
|
|
278
|
-
flex: 1;
|
|
279
|
-
overflow-y: auto;
|
|
280
|
-
-webkit-overflow-scrolling: touch;
|
|
271
|
+
}
|
|
272
|
+
|
|
273
|
+
/* .scroll-container {
|
|
274
|
+
flex: 1;
|
|
275
|
+
overflow-y: auto;
|
|
276
|
+
-webkit-overflow-scrolling: touch;
|
|
281
277
|
} */
|
|
282
|
-
.cell-content[data-v-
|
|
283
|
-
display: flex;
|
|
284
|
-
align-items: center;
|
|
278
|
+
.cell-content[data-v-73eb43f3] {
|
|
279
|
+
display: flex;
|
|
280
|
+
align-items: center;
|
|
285
281
|
gap: 12px;
|
|
286
282
|
}
|
|
287
|
-
.circle-selector[data-v-
|
|
288
|
-
width: 20px;
|
|
289
|
-
height: 20px;
|
|
290
|
-
border: 1px solid #ebedf0;
|
|
291
|
-
border-radius: 50%;
|
|
292
|
-
display: flex;
|
|
293
|
-
align-items: center;
|
|
294
|
-
justify-content: center;
|
|
295
|
-
transition: all 0.2s;
|
|
283
|
+
.circle-selector[data-v-73eb43f3] {
|
|
284
|
+
width: 20px;
|
|
285
|
+
height: 20px;
|
|
286
|
+
border: 1px solid #ebedf0;
|
|
287
|
+
border-radius: 50%;
|
|
288
|
+
display: flex;
|
|
289
|
+
align-items: center;
|
|
290
|
+
justify-content: center;
|
|
291
|
+
transition: all 0.2s;
|
|
296
292
|
flex-shrink: 0;
|
|
297
293
|
}
|
|
298
|
-
.circle-selector.selected[data-v-
|
|
299
|
-
background-color: #1989fa;
|
|
294
|
+
.circle-selector.selected[data-v-73eb43f3] {
|
|
295
|
+
background-color: #1989fa;
|
|
300
296
|
border-color: #1989fa;
|
|
301
297
|
}
|
|
302
|
-
.circle-selector.selected .van-icon[data-v-
|
|
303
|
-
color: white;
|
|
298
|
+
.circle-selector.selected .van-icon[data-v-73eb43f3] {
|
|
299
|
+
color: white;
|
|
304
300
|
font-size: 14px;
|
|
305
301
|
}
|
|
306
|
-
.van-cell__right-icon[data-v-
|
|
307
|
-
color: #969799;
|
|
308
|
-
font-size: 16px;
|
|
302
|
+
.van-cell__right-icon[data-v-73eb43f3] {
|
|
303
|
+
color: #969799;
|
|
304
|
+
font-size: 16px;
|
|
309
305
|
margin-left: 8px;
|
|
310
306
|
}
|
|
311
|
-
.name[data-v-
|
|
312
|
-
flex: 1;
|
|
313
|
-
overflow: hidden;
|
|
314
|
-
text-overflow: ellipsis;
|
|
307
|
+
.name[data-v-73eb43f3] {
|
|
308
|
+
flex: 1;
|
|
309
|
+
overflow: hidden;
|
|
310
|
+
text-overflow: ellipsis;
|
|
315
311
|
white-space: nowrap;
|
|
316
312
|
}
|
|
317
|
-
.cancel-btn[data-v-
|
|
313
|
+
.cancel-btn[data-v-73eb43f3] {
|
|
318
314
|
color: #969799;
|
|
319
315
|
}
|
|
320
|
-
.search-field[data-v-
|
|
321
|
-
background: #fff;
|
|
322
|
-
padding: 10px 16px;
|
|
323
|
-
border-bottom: 1px solid #ebedf0;
|
|
324
|
-
position: sticky;
|
|
325
|
-
top: 0;
|
|
326
|
-
z-index: 999;
|
|
327
|
-
margin-bottom: 10px;
|
|
328
|
-
flex-shrink: 0;
|
|
316
|
+
.search-field[data-v-73eb43f3] {
|
|
317
|
+
background: #fff;
|
|
318
|
+
padding: 10px 16px;
|
|
319
|
+
border-bottom: 1px solid #ebedf0;
|
|
320
|
+
position: sticky;
|
|
321
|
+
top: 0;
|
|
322
|
+
z-index: 999;
|
|
323
|
+
margin-bottom: 10px;
|
|
324
|
+
flex-shrink: 0;
|
|
329
325
|
/* 防止压缩 */
|
|
330
|
-
}
|
|
326
|
+
}
|
|
331
327
|
|
|
332
|
-
.user-popup[data-v-
|
|
333
|
-
height: 60vh;
|
|
328
|
+
.user-popup[data-v-6c4b4fc8] {
|
|
329
|
+
height: 60vh;
|
|
334
330
|
width: 100%;
|
|
335
331
|
}
|
|
336
|
-
.picker-header[data-v-
|
|
337
|
-
padding: 10px;
|
|
338
|
-
border-bottom: 1px solid #ebedf0;
|
|
339
|
-
display: flex;
|
|
340
|
-
justify-content: space-between;
|
|
332
|
+
.picker-header[data-v-6c4b4fc8] {
|
|
333
|
+
padding: 10px;
|
|
334
|
+
border-bottom: 1px solid #ebedf0;
|
|
335
|
+
display: flex;
|
|
336
|
+
justify-content: space-between;
|
|
341
337
|
align-items: center;
|
|
342
338
|
}
|
|
343
|
-
.scroll-container[data-v-
|
|
344
|
-
height: calc(80vh - 150px);
|
|
339
|
+
.scroll-container[data-v-6c4b4fc8] {
|
|
340
|
+
height: calc(80vh - 150px);
|
|
345
341
|
overflow-y: auto;
|
|
346
342
|
}
|
|
347
|
-
.search-container[data-v-
|
|
348
|
-
padding: 10px;
|
|
349
|
-
background: #fff;
|
|
350
|
-
display: flex;
|
|
351
|
-
align-items: center;
|
|
343
|
+
.search-container[data-v-6c4b4fc8] {
|
|
344
|
+
padding: 10px;
|
|
345
|
+
background: #fff;
|
|
346
|
+
display: flex;
|
|
347
|
+
align-items: center;
|
|
352
348
|
gap: 8px;
|
|
353
349
|
}
|
|
354
|
-
[data-v-
|
|
350
|
+
[data-v-6c4b4fc8] .search-container .van-search {
|
|
355
351
|
flex: 1;
|
|
356
352
|
}
|
|
357
|
-
.search-btn[data-v-
|
|
353
|
+
.search-btn[data-v-6c4b4fc8] {
|
|
358
354
|
flex-shrink: 0;
|
|
359
355
|
}
|
|
360
|
-
.select-all-container[data-v-
|
|
361
|
-
font-size: 14px;
|
|
362
|
-
padding: 0 16px;
|
|
363
|
-
margin: 10px 0;
|
|
364
|
-
display: flex;
|
|
365
|
-
justify-content: flex-end;
|
|
356
|
+
.select-all-container[data-v-6c4b4fc8] {
|
|
357
|
+
font-size: 14px;
|
|
358
|
+
padding: 0 16px;
|
|
359
|
+
margin: 10px 0;
|
|
360
|
+
display: flex;
|
|
361
|
+
justify-content: flex-end;
|
|
366
362
|
align-items: center;
|
|
367
363
|
}
|
|
368
|
-
[data-v-
|
|
364
|
+
[data-v-6c4b4fc8] .van-checkbox__icon--square {
|
|
369
365
|
border-radius: 4px;
|
|
370
366
|
}
|
|
371
|
-
[data-v-
|
|
367
|
+
[data-v-6c4b4fc8] .van-checkbox__label {
|
|
372
368
|
margin-left: 8px;
|
|
373
369
|
}
|
|
374
|
-
[data-v-
|
|
370
|
+
[data-v-6c4b4fc8] .van-radio-group .van-cell,[data-v-6c4b4fc8] .van-checkbox-group .van-cell {
|
|
375
371
|
align-items: center;
|
|
376
372
|
}
|
|
377
|
-
.current-path[data-v-
|
|
378
|
-
flex: 1;
|
|
379
|
-
font-size: 14px;
|
|
380
|
-
color: #323233;
|
|
381
|
-
white-space: nowrap;
|
|
382
|
-
overflow: hidden;
|
|
373
|
+
.current-path[data-v-6c4b4fc8] {
|
|
374
|
+
flex: 1;
|
|
375
|
+
font-size: 14px;
|
|
376
|
+
color: #323233;
|
|
377
|
+
white-space: nowrap;
|
|
378
|
+
overflow: hidden;
|
|
383
379
|
text-overflow: ellipsis;
|
|
384
380
|
}
|
|
385
|
-
.header-right[data-v-
|
|
386
|
-
display: flex;
|
|
387
|
-
gap: 8px;
|
|
381
|
+
.header-right[data-v-6c4b4fc8] {
|
|
382
|
+
display: flex;
|
|
383
|
+
gap: 8px;
|
|
388
384
|
margin-left: auto;
|
|
389
385
|
}
|
|
390
|
-
.cancel-btn[data-v-
|
|
391
|
-
color: #969799;
|
|
386
|
+
.cancel-btn[data-v-6c4b4fc8] {
|
|
387
|
+
color: #969799;
|
|
392
388
|
margin-right: 5px;
|
|
393
|
-
}
|
|
394
|
-
[data-v-
|
|
389
|
+
}
|
|
390
|
+
[data-v-87dcb274] .label {
|
|
395
391
|
color: #000 !important;
|
|
396
392
|
}
|
|
397
|
-
[data-v-
|
|
393
|
+
[data-v-87dcb274] .van-field__control:disabled {
|
|
398
394
|
color: #000 !important;
|
|
399
395
|
cursor: not-allowed;
|
|
400
396
|
opacity: 1;
|
|
401
397
|
-webkit-text-fill-color: #000;
|
|
402
|
-
}.widget[data-v-
|
|
398
|
+
}.widget[data-v-93421532] {
|
|
403
399
|
text-align: center;
|
|
404
400
|
}
|
|
405
|
-
.widget .btn[data-v-
|
|
401
|
+
.widget .btn[data-v-93421532] {
|
|
406
402
|
position: fixed;
|
|
407
403
|
bottom: 1rem;
|
|
408
404
|
left: 0;
|
|
@@ -416,442 +412,432 @@
|
|
|
416
412
|
text-align: center;
|
|
417
413
|
display: inline-block;
|
|
418
414
|
border-radius: 2px;
|
|
419
|
-
}[data-v-
|
|
415
|
+
}[data-v-a0846250] .label {
|
|
420
416
|
color: #000 !important;
|
|
421
417
|
}
|
|
422
|
-
[data-v-
|
|
418
|
+
[data-v-a0846250] .van-field__control:disabled {
|
|
423
419
|
color: #000 !important;
|
|
424
420
|
cursor: not-allowed;
|
|
425
421
|
opacity: 1;
|
|
426
422
|
-webkit-text-fill-color: #000;
|
|
427
423
|
}
|
|
428
|
-
.user-popup[data-v-
|
|
429
|
-
width: 100%;
|
|
424
|
+
.user-popup[data-v-a489ca4c] {
|
|
425
|
+
width: 100%;
|
|
430
426
|
overflow: hidden;
|
|
431
427
|
}
|
|
432
|
-
.department-selector[data-v-
|
|
428
|
+
.department-selector[data-v-a489ca4c] {
|
|
433
429
|
padding: 10px;
|
|
434
430
|
}
|
|
435
|
-
.search-buttons[data-v-
|
|
436
|
-
display: flex;
|
|
431
|
+
.search-buttons[data-v-a489ca4c] {
|
|
432
|
+
display: flex;
|
|
437
433
|
gap: 10px;
|
|
438
434
|
}
|
|
439
|
-
.clear-btn[data-v-
|
|
440
|
-
background-color: #f2f3f5;
|
|
441
|
-
border: none;
|
|
442
|
-
border-radius: 4px;
|
|
443
|
-
padding: 4px 8px;
|
|
435
|
+
.clear-btn[data-v-a489ca4c] {
|
|
436
|
+
background-color: #f2f3f5;
|
|
437
|
+
border: none;
|
|
438
|
+
border-radius: 4px;
|
|
439
|
+
padding: 4px 8px;
|
|
444
440
|
font-size: 14px;
|
|
445
441
|
}
|
|
446
|
-
.confirm-btn[data-v-
|
|
447
|
-
background-color: #1989fa;
|
|
448
|
-
color: white;
|
|
449
|
-
border: none;
|
|
450
|
-
border-radius: 4px;
|
|
451
|
-
padding: 4px 8px;
|
|
442
|
+
.confirm-btn[data-v-a489ca4c] {
|
|
443
|
+
background-color: #1989fa;
|
|
444
|
+
color: white;
|
|
445
|
+
border: none;
|
|
446
|
+
border-radius: 4px;
|
|
447
|
+
padding: 4px 8px;
|
|
452
448
|
font-size: 14px;
|
|
453
449
|
}
|
|
454
|
-
.no-results[data-v-
|
|
455
|
-
text-align: center;
|
|
456
|
-
padding: 20px;
|
|
450
|
+
.no-results[data-v-a489ca4c] {
|
|
451
|
+
text-align: center;
|
|
452
|
+
padding: 20px;
|
|
457
453
|
color: #969799;
|
|
458
454
|
}
|
|
459
|
-
.picker-header[data-v-
|
|
460
|
-
padding: 10px;
|
|
461
|
-
border-bottom: 1px solid #ebedf0;
|
|
462
|
-
display: flex;
|
|
463
|
-
justify-content: space-between;
|
|
455
|
+
.picker-header[data-v-a489ca4c] {
|
|
456
|
+
padding: 10px;
|
|
457
|
+
border-bottom: 1px solid #ebedf0;
|
|
458
|
+
display: flex;
|
|
459
|
+
justify-content: space-between;
|
|
464
460
|
align-items: center;
|
|
465
461
|
}
|
|
466
|
-
.current-path[data-v-
|
|
467
|
-
flex: 1;
|
|
468
|
-
font-size: 14px;
|
|
469
|
-
color: #323233;
|
|
470
|
-
white-space: nowrap;
|
|
471
|
-
overflow: hidden;
|
|
462
|
+
.current-path[data-v-a489ca4c] {
|
|
463
|
+
flex: 1;
|
|
464
|
+
font-size: 14px;
|
|
465
|
+
color: #323233;
|
|
466
|
+
white-space: nowrap;
|
|
467
|
+
overflow: hidden;
|
|
472
468
|
text-overflow: ellipsis;
|
|
473
469
|
}
|
|
474
|
-
.header-right[data-v-
|
|
475
|
-
display: flex;
|
|
476
|
-
gap: 8px;
|
|
470
|
+
.header-right[data-v-a489ca4c] {
|
|
471
|
+
display: flex;
|
|
472
|
+
gap: 8px;
|
|
477
473
|
margin-left: auto;
|
|
478
474
|
}
|
|
479
|
-
.cancel-btn[data-v-
|
|
480
|
-
color: #969799;
|
|
475
|
+
.cancel-btn[data-v-a489ca4c] {
|
|
476
|
+
color: #969799;
|
|
481
477
|
margin-right: 5px;
|
|
482
478
|
}
|
|
483
|
-
.scroll-container[data-v-
|
|
484
|
-
height: calc(80vh - 150px);
|
|
479
|
+
.scroll-container[data-v-a489ca4c] {
|
|
480
|
+
height: calc(80vh - 150px);
|
|
485
481
|
overflow-y: auto;
|
|
486
|
-
}
|
|
482
|
+
}
|
|
487
483
|
|
|
488
|
-
.user-popup[data-v-
|
|
489
|
-
width: 100%;
|
|
484
|
+
.user-popup[data-v-78c036bd] {
|
|
485
|
+
width: 100%;
|
|
490
486
|
overflow: hidden;
|
|
491
487
|
}
|
|
492
|
-
.department-selector[data-v-
|
|
488
|
+
.department-selector[data-v-78c036bd] {
|
|
493
489
|
padding: 10px;
|
|
494
490
|
}
|
|
495
|
-
.search-buttons[data-v-
|
|
496
|
-
display: flex;
|
|
491
|
+
.search-buttons[data-v-78c036bd] {
|
|
492
|
+
display: flex;
|
|
497
493
|
gap: 10px;
|
|
498
494
|
}
|
|
499
|
-
.clear-btn[data-v-
|
|
500
|
-
background-color: #f2f3f5;
|
|
501
|
-
border: none;
|
|
502
|
-
border-radius: 4px;
|
|
503
|
-
padding: 4px 8px;
|
|
495
|
+
.clear-btn[data-v-78c036bd] {
|
|
496
|
+
background-color: #f2f3f5;
|
|
497
|
+
border: none;
|
|
498
|
+
border-radius: 4px;
|
|
499
|
+
padding: 4px 8px;
|
|
504
500
|
font-size: 14px;
|
|
505
501
|
}
|
|
506
|
-
.confirm-btn[data-v-
|
|
507
|
-
background-color: #1989fa;
|
|
508
|
-
color: white;
|
|
509
|
-
border: none;
|
|
510
|
-
border-radius: 4px;
|
|
511
|
-
padding: 4px 8px;
|
|
502
|
+
.confirm-btn[data-v-78c036bd] {
|
|
503
|
+
background-color: #1989fa;
|
|
504
|
+
color: white;
|
|
505
|
+
border: none;
|
|
506
|
+
border-radius: 4px;
|
|
507
|
+
padding: 4px 8px;
|
|
512
508
|
font-size: 14px;
|
|
513
509
|
}
|
|
514
|
-
.no-results[data-v-
|
|
515
|
-
text-align: center;
|
|
516
|
-
padding: 20px;
|
|
510
|
+
.no-results[data-v-78c036bd] {
|
|
511
|
+
text-align: center;
|
|
512
|
+
padding: 20px;
|
|
517
513
|
color: #969799;
|
|
518
514
|
}
|
|
519
|
-
.picker-header[data-v-
|
|
520
|
-
padding: 10px;
|
|
521
|
-
border-bottom: 1px solid #ebedf0;
|
|
522
|
-
display: flex;
|
|
523
|
-
justify-content: space-between;
|
|
515
|
+
.picker-header[data-v-78c036bd] {
|
|
516
|
+
padding: 10px;
|
|
517
|
+
border-bottom: 1px solid #ebedf0;
|
|
518
|
+
display: flex;
|
|
519
|
+
justify-content: space-between;
|
|
524
520
|
align-items: center;
|
|
525
521
|
}
|
|
526
|
-
.current-path[data-v-
|
|
527
|
-
flex: 1;
|
|
528
|
-
font-size: 14px;
|
|
529
|
-
color: #323233;
|
|
530
|
-
white-space: nowrap;
|
|
531
|
-
overflow: hidden;
|
|
522
|
+
.current-path[data-v-78c036bd] {
|
|
523
|
+
flex: 1;
|
|
524
|
+
font-size: 14px;
|
|
525
|
+
color: #323233;
|
|
526
|
+
white-space: nowrap;
|
|
527
|
+
overflow: hidden;
|
|
532
528
|
text-overflow: ellipsis;
|
|
533
529
|
}
|
|
534
|
-
.header-right[data-v-
|
|
535
|
-
display: flex;
|
|
536
|
-
gap: 8px;
|
|
530
|
+
.header-right[data-v-78c036bd] {
|
|
531
|
+
display: flex;
|
|
532
|
+
gap: 8px;
|
|
537
533
|
margin-left: auto;
|
|
538
534
|
}
|
|
539
|
-
.cancel-btn[data-v-
|
|
540
|
-
color: #969799;
|
|
535
|
+
.cancel-btn[data-v-78c036bd] {
|
|
536
|
+
color: #969799;
|
|
541
537
|
margin-right: 5px;
|
|
542
538
|
}
|
|
543
|
-
.scroll-container[data-v-
|
|
544
|
-
height: calc(80vh - 150px);
|
|
539
|
+
.scroll-container[data-v-78c036bd] {
|
|
540
|
+
height: calc(80vh - 150px);
|
|
545
541
|
overflow-y: auto;
|
|
546
|
-
}
|
|
542
|
+
}
|
|
547
543
|
|
|
548
|
-
.user-item[data-v-
|
|
544
|
+
.user-item[data-v-4022cd82]{
|
|
549
545
|
margin:3px;
|
|
550
|
-
}
|
|
546
|
+
}
|
|
551
547
|
|
|
552
|
-
.user[data-v-
|
|
548
|
+
.user[data-v-58929b5a]{
|
|
553
549
|
padding:4px 8px;
|
|
554
|
-
}
|
|
550
|
+
}
|
|
555
551
|
|
|
556
|
-
.widget {
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
border-radius: 10px;
|
|
552
|
+
.widget[data-v-bd8efbe2] {
|
|
553
|
+
position: relative;
|
|
554
|
+
display: flex;
|
|
555
|
+
flex-direction: column;
|
|
556
|
+
align-items: center;
|
|
557
|
+
justify-content: space-around;
|
|
558
|
+
padding: 20px;
|
|
559
|
+
background: linear-gradient(to right, #4a90e2, #87ceeb);
|
|
560
|
+
border-radius: 10px;
|
|
566
561
|
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
|
|
567
|
-
|
|
568
|
-
/* 添加退出按钮样式 */
|
|
569
|
-
}
|
|
570
|
-
.user-avatar[data-v-2dcc550e] {
|
|
562
|
+
.user-avatar[data-v-bd8efbe2] {
|
|
571
563
|
margin-bottom: 15px;
|
|
572
564
|
}
|
|
573
|
-
.user-info {
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
justify-content: space-around;
|
|
565
|
+
.user-info[data-v-bd8efbe2] {
|
|
566
|
+
display: flex;
|
|
567
|
+
align-items: center;
|
|
568
|
+
justify-content: space-around;
|
|
578
569
|
margin-bottom: 15px;
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
text-align: center;
|
|
570
|
+
.user-info-item[data-v-bd8efbe2] {
|
|
571
|
+
font-size: 16px;
|
|
572
|
+
line-height: 22px;
|
|
573
|
+
color: #fff;
|
|
574
|
+
text-align: center;
|
|
585
575
|
padding: 0 3px;
|
|
586
576
|
}
|
|
587
577
|
}
|
|
588
|
-
.space[data-v-
|
|
589
|
-
min-height: 10px;
|
|
578
|
+
.space[data-v-bd8efbe2] {
|
|
579
|
+
min-height: 10px;
|
|
590
580
|
flex: 1;
|
|
591
|
-
}
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
581
|
+
}
|
|
582
|
+
|
|
583
|
+
/* 添加退出按钮样式 */
|
|
584
|
+
.logout-button[data-v-bd8efbe2] {
|
|
585
|
+
width: 70px;
|
|
586
|
+
height: 30px;
|
|
587
|
+
position: absolute;
|
|
588
|
+
top: 20px;
|
|
589
|
+
right: 20px;
|
|
590
|
+
background-color: rgba(255, 255, 255, 0.2);
|
|
591
|
+
color: white;
|
|
592
|
+
border: none;
|
|
593
|
+
border-radius: 15px;
|
|
594
|
+
padding: 5px 15px;
|
|
595
|
+
cursor: pointer;
|
|
596
|
+
font-size: 14px;
|
|
605
597
|
transition: background-color 0.3s;
|
|
606
598
|
}
|
|
607
|
-
.logout-button[data-v-
|
|
599
|
+
.logout-button[data-v-bd8efbe2]:hover {
|
|
608
600
|
background-color: rgba(255, 255, 255, 0.4);
|
|
609
601
|
}
|
|
610
|
-
.user-jobs {
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
width: 100%;
|
|
602
|
+
.user-jobs[data-v-bd8efbe2] {
|
|
603
|
+
display: flex;
|
|
604
|
+
justify-content: center;
|
|
605
|
+
gap: 15px;
|
|
606
|
+
width: 100%;
|
|
616
607
|
max-width: 300px;
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
font-size: 12px;
|
|
608
|
+
.job-item[data-v-bd8efbe2] {
|
|
609
|
+
padding: 5px 10px;
|
|
610
|
+
background-color: rgba(255, 255, 255, 0.2);
|
|
611
|
+
border-radius: 20px;
|
|
612
|
+
font-size: 12px;
|
|
623
613
|
color: #fff;
|
|
624
614
|
}
|
|
625
615
|
}
|
|
626
|
-
}
|
|
627
|
-
.widget[data-v-
|
|
616
|
+
}
|
|
617
|
+
.widget[data-v-68bdd6bc] {
|
|
628
618
|
background-color: white;
|
|
629
619
|
border-radius: 8px;
|
|
630
620
|
box-shadow: var(--van-dropdown-menu-shadow);
|
|
631
621
|
color: 14px;
|
|
632
622
|
}
|
|
633
|
-
.widget .card-box[data-v-
|
|
623
|
+
.widget .card-box[data-v-68bdd6bc] {
|
|
634
624
|
padding-bottom: 8px;
|
|
635
625
|
}
|
|
636
|
-
.widget .card-box .card-header[data-v-
|
|
626
|
+
.widget .card-box .card-header[data-v-68bdd6bc] {
|
|
637
627
|
display: flex;
|
|
638
628
|
align-items: center;
|
|
639
629
|
justify-content: space-between;
|
|
640
630
|
padding: 15px 10px;
|
|
641
631
|
border-bottom: 1px solid #eee;
|
|
642
632
|
}
|
|
643
|
-
.widget .card-box .card-header .card-sum[data-v-
|
|
633
|
+
.widget .card-box .card-header .card-sum[data-v-68bdd6bc] {
|
|
644
634
|
flex: 1;
|
|
645
635
|
font-size: 14px;
|
|
646
636
|
text-align: left;
|
|
647
637
|
}
|
|
648
|
-
.widget .card-box .card-header .user-state[data-v-
|
|
638
|
+
.widget .card-box .card-header .user-state[data-v-68bdd6bc] {
|
|
649
639
|
margin-right: 1px;
|
|
650
640
|
}
|
|
651
|
-
[data-v-
|
|
641
|
+
[data-v-68bdd6bc] .van-cell__value {
|
|
652
642
|
flex: 2 !important;
|
|
653
643
|
}
|
|
654
|
-
[data-v-
|
|
644
|
+
[data-v-68bdd6bc] .van-cell__title {
|
|
655
645
|
font-size: 12px !important;
|
|
656
646
|
color: #666 !important;
|
|
657
647
|
text-align: left !important;
|
|
658
648
|
}
|
|
659
|
-
[data-v-
|
|
649
|
+
[data-v-68bdd6bc] .van-cell__value {
|
|
660
650
|
font-size: 12px !important;
|
|
661
651
|
color: #888 !important;
|
|
662
652
|
}
|
|
663
|
-
[data-v-
|
|
653
|
+
[data-v-68bdd6bc] .van-cell {
|
|
664
654
|
padding: 2px 10px !important;
|
|
665
|
-
}[data-v-
|
|
655
|
+
}[data-v-d8d21ade] .label {
|
|
666
656
|
color: #000 !important;
|
|
667
657
|
}
|
|
668
|
-
[data-v-
|
|
658
|
+
[data-v-d8d21ade] .van-field__control:disabled {
|
|
669
659
|
color: #000 !important;
|
|
670
660
|
cursor: not-allowed;
|
|
671
661
|
opacity: 1;
|
|
672
662
|
-webkit-text-fill-color: #000;
|
|
673
|
-
}.item-box[data-v-
|
|
663
|
+
}.item-box[data-v-2bd62a7a] {
|
|
674
664
|
position: relative;
|
|
675
665
|
padding-bottom: 5px;
|
|
676
666
|
border-bottom: 1px solid #e1e1e1;
|
|
677
667
|
}
|
|
678
|
-
.actionbar[data-v-
|
|
668
|
+
.actionbar[data-v-2bd62a7a] {
|
|
679
669
|
display: flex;
|
|
680
670
|
justify-content: center;
|
|
681
671
|
margin-top: 5px;
|
|
682
672
|
}
|
|
683
|
-
[data-v-
|
|
673
|
+
[data-v-2bd62a7a] .label {
|
|
684
674
|
color: #000 !important;
|
|
685
675
|
}
|
|
686
|
-
[data-v-
|
|
676
|
+
[data-v-2bd62a7a] .van-field__control--custom {
|
|
687
677
|
display: block;
|
|
688
678
|
}
|
|
689
|
-
.popup-box {
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
max-height: 40vh;
|
|
679
|
+
.popup-box[data-v-571370f8] {
|
|
680
|
+
min-height: 20vh;
|
|
681
|
+
max-height: 40vh;
|
|
693
682
|
overflow-y: auto;
|
|
694
|
-
|
|
695
|
-
.checkbox-list {
|
|
696
|
-
&[data-v-2e9ed6fc] {
|
|
683
|
+
.checkbox-list[data-v-571370f8] {
|
|
697
684
|
padding: 15px 25px;
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
flex: 1;
|
|
685
|
+
[data-v-571370f8] .van-checkbox__label {
|
|
686
|
+
flex: 1;
|
|
701
687
|
text-align: right;
|
|
702
688
|
}
|
|
703
689
|
}
|
|
704
690
|
}
|
|
705
|
-
.select-all-container[data-v-
|
|
706
|
-
font-size: 14px;
|
|
707
|
-
padding: 15px 25px 0 15px;
|
|
708
|
-
margin: 10px 0;
|
|
709
|
-
display: flex;
|
|
710
|
-
justify-content: flex-end;
|
|
691
|
+
.select-all-container[data-v-571370f8] {
|
|
692
|
+
font-size: 14px;
|
|
693
|
+
padding: 15px 25px 0 15px;
|
|
694
|
+
margin: 10px 0;
|
|
695
|
+
display: flex;
|
|
696
|
+
justify-content: flex-end;
|
|
711
697
|
align-items: center;
|
|
712
698
|
}
|
|
713
|
-
.select-all-container .van-checkbox[data-v-
|
|
699
|
+
.select-all-container .van-checkbox[data-v-571370f8] {
|
|
714
700
|
margin-left: auto;
|
|
715
|
-
}
|
|
716
|
-
|
|
701
|
+
}
|
|
702
|
+
|
|
717
703
|
/* 新增:调整方形复选框的边距 */
|
|
718
|
-
.van-checkbox--square[data-v-
|
|
704
|
+
.van-checkbox--square[data-v-571370f8] {
|
|
719
705
|
margin-left: 8px;
|
|
720
|
-
}
|
|
706
|
+
}
|
|
721
707
|
|
|
722
|
-
.select-item[data-v-
|
|
708
|
+
.select-item[data-v-6744b874]{
|
|
723
709
|
margin:3px;
|
|
724
|
-
}
|
|
710
|
+
}
|
|
725
711
|
|
|
726
|
-
.cascader-pop[data-v-
|
|
727
|
-
width: 100%;
|
|
712
|
+
.cascader-pop[data-v-ed5ef2aa] {
|
|
713
|
+
width: 100%;
|
|
728
714
|
overflow: hidden;
|
|
729
715
|
}
|
|
730
|
-
.cascader-selector[data-v-
|
|
716
|
+
.cascader-selector[data-v-ed5ef2aa] {
|
|
731
717
|
padding: 10px;
|
|
732
718
|
}
|
|
733
|
-
.search-buttons[data-v-
|
|
734
|
-
display: flex;
|
|
719
|
+
.search-buttons[data-v-ed5ef2aa] {
|
|
720
|
+
display: flex;
|
|
735
721
|
gap: 10px;
|
|
736
722
|
}
|
|
737
|
-
.clear-btn[data-v-
|
|
738
|
-
background-color: #f2f3f5;
|
|
739
|
-
border: none;
|
|
740
|
-
border-radius: 4px;
|
|
741
|
-
padding: 4px 8px;
|
|
723
|
+
.clear-btn[data-v-ed5ef2aa] {
|
|
724
|
+
background-color: #f2f3f5;
|
|
725
|
+
border: none;
|
|
726
|
+
border-radius: 4px;
|
|
727
|
+
padding: 4px 8px;
|
|
742
728
|
font-size: 14px;
|
|
743
729
|
}
|
|
744
|
-
.confirm-btn[data-v-
|
|
745
|
-
background-color: #1989fa;
|
|
746
|
-
color: white;
|
|
747
|
-
border: none;
|
|
748
|
-
border-radius: 4px;
|
|
749
|
-
padding: 4px 8px;
|
|
730
|
+
.confirm-btn[data-v-ed5ef2aa] {
|
|
731
|
+
background-color: #1989fa;
|
|
732
|
+
color: white;
|
|
733
|
+
border: none;
|
|
734
|
+
border-radius: 4px;
|
|
735
|
+
padding: 4px 8px;
|
|
750
736
|
font-size: 14px;
|
|
751
737
|
}
|
|
752
|
-
.no-results[data-v-
|
|
753
|
-
text-align: center;
|
|
754
|
-
padding: 20px;
|
|
738
|
+
.no-results[data-v-ed5ef2aa] {
|
|
739
|
+
text-align: center;
|
|
740
|
+
padding: 20px;
|
|
755
741
|
color: #969799;
|
|
756
742
|
}
|
|
757
|
-
.cascader-header[data-v-
|
|
758
|
-
padding: 10px;
|
|
759
|
-
border-bottom: 1px solid #ebedf0;
|
|
760
|
-
display: flex;
|
|
761
|
-
justify-content: space-between;
|
|
743
|
+
.cascader-header[data-v-ed5ef2aa] {
|
|
744
|
+
padding: 10px;
|
|
745
|
+
border-bottom: 1px solid #ebedf0;
|
|
746
|
+
display: flex;
|
|
747
|
+
justify-content: space-between;
|
|
762
748
|
align-items: center;
|
|
763
749
|
}
|
|
764
|
-
.current-path[data-v-
|
|
765
|
-
flex: 1;
|
|
766
|
-
font-size: 14px;
|
|
767
|
-
color: #323233;
|
|
768
|
-
white-space: nowrap;
|
|
769
|
-
overflow: hidden;
|
|
750
|
+
.current-path[data-v-ed5ef2aa] {
|
|
751
|
+
flex: 1;
|
|
752
|
+
font-size: 14px;
|
|
753
|
+
color: #323233;
|
|
754
|
+
white-space: nowrap;
|
|
755
|
+
overflow: hidden;
|
|
770
756
|
text-overflow: ellipsis;
|
|
771
757
|
}
|
|
772
|
-
.header-right[data-v-
|
|
773
|
-
display: flex;
|
|
774
|
-
gap: 8px;
|
|
758
|
+
.header-right[data-v-ed5ef2aa] {
|
|
759
|
+
display: flex;
|
|
760
|
+
gap: 8px;
|
|
775
761
|
margin-left: auto;
|
|
776
762
|
}
|
|
777
|
-
.cancel-btn[data-v-
|
|
778
|
-
color: #969799;
|
|
763
|
+
.cancel-btn[data-v-ed5ef2aa] {
|
|
764
|
+
color: #969799;
|
|
779
765
|
margin-right: 5px;
|
|
780
766
|
}
|
|
781
|
-
.scroll-container[data-v-
|
|
782
|
-
height: calc(80vh - 150px);
|
|
767
|
+
.scroll-container[data-v-ed5ef2aa] {
|
|
768
|
+
height: calc(80vh - 150px);
|
|
783
769
|
overflow-y: auto;
|
|
784
770
|
}
|
|
785
|
-
.cell-content[data-v-
|
|
786
|
-
display: flex;
|
|
787
|
-
align-items: center;
|
|
771
|
+
.cell-content[data-v-ed5ef2aa] {
|
|
772
|
+
display: flex;
|
|
773
|
+
align-items: center;
|
|
788
774
|
gap: 12px;
|
|
789
775
|
}
|
|
790
|
-
.circle-selector[data-v-
|
|
791
|
-
width: 20px;
|
|
792
|
-
height: 20px;
|
|
793
|
-
border-radius: 50%;
|
|
794
|
-
display: flex;
|
|
795
|
-
align-items: center;
|
|
796
|
-
justify-content: center;
|
|
797
|
-
transition: all 0.2s;
|
|
776
|
+
.circle-selector[data-v-ed5ef2aa] {
|
|
777
|
+
width: 20px;
|
|
778
|
+
height: 20px;
|
|
779
|
+
border-radius: 50%;
|
|
780
|
+
display: flex;
|
|
781
|
+
align-items: center;
|
|
782
|
+
justify-content: center;
|
|
783
|
+
transition: all 0.2s;
|
|
798
784
|
flex-shrink: 0;
|
|
799
785
|
}
|
|
800
|
-
.circle-selector.selected[data-v-
|
|
801
|
-
background-color: #1989fa;
|
|
786
|
+
.circle-selector.selected[data-v-ed5ef2aa] {
|
|
787
|
+
background-color: #1989fa;
|
|
802
788
|
border-color: #1989fa;
|
|
803
789
|
}
|
|
804
|
-
.circle-selector.selected .van-icon[data-v-
|
|
805
|
-
color: white;
|
|
790
|
+
.circle-selector.selected .van-icon[data-v-ed5ef2aa] {
|
|
791
|
+
color: white;
|
|
806
792
|
font-size: 14px;
|
|
807
793
|
}
|
|
808
|
-
.van-cell__right-icon[data-v-
|
|
809
|
-
color: #969799;
|
|
810
|
-
font-size: 16px;
|
|
794
|
+
.van-cell__right-icon[data-v-ed5ef2aa] {
|
|
795
|
+
color: #969799;
|
|
796
|
+
font-size: 16px;
|
|
811
797
|
margin-left: 8px;
|
|
812
798
|
}
|
|
813
|
-
.name[data-v-
|
|
814
|
-
flex: 1;
|
|
815
|
-
overflow: hidden;
|
|
816
|
-
text-overflow: ellipsis;
|
|
799
|
+
.name[data-v-ed5ef2aa] {
|
|
800
|
+
flex: 1;
|
|
801
|
+
overflow: hidden;
|
|
802
|
+
text-overflow: ellipsis;
|
|
817
803
|
white-space: nowrap;
|
|
818
804
|
}
|
|
819
|
-
.cancel-btn[data-v-
|
|
805
|
+
.cancel-btn[data-v-ed5ef2aa] {
|
|
820
806
|
color: #969799;
|
|
821
807
|
}
|
|
822
|
-
.search-field[data-v-
|
|
823
|
-
background: #fff;
|
|
824
|
-
padding: 10px 16px;
|
|
825
|
-
border-bottom: 1px solid #ebedf0;
|
|
826
|
-
position: sticky;
|
|
827
|
-
top: 0;
|
|
828
|
-
z-index: 999;
|
|
829
|
-
margin-bottom: 10px;
|
|
830
|
-
flex-shrink: 0;
|
|
808
|
+
.search-field[data-v-ed5ef2aa] {
|
|
809
|
+
background: #fff;
|
|
810
|
+
padding: 10px 16px;
|
|
811
|
+
border-bottom: 1px solid #ebedf0;
|
|
812
|
+
position: sticky;
|
|
813
|
+
top: 0;
|
|
814
|
+
z-index: 999;
|
|
815
|
+
margin-bottom: 10px;
|
|
816
|
+
flex-shrink: 0;
|
|
831
817
|
/* 防止压缩 */
|
|
832
|
-
}
|
|
818
|
+
}
|
|
833
819
|
|
|
834
|
-
.widget[data-v-
|
|
820
|
+
.widget[data-v-09be9e95] {
|
|
835
821
|
/* 统一字段间距 */
|
|
836
822
|
}
|
|
837
|
-
.widget[data-v-
|
|
823
|
+
.widget[data-v-09be9e95] .van-cell {
|
|
838
824
|
align-items: center;
|
|
839
825
|
}
|
|
840
|
-
.widget[data-v-
|
|
826
|
+
.widget[data-v-09be9e95] .van-field__label {
|
|
841
827
|
width: 90px;
|
|
842
828
|
flex: none;
|
|
843
829
|
}
|
|
844
|
-
.widget .readonly-field[data-v-
|
|
830
|
+
.widget .readonly-field[data-v-09be9e95] {
|
|
845
831
|
/* 添加必填星号对齐 */
|
|
846
832
|
}
|
|
847
|
-
.widget .readonly-field[data-v-
|
|
833
|
+
.widget .readonly-field[data-v-09be9e95] .van-field__control {
|
|
848
834
|
color: #323233;
|
|
849
835
|
/* 修改文字颜色与普通字段一致 */
|
|
850
836
|
padding-right: 16px;
|
|
851
837
|
}
|
|
852
|
-
.widget .readonly-field.van-field--required[data-v-
|
|
838
|
+
.widget .readonly-field.van-field--required[data-v-09be9e95] .van-field__label::before {
|
|
853
839
|
margin-right: 4px;
|
|
854
840
|
}
|
|
855
|
-
.widget .readonly-field[data-v-
|
|
841
|
+
.widget .readonly-field[data-v-09be9e95] {
|
|
856
842
|
margin: 4px 0;
|
|
857
843
|
}
|