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