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