@fecp/designer 5.5.121 → 5.6.1
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/es/designer/package.json.mjs +1 -1
- package/es/designer/src/assets/logo.png.mjs +1 -1
- package/es/designer/src/components/EventConfigButton.vue.mjs +2 -2
- package/es/designer/src/packages/dialog/useDialogDialog.mjs +1 -1
- package/es/designer/src/packages/dialogGlobal/useDialogGlobalDialog.mjs +1 -1
- package/es/designer/src/packages/form/property/contract.vue.mjs +15 -1
- package/es/designer/src/packages/form/property/pageFooterBtn.vue.mjs +2 -2
- package/es/designer/src/packages/form/property/pageHeaderBtn.vue.mjs +2 -2
- package/es/designer/src/packages/form/property/widgets.vue.mjs +6 -6
- package/es/designer/src/packages/table/property/customBtn.vue.mjs +2 -2
- package/es/designer/src/packages/table/property/optBtn.vue.mjs +2 -2
- package/es/designer/src/packages/table/property/widgets.vue.mjs +2 -2
- package/es/designer.css +364 -363
- package/es/logo.ico +0 -0
- package/es/packages/mobile/src/components/base/card/Card.vue.mjs +2 -2
- package/es/packages/mobile/src/components/custom/appDetail/AppDetail.vue.mjs +4 -3
- package/es/packages/mobile/src/components/custom/appTimeLine/AppTimeLine.vue.mjs +8 -4
- package/es/packages/mobile/src/components/custom/approvalBar/ApprovalBar.vue.mjs +8 -6
- package/es/packages/mobile/src/components/custom/approvalList/ApprovalCard.vue.mjs +3 -3
- package/es/packages/mobile/src/components/custom/approvalList/ApprovalList.vue.mjs +32 -22
- package/es/packages/mobile/src/components/custom/document/Document.vue.mjs +2 -2
- package/es/packages/mobile/src/components/custom/userSelect/UserSelect.vue.mjs +2 -2
- package/es/packages/mobile/src/components/dataDisplay/cardList/CardList.vue.mjs +4 -3
- package/es/packages/mobile/src/components/dataDisplay/dataStat/DataStat.vue.mjs +109 -47
- package/es/packages/mobile/src/components/form/search/Search.vue.mjs +1 -1
- package/es/packages/mobile/src/components/navigation/tabbar/Tabbar.vue.mjs +7 -3
- package/es/packages/mobile/src/components/navigation/tabs/Tabs.vue.mjs +4 -2
- package/es/packages/mobile/src/page.vue.mjs +3 -3
- package/es/packages/mobile/src/utils/datasource.mjs +1 -1
- package/es/packages/mobile/src/utils/optionUtil.mjs +1 -1
- package/es/packages/vue/src/components/bus/contract/Contract.vue.mjs +12 -1
- package/es/packages/vue/src/components/forms/form/Form.vue.mjs +5 -2
- package/es/packages/vue/src/components/forms/roleSelect/RoleSelect.vue.mjs +2 -2
- package/es/packages/vue/src/components/forms/subTable/SubTable.vue.mjs +20 -26
- package/es/packages/vue/src/components/forms/userSelect/UserSelect.vue.mjs +2 -2
- package/es/packages/vue/src/components/table/Table.vue.mjs +5 -2
- package/es/packages/vue/src/components/table/TableColumn.vue.mjs +7 -9
- package/es/packages/vue/src/directive/auth.mjs +2 -1
- package/es/packages/vue/src/utils/parseRouteParams.mjs +2 -2
- package/lib/designer/package.json.js +1 -1
- package/lib/designer/src/assets/logo.png.js +1 -1
- package/lib/designer/src/components/EventConfigButton.vue.js +2 -2
- package/lib/designer/src/packages/dialog/useDialogDialog.js +1 -1
- package/lib/designer/src/packages/dialogGlobal/useDialogGlobalDialog.js +1 -1
- package/lib/designer/src/packages/form/property/contract.vue.js +15 -1
- package/lib/designer/src/packages/form/property/widgets.vue.js +2 -2
- package/lib/designer.css +364 -363
- package/lib/logo.ico +0 -0
- package/lib/packages/mobile/src/components/base/card/Card.vue.js +2 -2
- package/lib/packages/mobile/src/components/custom/appDetail/AppDetail.vue.js +4 -3
- package/lib/packages/mobile/src/components/custom/appTimeLine/AppTimeLine.vue.js +8 -4
- package/lib/packages/mobile/src/components/custom/approvalBar/ApprovalBar.vue.js +8 -6
- package/lib/packages/mobile/src/components/custom/approvalList/ApprovalCard.vue.js +3 -3
- package/lib/packages/mobile/src/components/custom/approvalList/ApprovalList.vue.js +32 -22
- package/lib/packages/mobile/src/components/custom/document/Document.vue.js +2 -2
- package/lib/packages/mobile/src/components/custom/userSelect/UserSelect.vue.js +2 -2
- package/lib/packages/mobile/src/components/dataDisplay/cardList/CardList.vue.js +4 -3
- package/lib/packages/mobile/src/components/dataDisplay/dataStat/DataStat.vue.js +109 -47
- package/lib/packages/mobile/src/components/form/search/Search.vue.js +1 -1
- package/lib/packages/mobile/src/components/navigation/tabbar/Tabbar.vue.js +7 -3
- package/lib/packages/mobile/src/components/navigation/tabs/Tabs.vue.js +4 -2
- package/lib/packages/mobile/src/page.vue.js +3 -3
- package/lib/packages/mobile/src/utils/datasource.js +1 -1
- package/lib/packages/mobile/src/utils/optionUtil.js +1 -1
- package/lib/packages/vue/src/components/bus/contract/Contract.vue.js +12 -1
- package/lib/packages/vue/src/components/forms/form/Form.vue.js +5 -2
- package/lib/packages/vue/src/components/forms/roleSelect/RoleSelect.vue.js +2 -2
- package/lib/packages/vue/src/components/forms/subTable/SubTable.vue.js +20 -26
- package/lib/packages/vue/src/components/forms/userSelect/UserSelect.vue.js +2 -2
- package/lib/packages/vue/src/components/table/Table.vue.js +5 -2
- package/lib/packages/vue/src/components/table/TableColumn.vue.js +7 -9
- package/lib/packages/vue/src/directive/auth.js +2 -1
- package/lib/packages/vue/src/utils/parseRouteParams.js +2 -2
- package/package.json +1 -1
package/lib/designer.css
CHANGED
|
@@ -3150,8 +3150,9 @@ to {
|
|
|
3150
3150
|
margin-left: 5px;
|
|
3151
3151
|
}
|
|
3152
3152
|
.dev-root-header .logo .logo-img {
|
|
3153
|
-
height:
|
|
3153
|
+
height: 24px;
|
|
3154
3154
|
width: auto;
|
|
3155
|
+
margin-right: 6px;
|
|
3155
3156
|
}
|
|
3156
3157
|
.dev-root-header .dev-header-title {
|
|
3157
3158
|
color: #fff;
|
|
@@ -3462,7 +3463,7 @@ to {
|
|
|
3462
3463
|
font-size: 12px;
|
|
3463
3464
|
color: #909399;
|
|
3464
3465
|
margin-top: 4px;
|
|
3465
|
-
}.form-item-hint[data-v-
|
|
3466
|
+
}.form-item-hint[data-v-2745c569] {
|
|
3466
3467
|
font-size: 12px;
|
|
3467
3468
|
color: #909399;
|
|
3468
3469
|
margin-top: 4px;
|
|
@@ -6042,15 +6043,15 @@ body,
|
|
|
6042
6043
|
[data-v-fef25575] .el-upload-dragger {
|
|
6043
6044
|
padding: 20px;
|
|
6044
6045
|
}
|
|
6045
|
-
.text-field-wrapper[data-v-
|
|
6046
|
+
.text-field-wrapper[data-v-06dfa7f6] {
|
|
6046
6047
|
width: 100%;
|
|
6047
6048
|
}
|
|
6048
|
-
.prefix-content[data-v-
|
|
6049
|
-
.suffix-content[data-v-
|
|
6049
|
+
.prefix-content[data-v-06dfa7f6],
|
|
6050
|
+
.suffix-content[data-v-06dfa7f6] {
|
|
6050
6051
|
color: #909399;
|
|
6051
6052
|
font-size: 14px;
|
|
6052
6053
|
}
|
|
6053
|
-
.data-masking[data-v-
|
|
6054
|
+
.data-masking[data-v-06dfa7f6] {
|
|
6054
6055
|
margin-top: 4px;
|
|
6055
6056
|
padding: 8px;
|
|
6056
6057
|
background: #f5f7fa;
|
|
@@ -6058,27 +6059,27 @@ body,
|
|
|
6058
6059
|
font-size: 12px;
|
|
6059
6060
|
color: #909399;
|
|
6060
6061
|
}
|
|
6061
|
-
[data-v-
|
|
6062
|
+
[data-v-06dfa7f6] .el-input-group__append {
|
|
6062
6063
|
background-color: #409eff;
|
|
6063
6064
|
color: #fff;
|
|
6064
6065
|
padding: 0 18px;
|
|
6065
6066
|
box-shadow: 0 1px 0 0 #a8abb2 inset, 0 -1px 0 0 #a8abb2 inset, -1px 0 0 0 #a8abb2 inset;
|
|
6066
6067
|
}
|
|
6067
|
-
[data-v-
|
|
6068
|
+
[data-v-06dfa7f6] .el-input-group__append:hover {
|
|
6068
6069
|
background-color: #79bbff;
|
|
6069
6070
|
border-color: #79bbff;
|
|
6070
6071
|
color: #fff;
|
|
6071
6072
|
outline: none;
|
|
6072
6073
|
box-shadow: 0 1px 0 0 #c0c4cc inset, 0 -1px 0 0 #c0c4cc inset, -1px 0 0 0 #c0c4cc inset;
|
|
6073
|
-
}.text-field-wrapper[data-v-
|
|
6074
|
+
}.text-field-wrapper[data-v-aacdc4d9] {
|
|
6074
6075
|
width: 100%;
|
|
6075
6076
|
}
|
|
6076
|
-
.prefix-content[data-v-
|
|
6077
|
-
.suffix-content[data-v-
|
|
6077
|
+
.prefix-content[data-v-aacdc4d9],
|
|
6078
|
+
.suffix-content[data-v-aacdc4d9] {
|
|
6078
6079
|
color: #909399;
|
|
6079
6080
|
font-size: 14px;
|
|
6080
6081
|
}
|
|
6081
|
-
.data-masking[data-v-
|
|
6082
|
+
.data-masking[data-v-aacdc4d9] {
|
|
6082
6083
|
margin-top: 4px;
|
|
6083
6084
|
padding: 8px;
|
|
6084
6085
|
background: #f5f7fa;
|
|
@@ -6086,13 +6087,13 @@ body,
|
|
|
6086
6087
|
font-size: 12px;
|
|
6087
6088
|
color: #909399;
|
|
6088
6089
|
}
|
|
6089
|
-
[data-v-
|
|
6090
|
+
[data-v-aacdc4d9] .el-input-group__append {
|
|
6090
6091
|
background-color: #409eff;
|
|
6091
6092
|
color: #fff;
|
|
6092
6093
|
padding: 0 18px;
|
|
6093
6094
|
box-shadow: 0 1px 0 0 #a8abb2 inset, 0 -1px 0 0 #a8abb2 inset, -1px 0 0 0 #a8abb2 inset;
|
|
6094
6095
|
}
|
|
6095
|
-
[data-v-
|
|
6096
|
+
[data-v-aacdc4d9] .el-input-group__append:hover {
|
|
6096
6097
|
background-color: #79bbff;
|
|
6097
6098
|
border-color: #79bbff;
|
|
6098
6099
|
color: #fff;
|
|
@@ -6273,15 +6274,15 @@ body,
|
|
|
6273
6274
|
align-items: center;
|
|
6274
6275
|
flex-wrap: nowrap;
|
|
6275
6276
|
}
|
|
6276
|
-
.fec-form[data-v-
|
|
6277
|
+
.fec-form[data-v-3ee0473d] {
|
|
6277
6278
|
height: 100%;
|
|
6278
6279
|
}
|
|
6279
|
-
.fec-form.inMinApp[data-v-
|
|
6280
|
+
.fec-form.inMinApp[data-v-3ee0473d] {
|
|
6280
6281
|
height: 0px;
|
|
6281
6282
|
flex: 1;
|
|
6282
6283
|
padding: 8px;
|
|
6283
6284
|
}
|
|
6284
|
-
.fec-form-col[data-v-
|
|
6285
|
+
.fec-form-col[data-v-3ee0473d] {
|
|
6285
6286
|
padding: 0px !important;
|
|
6286
6287
|
display: flex !important;
|
|
6287
6288
|
flex-direction: column;
|
|
@@ -6290,22 +6291,22 @@ body,
|
|
|
6290
6291
|
overflow: hidden;
|
|
6291
6292
|
flex: auto !important;
|
|
6292
6293
|
}
|
|
6293
|
-
[data-v-
|
|
6294
|
+
[data-v-3ee0473d] .vgl-layout {
|
|
6294
6295
|
position: relative;
|
|
6295
6296
|
}
|
|
6296
|
-
[data-v-
|
|
6297
|
+
[data-v-3ee0473d] .vgl-item {
|
|
6297
6298
|
transition: none;
|
|
6298
6299
|
}
|
|
6299
|
-
[data-v-
|
|
6300
|
+
[data-v-3ee0473d] .vgl-item > .el-form-item {
|
|
6300
6301
|
width: 100%;
|
|
6301
6302
|
padding: 6px 8px 0 8px;
|
|
6302
6303
|
height: calc(100% - 15px);
|
|
6303
6304
|
display: flex;
|
|
6304
6305
|
}
|
|
6305
|
-
[data-v-
|
|
6306
|
+
[data-v-3ee0473d] .vgl-item > .el-form-item.el-form-item--label-top {
|
|
6306
6307
|
flex-direction: column;
|
|
6307
6308
|
}
|
|
6308
|
-
[data-v-
|
|
6309
|
+
[data-v-3ee0473d] .vgl-item > .el-form-item .el-form-item__label {
|
|
6309
6310
|
line-height: 20px;
|
|
6310
6311
|
display: inline-flex;
|
|
6311
6312
|
align-items: center;
|
|
@@ -6318,107 +6319,107 @@ body,
|
|
|
6318
6319
|
min-width: 80px;
|
|
6319
6320
|
flex-shrink: 0;
|
|
6320
6321
|
}
|
|
6321
|
-
[data-v-
|
|
6322
|
+
[data-v-3ee0473d] .vgl-item > .el-form-item {
|
|
6322
6323
|
/* .el-form-item__error {
|
|
6323
6324
|
padding-top: 10px;
|
|
6324
6325
|
} */
|
|
6325
6326
|
}
|
|
6326
|
-
[data-v-
|
|
6327
|
+
[data-v-3ee0473d] .vgl-item > .el-form-item .el-input__wrapper {
|
|
6327
6328
|
padding: 1px 12px;
|
|
6328
6329
|
}
|
|
6329
|
-
[data-v-
|
|
6330
|
+
[data-v-3ee0473d] .vgl-item > .el-container {
|
|
6330
6331
|
height: auto !important;
|
|
6331
6332
|
}
|
|
6332
6333
|
@media (min-width: 1720px) {
|
|
6333
|
-
[data-v-
|
|
6334
|
+
[data-v-3ee0473d] .vgl-item .el-form-item__label {
|
|
6334
6335
|
max-width: 160px !important;
|
|
6335
6336
|
}
|
|
6336
|
-
[data-v-
|
|
6337
|
+
[data-v-3ee0473d] .vgl-item .el-form-item {
|
|
6337
6338
|
padding: 6px 8px 0 8px !important;
|
|
6338
6339
|
}
|
|
6339
|
-
[data-v-
|
|
6340
|
+
[data-v-3ee0473d] .vgl-item .el-form-item .el-input__wrapper {
|
|
6340
6341
|
padding: 1px 12px;
|
|
6341
6342
|
}
|
|
6342
|
-
[data-v-
|
|
6343
|
+
[data-v-3ee0473d] .vgl-item .el-form-item .el-select__wrapper {
|
|
6343
6344
|
padding: 8px 12px;
|
|
6344
6345
|
}
|
|
6345
|
-
.fec-el-form[data-v-
|
|
6346
|
+
.fec-el-form[data-v-3ee0473d] {
|
|
6346
6347
|
padding: 12px !important;
|
|
6347
6348
|
}
|
|
6348
6349
|
}
|
|
6349
6350
|
/* 标准 PC(1200px ~ 1439px)*/
|
|
6350
6351
|
@media (min-width: 1366px) and (max-width: 1719px) {
|
|
6351
|
-
[data-v-
|
|
6352
|
+
[data-v-3ee0473d] .vgl-item .el-form-item__label {
|
|
6352
6353
|
max-width: 130px !important;
|
|
6353
6354
|
padding-right: 6px !important;
|
|
6354
6355
|
}
|
|
6355
|
-
[data-v-
|
|
6356
|
+
[data-v-3ee0473d] .vgl-item .el-form-item {
|
|
6356
6357
|
padding: 6px 0 0 0 !important;
|
|
6357
6358
|
}
|
|
6358
|
-
[data-v-
|
|
6359
|
+
[data-v-3ee0473d] .vgl-item .el-form-item .el-input__wrapper {
|
|
6359
6360
|
padding: 1px 8px;
|
|
6360
6361
|
}
|
|
6361
|
-
[data-v-
|
|
6362
|
+
[data-v-3ee0473d] .vgl-item .el-form-item .el-select__wrapper {
|
|
6362
6363
|
padding: 8px 8px;
|
|
6363
6364
|
}
|
|
6364
|
-
.fec-el-form[data-v-
|
|
6365
|
+
.fec-el-form[data-v-3ee0473d] {
|
|
6365
6366
|
padding: 8px !important;
|
|
6366
6367
|
}
|
|
6367
6368
|
}
|
|
6368
6369
|
/* 2. 标准 PC 992px ~ 1199px */
|
|
6369
6370
|
@media (min-width: 992px) and (max-width: 1365px) {
|
|
6370
|
-
[data-v-
|
|
6371
|
+
[data-v-3ee0473d] .vgl-item .el-form-item__label {
|
|
6371
6372
|
max-width: 125px !important;
|
|
6372
6373
|
padding-right: 4px !important;
|
|
6373
6374
|
}
|
|
6374
|
-
[data-v-
|
|
6375
|
+
[data-v-3ee0473d] .vgl-item .el-form-item {
|
|
6375
6376
|
padding: 0 !important;
|
|
6376
6377
|
}
|
|
6377
|
-
[data-v-
|
|
6378
|
+
[data-v-3ee0473d] .vgl-item .el-form-item .el-input__wrapper {
|
|
6378
6379
|
padding: 1px 6px;
|
|
6379
6380
|
}
|
|
6380
|
-
[data-v-
|
|
6381
|
+
[data-v-3ee0473d] .vgl-item .el-form-item .el-select__wrapper {
|
|
6381
6382
|
padding: 8px 6px;
|
|
6382
6383
|
}
|
|
6383
|
-
.fec-el-form[data-v-
|
|
6384
|
+
.fec-el-form[data-v-3ee0473d] {
|
|
6384
6385
|
padding: 6px !important;
|
|
6385
6386
|
}
|
|
6386
6387
|
}
|
|
6387
6388
|
/* 3. 小屏 PC / 窄窗口 <992px(最小到768px)*/
|
|
6388
6389
|
@media (max-width: 991px) and (min-width: 768px) {
|
|
6389
|
-
[data-v-
|
|
6390
|
+
[data-v-3ee0473d] .vgl-item .el-form-item__label {
|
|
6390
6391
|
max-width: 100px !important;
|
|
6391
6392
|
padding-right: 4px !important;
|
|
6392
6393
|
}
|
|
6393
|
-
[data-v-
|
|
6394
|
+
[data-v-3ee0473d] .vgl-item .el-form-item {
|
|
6394
6395
|
padding: 0 !important;
|
|
6395
6396
|
}
|
|
6396
|
-
[data-v-
|
|
6397
|
+
[data-v-3ee0473d] .vgl-item .el-form-item .el-input__wrapper {
|
|
6397
6398
|
padding: 1px 4px;
|
|
6398
6399
|
}
|
|
6399
|
-
[data-v-
|
|
6400
|
+
[data-v-3ee0473d] .vgl-item .el-form-item .el-select__wrapper {
|
|
6400
6401
|
padding: 8px 4px;
|
|
6401
6402
|
}
|
|
6402
|
-
.fec-el-form[data-v-
|
|
6403
|
+
.fec-el-form[data-v-3ee0473d] {
|
|
6403
6404
|
padding: 6px !important;
|
|
6404
6405
|
}
|
|
6405
6406
|
}
|
|
6406
6407
|
/* 超小屏 <768px */
|
|
6407
6408
|
@media (max-width: 767px) {
|
|
6408
|
-
[data-v-
|
|
6409
|
+
[data-v-3ee0473d] .vgl-item .el-form-item__label {
|
|
6409
6410
|
max-width: 80px !important;
|
|
6410
6411
|
padding-right: 4px !important;
|
|
6411
6412
|
}
|
|
6412
|
-
[data-v-
|
|
6413
|
+
[data-v-3ee0473d] .vgl-item .el-form-item {
|
|
6413
6414
|
padding: 0 !important;
|
|
6414
6415
|
}
|
|
6415
|
-
[data-v-
|
|
6416
|
+
[data-v-3ee0473d] .vgl-item .el-form-item .el-input__wrapper {
|
|
6416
6417
|
padding: 1px 2px;
|
|
6417
6418
|
}
|
|
6418
|
-
[data-v-
|
|
6419
|
+
[data-v-3ee0473d] .vgl-item .el-form-item .el-select__wrapper {
|
|
6419
6420
|
padding: 8px 2px;
|
|
6420
6421
|
}
|
|
6421
|
-
.fec-el-form[data-v-
|
|
6422
|
+
.fec-el-form[data-v-3ee0473d] {
|
|
6422
6423
|
padding: 6px !important;
|
|
6423
6424
|
}
|
|
6424
6425
|
}.table-pagination[data-v-142fdd35] {
|
|
@@ -6477,10 +6478,10 @@ body,
|
|
|
6477
6478
|
border-radius: 5px;
|
|
6478
6479
|
margin-right: 12px;
|
|
6479
6480
|
margin-top: 2px;
|
|
6480
|
-
}.cell-content .cell-text[data-v-
|
|
6481
|
+
}.cell-content .cell-text[data-v-fac941fe] {
|
|
6481
6482
|
display: inline-block;
|
|
6482
6483
|
}
|
|
6483
|
-
.cell-content .copy-icon[data-v-
|
|
6484
|
+
.cell-content .copy-icon[data-v-fac941fe] {
|
|
6484
6485
|
cursor: pointer;
|
|
6485
6486
|
color: #909399;
|
|
6486
6487
|
font-size: 14px;
|
|
@@ -6488,13 +6489,13 @@ body,
|
|
|
6488
6489
|
top: 4px;
|
|
6489
6490
|
margin-left: 4px;
|
|
6490
6491
|
}
|
|
6491
|
-
.cell-content .copy-icon[data-v-
|
|
6492
|
+
.cell-content .copy-icon[data-v-fac941fe]:hover {
|
|
6492
6493
|
color: #409eff;
|
|
6493
6494
|
}
|
|
6494
|
-
.cell-link[data-v-
|
|
6495
|
+
.cell-link[data-v-fac941fe] {
|
|
6495
6496
|
max-width: 100%;
|
|
6496
6497
|
}
|
|
6497
|
-
.cell-link[data-v-
|
|
6498
|
+
.cell-link[data-v-fac941fe] .el-link__inner {
|
|
6498
6499
|
display: inline-block;
|
|
6499
6500
|
max-width: 100%;
|
|
6500
6501
|
overflow: hidden;
|
|
@@ -6795,12 +6796,12 @@ body,
|
|
|
6795
6796
|
white-space: nowrap;
|
|
6796
6797
|
overflow: hidden;
|
|
6797
6798
|
text-overflow: ellipsis;
|
|
6798
|
-
}.fec-table[data-v-
|
|
6799
|
+
}.fec-table[data-v-7f4898b0] {
|
|
6799
6800
|
height: 100%;
|
|
6800
6801
|
flex-grow: 1;
|
|
6801
6802
|
padding: 0 16px;
|
|
6802
6803
|
}
|
|
6803
|
-
.fec-table-container[data-v-
|
|
6804
|
+
.fec-table-container[data-v-7f4898b0] {
|
|
6804
6805
|
width: 100%;
|
|
6805
6806
|
background: #fff;
|
|
6806
6807
|
box-sizing: border-box;
|
|
@@ -6810,91 +6811,91 @@ body,
|
|
|
6810
6811
|
overflow: hidden;
|
|
6811
6812
|
flex-grow: 1;
|
|
6812
6813
|
}
|
|
6813
|
-
.fec-table-container .fec-vxe-table[data-v-
|
|
6814
|
+
.fec-table-container .fec-vxe-table[data-v-7f4898b0] {
|
|
6814
6815
|
flex: 1;
|
|
6815
6816
|
min-height: 0;
|
|
6816
6817
|
overflow: hidden;
|
|
6817
6818
|
margin-bottom: 16px;
|
|
6818
6819
|
}
|
|
6819
|
-
.fec-table-container[data-v-
|
|
6820
|
+
.fec-table-container[data-v-7f4898b0] .vxe-table {
|
|
6820
6821
|
font-size: 14px;
|
|
6821
6822
|
font-family: inherit;
|
|
6822
6823
|
}
|
|
6823
|
-
.fec-table-container[data-v-
|
|
6824
|
-
.fec-table-container[data-v-
|
|
6824
|
+
.fec-table-container[data-v-7f4898b0] .vxe-table .vxe-sort--asc-btn,
|
|
6825
|
+
.fec-table-container[data-v-7f4898b0] .vxe-table .vxe-sort--desc-btn {
|
|
6825
6826
|
color: #dcdcdc;
|
|
6826
6827
|
}
|
|
6827
|
-
.fec-table-container[data-v-
|
|
6828
|
-
.fec-table-container[data-v-
|
|
6828
|
+
.fec-table-container[data-v-7f4898b0] .vxe-table .serverSort .vxe-sort--asc-btn,
|
|
6829
|
+
.fec-table-container[data-v-7f4898b0] .vxe-table .serverSort .vxe-sort--desc-btn {
|
|
6829
6830
|
color: #d3edf9;
|
|
6830
6831
|
}
|
|
6831
|
-
.fec-table-container[data-v-
|
|
6832
|
+
.fec-table-container[data-v-7f4898b0] .vxe-table .serverSort .sort--active {
|
|
6832
6833
|
color: var(--el-color-primary);
|
|
6833
6834
|
}
|
|
6834
|
-
.fec-table-container[data-v-
|
|
6835
|
+
.fec-table-container[data-v-7f4898b0] .vxe-table .sort--active {
|
|
6835
6836
|
color: var(--el-color-primary);
|
|
6836
6837
|
}
|
|
6837
|
-
.fec-table-container[data-v-
|
|
6838
|
+
.fec-table-container[data-v-7f4898b0] .vxe-table .vxe-table--body-wrapper {
|
|
6838
6839
|
overflow: auto;
|
|
6839
6840
|
}
|
|
6840
|
-
.fec-table-container[data-v-
|
|
6841
|
-
.fec-table-container[data-v-
|
|
6842
|
-
.fec-table-container[data-v-
|
|
6841
|
+
.fec-table-container[data-v-7f4898b0] .vxe-table .vxe-table--body,
|
|
6842
|
+
.fec-table-container[data-v-7f4898b0] .vxe-table .vxe-table--header,
|
|
6843
|
+
.fec-table-container[data-v-7f4898b0] .vxe-table .vxe-table--footer {
|
|
6843
6844
|
width: 100% !important;
|
|
6844
6845
|
}
|
|
6845
|
-
.fec-table-container[data-v-
|
|
6846
|
+
.fec-table-container[data-v-7f4898b0] .vxe-table .vxe-header--column {
|
|
6846
6847
|
background-color: #fff;
|
|
6847
6848
|
}
|
|
6848
|
-
.fec-table-container[data-v-
|
|
6849
|
+
.fec-table-container[data-v-7f4898b0] .vxe-table .vxe-header--column .vxe-cell {
|
|
6849
6850
|
height: 40px !important;
|
|
6850
6851
|
min-height: 40px !important;
|
|
6851
6852
|
color: #333;
|
|
6852
6853
|
}
|
|
6853
|
-
.fec-table-container[data-v-
|
|
6854
|
+
.fec-table-container[data-v-7f4898b0] .vxe-table .vxe-table--header-inner-wrapper {
|
|
6854
6855
|
height: 40px !important;
|
|
6855
6856
|
}
|
|
6856
|
-
.fec-table-container[data-v-
|
|
6857
|
+
.fec-table-container[data-v-7f4898b0] .vxe-table .vxe-body--column .vxe-cell {
|
|
6857
6858
|
padding: 6px !important;
|
|
6858
6859
|
min-height: 32px !important;
|
|
6859
6860
|
color: #666;
|
|
6860
6861
|
font-size: 13px;
|
|
6861
6862
|
}
|
|
6862
|
-
.fec-table-container[data-v-
|
|
6863
|
-
.fec-table-container[data-v-
|
|
6863
|
+
.fec-table-container[data-v-7f4898b0] .vxe-table .vxe-body--column .c--tooltip,
|
|
6864
|
+
.fec-table-container[data-v-7f4898b0] .vxe-table .vxe-body--column .c--title {
|
|
6864
6865
|
height: 32px !important;
|
|
6865
6866
|
min-height: 32px !important;
|
|
6866
6867
|
}
|
|
6867
|
-
.fec-table-container[data-v-
|
|
6868
|
+
.fec-table-container[data-v-7f4898b0] .vxe-table .vxe-table--border-line {
|
|
6868
6869
|
border: none;
|
|
6869
6870
|
border-bottom: 1px solid #ebeef5;
|
|
6870
6871
|
border-top: 1px solid #ebeef5;
|
|
6871
6872
|
}
|
|
6872
|
-
.fec-table-container[data-v-
|
|
6873
|
-
.fec-table-container[data-v-
|
|
6873
|
+
.fec-table-container[data-v-7f4898b0] .vxe-table .vxe-table--scroll-y-handle-appearance,
|
|
6874
|
+
.fec-table-container[data-v-7f4898b0] .vxe-table .vxe-table--scroll-y-wrapper:after {
|
|
6874
6875
|
border: none !important;
|
|
6875
6876
|
}
|
|
6876
|
-
.fec-table-container[data-v-
|
|
6877
|
+
.fec-table-container[data-v-7f4898b0] .vxe-table .vxe-table--scroll-y-top-corner {
|
|
6877
6878
|
display: none !important;
|
|
6878
6879
|
}
|
|
6879
|
-
.fec-table-container[data-v-
|
|
6880
|
+
.fec-table-container[data-v-7f4898b0] .vxe-table .vxe-cell--sort {
|
|
6880
6881
|
font-size: 14px;
|
|
6881
6882
|
}
|
|
6882
|
-
.fec-table-container[data-v-
|
|
6883
|
-
.fec-table-container[data-v-
|
|
6884
|
-
.fec-table-container[data-v-
|
|
6885
|
-
.fec-table-container[data-v-
|
|
6886
|
-
.fec-table-container[data-v-
|
|
6887
|
-
.fec-table-container[data-v-
|
|
6883
|
+
.fec-table-container[data-v-7f4898b0] .vxe-table .vxe-body--column,
|
|
6884
|
+
.fec-table-container[data-v-7f4898b0] .vxe-table .vxe-footer--column,
|
|
6885
|
+
.fec-table-container[data-v-7f4898b0] .vxe-table .vxe-header--column,
|
|
6886
|
+
.fec-table-container[data-v-7f4898b0] .vxe-table .vxe-body--column,
|
|
6887
|
+
.fec-table-container[data-v-7f4898b0] .vxe-table .vxe-footer--column,
|
|
6888
|
+
.fec-table-container[data-v-7f4898b0] .vxe-table .vxe-header--column {
|
|
6888
6889
|
background-image: linear-gradient(#ebeef5, #ebeef5) !important;
|
|
6889
6890
|
}
|
|
6890
|
-
.fec-table-container[data-v-
|
|
6891
|
+
.fec-table-container[data-v-7f4898b0] .vxe-table .el-button.is-disabled {
|
|
6891
6892
|
color: #ccc !important;
|
|
6892
6893
|
}
|
|
6893
|
-
.fec-table-container[data-v-
|
|
6894
|
-
.fec-table-container[data-v-
|
|
6894
|
+
.fec-table-container[data-v-7f4898b0] .vxe-table .vxe-table--scroll-x-handle-appearance,
|
|
6895
|
+
.fec-table-container[data-v-7f4898b0] .vxe-table .vxe-table--scroll-x-right-corner {
|
|
6895
6896
|
display: none !important;
|
|
6896
6897
|
}
|
|
6897
|
-
.fec-table-sub[data-v-
|
|
6898
|
+
.fec-table-sub[data-v-7f4898b0] .vxe-table .vxe-table--border-line {
|
|
6898
6899
|
border-top: none;
|
|
6899
6900
|
}
|
|
6900
6901
|
.fec-layout-card[data-v-a6236024] {
|
|
@@ -7099,17 +7100,17 @@ body,
|
|
|
7099
7100
|
min-height: 60px;
|
|
7100
7101
|
}
|
|
7101
7102
|
|
|
7102
|
-
.fec-card-list[data-v-
|
|
7103
|
+
.fec-card-list[data-v-13759ee7] {
|
|
7103
7104
|
flex: 1;
|
|
7104
7105
|
overflow: auto;
|
|
7105
7106
|
/* 隐藏滚动条 - 核心代码 */
|
|
7106
7107
|
-ms-overflow-style: none; /* IE 和 Edge */
|
|
7107
7108
|
scrollbar-width: none; /* Firefox */
|
|
7108
7109
|
}
|
|
7109
|
-
.fec-card-list[data-v-
|
|
7110
|
+
.fec-card-list[data-v-13759ee7]::-webkit-scrollbar {
|
|
7110
7111
|
display: none;
|
|
7111
7112
|
}
|
|
7112
|
-
.fec-card-list[data-v-
|
|
7113
|
+
.fec-card-list[data-v-13759ee7] .fec-card {
|
|
7113
7114
|
margin-bottom: 0;
|
|
7114
7115
|
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
|
|
7115
7116
|
}.van-grid{display:flex;flex-wrap:wrap}
|
|
@@ -7298,7 +7299,7 @@ body,
|
|
|
7298
7299
|
position: absolute;
|
|
7299
7300
|
text-align: center;
|
|
7300
7301
|
bottom: 0px;
|
|
7301
|
-
}.stat-card[data-v-
|
|
7302
|
+
}.stat-card[data-v-1c07f859] {
|
|
7302
7303
|
background: #ffffff;
|
|
7303
7304
|
margin: 0 12px 10px;
|
|
7304
7305
|
border-radius: 16px;
|
|
@@ -7308,8 +7309,8 @@ body,
|
|
|
7308
7309
|
display: flex;
|
|
7309
7310
|
flex-direction: column;
|
|
7310
7311
|
}
|
|
7311
|
-
.stat-loading[data-v-
|
|
7312
|
-
.stat-empty[data-v-
|
|
7312
|
+
.stat-loading[data-v-1c07f859],
|
|
7313
|
+
.stat-empty[data-v-1c07f859] {
|
|
7313
7314
|
display: flex;
|
|
7314
7315
|
align-items: center;
|
|
7315
7316
|
justify-content: center;
|
|
@@ -7317,7 +7318,7 @@ body,
|
|
|
7317
7318
|
color: #999;
|
|
7318
7319
|
font-size: 13px;
|
|
7319
7320
|
}
|
|
7320
|
-
.stat-hero[data-v-
|
|
7321
|
+
.stat-hero[data-v-1c07f859] {
|
|
7321
7322
|
display: flex;
|
|
7322
7323
|
align-items: flex-start;
|
|
7323
7324
|
gap: 10px;
|
|
@@ -7327,7 +7328,7 @@ body,
|
|
|
7327
7328
|
position: relative;
|
|
7328
7329
|
overflow: hidden;
|
|
7329
7330
|
}
|
|
7330
|
-
.stat-hero[data-v-
|
|
7331
|
+
.stat-hero[data-v-1c07f859]::after {
|
|
7331
7332
|
content: "";
|
|
7332
7333
|
position: absolute;
|
|
7333
7334
|
right: -16px;
|
|
@@ -7339,103 +7340,103 @@ body,
|
|
|
7339
7340
|
background: currentColor;
|
|
7340
7341
|
pointer-events: none;
|
|
7341
7342
|
}
|
|
7342
|
-
.stat-hero--blue[data-v-
|
|
7343
|
+
.stat-hero--blue[data-v-1c07f859] {
|
|
7343
7344
|
background: linear-gradient(135deg, #eaf1fe 0%, #dce6fa 100%);
|
|
7344
7345
|
}
|
|
7345
|
-
.stat-hero--blue .stat-hero-dot[data-v-
|
|
7346
|
+
.stat-hero--blue .stat-hero-dot[data-v-1c07f859] {
|
|
7346
7347
|
background: #2b6de8;
|
|
7347
7348
|
}
|
|
7348
|
-
.stat-hero--blue .stat-hero-label[data-v-
|
|
7349
|
+
.stat-hero--blue .stat-hero-label[data-v-1c07f859] {
|
|
7349
7350
|
color: #3a6bcb;
|
|
7350
7351
|
}
|
|
7351
|
-
.stat-hero--blue[data-v-
|
|
7352
|
+
.stat-hero--blue[data-v-1c07f859]::after {
|
|
7352
7353
|
color: #2b6de8;
|
|
7353
7354
|
}
|
|
7354
|
-
.stat-hero--purple[data-v-
|
|
7355
|
+
.stat-hero--purple[data-v-1c07f859] {
|
|
7355
7356
|
background: linear-gradient(135deg, #f3edff 0%, #e9defa 100%);
|
|
7356
7357
|
}
|
|
7357
|
-
.stat-hero--purple .stat-hero-dot[data-v-
|
|
7358
|
+
.stat-hero--purple .stat-hero-dot[data-v-1c07f859] {
|
|
7358
7359
|
background: #7c3aed;
|
|
7359
7360
|
}
|
|
7360
|
-
.stat-hero--purple .stat-hero-label[data-v-
|
|
7361
|
+
.stat-hero--purple .stat-hero-label[data-v-1c07f859] {
|
|
7361
7362
|
color: #6d4dc4;
|
|
7362
7363
|
}
|
|
7363
|
-
.stat-hero--purple[data-v-
|
|
7364
|
+
.stat-hero--purple[data-v-1c07f859]::after {
|
|
7364
7365
|
color: #7c3aed;
|
|
7365
7366
|
}
|
|
7366
|
-
.stat-hero--mint[data-v-
|
|
7367
|
+
.stat-hero--mint[data-v-1c07f859] {
|
|
7367
7368
|
background: linear-gradient(135deg, #e4f7f0 0%, #d3f0e5 100%);
|
|
7368
7369
|
}
|
|
7369
|
-
.stat-hero--mint .stat-hero-dot[data-v-
|
|
7370
|
+
.stat-hero--mint .stat-hero-dot[data-v-1c07f859] {
|
|
7370
7371
|
background: #0fa57e;
|
|
7371
7372
|
}
|
|
7372
|
-
.stat-hero--mint .stat-hero-label[data-v-
|
|
7373
|
+
.stat-hero--mint .stat-hero-label[data-v-1c07f859] {
|
|
7373
7374
|
color: #1d8a64;
|
|
7374
7375
|
}
|
|
7375
|
-
.stat-hero--mint[data-v-
|
|
7376
|
+
.stat-hero--mint[data-v-1c07f859]::after {
|
|
7376
7377
|
color: #0fa57e;
|
|
7377
7378
|
}
|
|
7378
|
-
.stat-hero--orange[data-v-
|
|
7379
|
+
.stat-hero--orange[data-v-1c07f859] {
|
|
7379
7380
|
background: linear-gradient(135deg, #fef3e5 0%, #fde9d0 100%);
|
|
7380
7381
|
}
|
|
7381
|
-
.stat-hero--orange .stat-hero-dot[data-v-
|
|
7382
|
+
.stat-hero--orange .stat-hero-dot[data-v-1c07f859] {
|
|
7382
7383
|
background: #f08318;
|
|
7383
7384
|
}
|
|
7384
|
-
.stat-hero--orange .stat-hero-label[data-v-
|
|
7385
|
+
.stat-hero--orange .stat-hero-label[data-v-1c07f859] {
|
|
7385
7386
|
color: #c57312;
|
|
7386
7387
|
}
|
|
7387
|
-
.stat-hero--orange[data-v-
|
|
7388
|
+
.stat-hero--orange[data-v-1c07f859]::after {
|
|
7388
7389
|
color: #f08318;
|
|
7389
7390
|
}
|
|
7390
|
-
.stat-hero--mist[data-v-
|
|
7391
|
+
.stat-hero--mist[data-v-1c07f859] {
|
|
7391
7392
|
background: linear-gradient(135deg, #eaf3f6 0%, #dce9ef 100%);
|
|
7392
7393
|
}
|
|
7393
|
-
.stat-hero--mist .stat-hero-dot[data-v-
|
|
7394
|
+
.stat-hero--mist .stat-hero-dot[data-v-1c07f859] {
|
|
7394
7395
|
background: #6b9aaa;
|
|
7395
7396
|
}
|
|
7396
|
-
.stat-hero--mist .stat-hero-label[data-v-
|
|
7397
|
+
.stat-hero--mist .stat-hero-label[data-v-1c07f859] {
|
|
7397
7398
|
color: #4d7a89;
|
|
7398
7399
|
}
|
|
7399
|
-
.stat-hero--mist[data-v-
|
|
7400
|
+
.stat-hero--mist[data-v-1c07f859]::after {
|
|
7400
7401
|
color: #6b9aaa;
|
|
7401
7402
|
}
|
|
7402
|
-
.stat-hero--rose[data-v-
|
|
7403
|
+
.stat-hero--rose[data-v-1c07f859] {
|
|
7403
7404
|
background: linear-gradient(135deg, #fce9ed 0%, #fadce3 100%);
|
|
7404
7405
|
}
|
|
7405
|
-
.stat-hero--rose .stat-hero-dot[data-v-
|
|
7406
|
+
.stat-hero--rose .stat-hero-dot[data-v-1c07f859] {
|
|
7406
7407
|
background: #e04466;
|
|
7407
7408
|
}
|
|
7408
|
-
.stat-hero--rose .stat-hero-label[data-v-
|
|
7409
|
+
.stat-hero--rose .stat-hero-label[data-v-1c07f859] {
|
|
7409
7410
|
color: #c4345c;
|
|
7410
7411
|
}
|
|
7411
|
-
.stat-hero--rose[data-v-
|
|
7412
|
+
.stat-hero--rose[data-v-1c07f859]::after {
|
|
7412
7413
|
color: #e04466;
|
|
7413
7414
|
}
|
|
7414
|
-
.stat-hero-dot[data-v-
|
|
7415
|
+
.stat-hero-dot[data-v-1c07f859] {
|
|
7415
7416
|
width: 10px;
|
|
7416
7417
|
height: 10px;
|
|
7417
7418
|
border-radius: 50%;
|
|
7418
7419
|
margin-top: 3px;
|
|
7419
7420
|
flex-shrink: 0;
|
|
7420
7421
|
}
|
|
7421
|
-
.stat-hero-body[data-v-
|
|
7422
|
+
.stat-hero-body[data-v-1c07f859] {
|
|
7422
7423
|
flex: 1;
|
|
7423
7424
|
min-width: 0;
|
|
7424
7425
|
position: relative;
|
|
7425
7426
|
z-index: 1;
|
|
7426
7427
|
}
|
|
7427
|
-
.stat-hero-label[data-v-
|
|
7428
|
+
.stat-hero-label[data-v-1c07f859] {
|
|
7428
7429
|
font-size: 12px;
|
|
7429
7430
|
font-weight: 500;
|
|
7430
7431
|
margin-bottom: 8px;
|
|
7431
7432
|
letter-spacing: 0.3px;
|
|
7432
7433
|
}
|
|
7433
|
-
.stat-hero-num[data-v-
|
|
7434
|
+
.stat-hero-num[data-v-1c07f859] {
|
|
7434
7435
|
display: flex;
|
|
7435
7436
|
align-items: baseline;
|
|
7436
7437
|
line-height: 1;
|
|
7437
7438
|
}
|
|
7438
|
-
.stat-hero-value[data-v-
|
|
7439
|
+
.stat-hero-value[data-v-1c07f859] {
|
|
7439
7440
|
font-size: 34px;
|
|
7440
7441
|
font-weight: 700;
|
|
7441
7442
|
font-family: "DIN Alternate", "Helvetica Neue", "PingFang SC", "Microsoft YaHei", sans-serif;
|
|
@@ -7447,29 +7448,29 @@ body,
|
|
|
7447
7448
|
text-overflow: ellipsis;
|
|
7448
7449
|
white-space: nowrap;
|
|
7449
7450
|
}
|
|
7450
|
-
.stat-hero-value[data-len="5"][data-v-
|
|
7451
|
+
.stat-hero-value[data-len="5"][data-v-1c07f859], .stat-hero-value[data-len="6"][data-v-1c07f859] {
|
|
7451
7452
|
font-size: 26px;
|
|
7452
7453
|
}
|
|
7453
|
-
.stat-hero-value[data-len="7"][data-v-
|
|
7454
|
+
.stat-hero-value[data-len="7"][data-v-1c07f859], .stat-hero-value[data-len="8"][data-v-1c07f859] {
|
|
7454
7455
|
font-size: 21px;
|
|
7455
7456
|
letter-spacing: -1.2px;
|
|
7456
7457
|
}
|
|
7457
|
-
.stat-hero-unit[data-v-
|
|
7458
|
+
.stat-hero-unit[data-v-1c07f859] {
|
|
7458
7459
|
font-size: 13px;
|
|
7459
7460
|
color: #7b8296;
|
|
7460
7461
|
margin-left: 5px;
|
|
7461
7462
|
font-weight: 500;
|
|
7462
7463
|
flex-shrink: 0;
|
|
7463
7464
|
}
|
|
7464
|
-
.stat-row[data-v-
|
|
7465
|
+
.stat-row[data-v-1c07f859] {
|
|
7465
7466
|
display: flex;
|
|
7466
7467
|
gap: 8px;
|
|
7467
7468
|
margin-bottom: 8px;
|
|
7468
7469
|
}
|
|
7469
|
-
.stat-row[data-v-
|
|
7470
|
+
.stat-row[data-v-1c07f859]:last-child {
|
|
7470
7471
|
margin-bottom: 0;
|
|
7471
7472
|
}
|
|
7472
|
-
.stat-item[data-v-
|
|
7473
|
+
.stat-item[data-v-1c07f859] {
|
|
7473
7474
|
display: flex;
|
|
7474
7475
|
align-items: flex-start;
|
|
7475
7476
|
gap: 8px;
|
|
@@ -7479,88 +7480,88 @@ body,
|
|
|
7479
7480
|
position: relative;
|
|
7480
7481
|
overflow: hidden;
|
|
7481
7482
|
}
|
|
7482
|
-
.stat-item--w1[data-v-
|
|
7483
|
+
.stat-item--w1[data-v-1c07f859] {
|
|
7483
7484
|
flex: 1;
|
|
7484
7485
|
}
|
|
7485
|
-
.stat-item--w2[data-v-
|
|
7486
|
+
.stat-item--w2[data-v-1c07f859] {
|
|
7486
7487
|
flex: 2;
|
|
7487
7488
|
}
|
|
7488
|
-
.stat-item--blue[data-v-
|
|
7489
|
+
.stat-item--blue[data-v-1c07f859] {
|
|
7489
7490
|
background: #f5f7fd;
|
|
7490
7491
|
}
|
|
7491
|
-
.stat-item--blue .stat-item-dot[data-v-
|
|
7492
|
+
.stat-item--blue .stat-item-dot[data-v-1c07f859] {
|
|
7492
7493
|
background: #2b6de8;
|
|
7493
7494
|
}
|
|
7494
|
-
.stat-item--blue .stat-item-label[data-v-
|
|
7495
|
+
.stat-item--blue .stat-item-label[data-v-1c07f859] {
|
|
7495
7496
|
color: #3a6bcb;
|
|
7496
7497
|
}
|
|
7497
|
-
.stat-item--purple[data-v-
|
|
7498
|
+
.stat-item--purple[data-v-1c07f859] {
|
|
7498
7499
|
background: #f9f7fd;
|
|
7499
7500
|
}
|
|
7500
|
-
.stat-item--purple .stat-item-dot[data-v-
|
|
7501
|
+
.stat-item--purple .stat-item-dot[data-v-1c07f859] {
|
|
7501
7502
|
background: #7c3aed;
|
|
7502
7503
|
}
|
|
7503
|
-
.stat-item--purple .stat-item-label[data-v-
|
|
7504
|
+
.stat-item--purple .stat-item-label[data-v-1c07f859] {
|
|
7504
7505
|
color: #6d4dc4;
|
|
7505
7506
|
}
|
|
7506
|
-
.stat-item--mint[data-v-
|
|
7507
|
+
.stat-item--mint[data-v-1c07f859] {
|
|
7507
7508
|
background: #f2faf6;
|
|
7508
7509
|
}
|
|
7509
|
-
.stat-item--mint .stat-item-dot[data-v-
|
|
7510
|
+
.stat-item--mint .stat-item-dot[data-v-1c07f859] {
|
|
7510
7511
|
background: #0fa57e;
|
|
7511
7512
|
}
|
|
7512
|
-
.stat-item--mint .stat-item-label[data-v-
|
|
7513
|
+
.stat-item--mint .stat-item-label[data-v-1c07f859] {
|
|
7513
7514
|
color: #1d8a64;
|
|
7514
7515
|
}
|
|
7515
|
-
.stat-item--orange[data-v-
|
|
7516
|
+
.stat-item--orange[data-v-1c07f859] {
|
|
7516
7517
|
background: #fef9f3;
|
|
7517
7518
|
}
|
|
7518
|
-
.stat-item--orange .stat-item-dot[data-v-
|
|
7519
|
+
.stat-item--orange .stat-item-dot[data-v-1c07f859] {
|
|
7519
7520
|
background: #f08318;
|
|
7520
7521
|
}
|
|
7521
|
-
.stat-item--orange .stat-item-label[data-v-
|
|
7522
|
+
.stat-item--orange .stat-item-label[data-v-1c07f859] {
|
|
7522
7523
|
color: #c57312;
|
|
7523
7524
|
}
|
|
7524
|
-
.stat-item--mist[data-v-
|
|
7525
|
+
.stat-item--mist[data-v-1c07f859] {
|
|
7525
7526
|
background: #f3f7f9;
|
|
7526
7527
|
}
|
|
7527
|
-
.stat-item--mist .stat-item-dot[data-v-
|
|
7528
|
+
.stat-item--mist .stat-item-dot[data-v-1c07f859] {
|
|
7528
7529
|
background: #6b9aaa;
|
|
7529
7530
|
}
|
|
7530
|
-
.stat-item--mist .stat-item-label[data-v-
|
|
7531
|
+
.stat-item--mist .stat-item-label[data-v-1c07f859] {
|
|
7531
7532
|
color: #4d7a89;
|
|
7532
7533
|
}
|
|
7533
|
-
.stat-item--rose[data-v-
|
|
7534
|
+
.stat-item--rose[data-v-1c07f859] {
|
|
7534
7535
|
background: #fdf4f6;
|
|
7535
7536
|
}
|
|
7536
|
-
.stat-item--rose .stat-item-dot[data-v-
|
|
7537
|
+
.stat-item--rose .stat-item-dot[data-v-1c07f859] {
|
|
7537
7538
|
background: #e04466;
|
|
7538
7539
|
}
|
|
7539
|
-
.stat-item--rose .stat-item-label[data-v-
|
|
7540
|
+
.stat-item--rose .stat-item-label[data-v-1c07f859] {
|
|
7540
7541
|
color: #c4345c;
|
|
7541
7542
|
}
|
|
7542
|
-
.stat-item-dot[data-v-
|
|
7543
|
+
.stat-item-dot[data-v-1c07f859] {
|
|
7543
7544
|
width: 8px;
|
|
7544
7545
|
height: 8px;
|
|
7545
7546
|
border-radius: 50%;
|
|
7546
7547
|
margin-top: 5px;
|
|
7547
7548
|
flex-shrink: 0;
|
|
7548
7549
|
}
|
|
7549
|
-
.stat-item-body[data-v-
|
|
7550
|
+
.stat-item-body[data-v-1c07f859] {
|
|
7550
7551
|
flex: 1;
|
|
7551
7552
|
min-width: 0;
|
|
7552
7553
|
}
|
|
7553
|
-
.stat-item-label[data-v-
|
|
7554
|
+
.stat-item-label[data-v-1c07f859] {
|
|
7554
7555
|
font-size: 11px;
|
|
7555
7556
|
font-weight: 500;
|
|
7556
7557
|
margin-bottom: 4px;
|
|
7557
7558
|
}
|
|
7558
|
-
.stat-item-num[data-v-
|
|
7559
|
+
.stat-item-num[data-v-1c07f859] {
|
|
7559
7560
|
display: flex;
|
|
7560
7561
|
align-items: baseline;
|
|
7561
7562
|
line-height: 1;
|
|
7562
7563
|
}
|
|
7563
|
-
.stat-item-value[data-v-
|
|
7564
|
+
.stat-item-value[data-v-1c07f859] {
|
|
7564
7565
|
font-size: 22px;
|
|
7565
7566
|
font-weight: 700;
|
|
7566
7567
|
font-family: "DIN Alternate", "Helvetica Neue", "PingFang SC", "Microsoft YaHei", sans-serif;
|
|
@@ -7570,14 +7571,14 @@ body,
|
|
|
7570
7571
|
text-overflow: ellipsis;
|
|
7571
7572
|
white-space: nowrap;
|
|
7572
7573
|
}
|
|
7573
|
-
.stat-item-value[data-len="5"][data-v-
|
|
7574
|
+
.stat-item-value[data-len="5"][data-v-1c07f859], .stat-item-value[data-len="6"][data-v-1c07f859] {
|
|
7574
7575
|
font-size: 17px;
|
|
7575
7576
|
}
|
|
7576
|
-
.stat-item-value[data-len="7"][data-v-
|
|
7577
|
+
.stat-item-value[data-len="7"][data-v-1c07f859], .stat-item-value[data-len="8"][data-v-1c07f859] {
|
|
7577
7578
|
font-size: 22px;
|
|
7578
7579
|
letter-spacing: -0.8px;
|
|
7579
7580
|
}
|
|
7580
|
-
.stat-item-unit[data-v-
|
|
7581
|
+
.stat-item-unit[data-v-1c07f859] {
|
|
7581
7582
|
font-size: 12px;
|
|
7582
7583
|
color: #9ca3af;
|
|
7583
7584
|
margin-left: 3px;
|
|
@@ -8318,7 +8319,7 @@ textarea.van-field__control {
|
|
|
8318
8319
|
:root,:host{--van-sidebar-width: 80px}.van-sidebar{width:var(--van-sidebar-width);overflow-y:auto;-webkit-overflow-scrolling:touch}
|
|
8319
8320
|
:root,:host{--van-sidebar-font-size: var(--van-font-size-md);--van-sidebar-line-height: var(--van-line-height-md);--van-sidebar-text-color: var(--van-text-color);--van-sidebar-disabled-text-color: var(--van-text-color-3);--van-sidebar-padding: 20px var(--van-padding-sm);--van-sidebar-active-color: var(--van-active-color);--van-sidebar-background: var(--van-background);--van-sidebar-selected-font-weight: var(--van-font-bold);--van-sidebar-selected-text-color: var(--van-text-color);--van-sidebar-selected-border-width: 4px;--van-sidebar-selected-border-height: 16px;--van-sidebar-selected-border-color: var(--van-primary-color);--van-sidebar-selected-background: var(--van-background-2)}.van-sidebar-item{position:relative;display:block;box-sizing:border-box;padding:var(--van-sidebar-padding);overflow:hidden;color:var(--van-sidebar-text-color);font-size:var(--van-sidebar-font-size);line-height:var(--van-sidebar-line-height);background:var(--van-sidebar-background);cursor:pointer;-webkit-user-select:none;user-select:none}.van-sidebar-item:active{background-color:var(--van-sidebar-active-color)}.van-sidebar-item:not(:last-child):after{border-bottom-width:1px}.van-sidebar-item__text{word-break:break-all}.van-sidebar-item--select{color:var(--van-sidebar-selected-text-color);font-weight:var(--van-sidebar-selected-font-weight)}.van-sidebar-item--select,.van-sidebar-item--select:active{background-color:var(--van-sidebar-selected-background)}.van-sidebar-item--select:before{position:absolute;top:50%;left:0;width:var(--van-sidebar-selected-border-width);height:var(--van-sidebar-selected-border-height);background-color:var(--van-sidebar-selected-border-color);transform:translateY(-50%);content:""}.van-sidebar-item--disabled{color:var(--van-sidebar-disabled-text-color);cursor:not-allowed}.van-sidebar-item--disabled:active{background-color:var(--van-sidebar-background)}
|
|
8320
8321
|
|
|
8321
|
-
.grid-wrapper[data-v-
|
|
8322
|
+
.grid-wrapper[data-v-45126cab] {
|
|
8322
8323
|
flex: 1;
|
|
8323
8324
|
overflow: auto;
|
|
8324
8325
|
display: flex;
|
|
@@ -8327,31 +8328,31 @@ textarea.van-field__control {
|
|
|
8327
8328
|
}
|
|
8328
8329
|
|
|
8329
8330
|
/* 主流浏览器:Chrome / Edge / 移动端 Webkit */
|
|
8330
|
-
.no-scrollbar[data-v-
|
|
8331
|
+
.no-scrollbar[data-v-45126cab]::-webkit-scrollbar {
|
|
8331
8332
|
display: none;
|
|
8332
8333
|
}
|
|
8333
8334
|
|
|
8334
8335
|
/* Firefox */
|
|
8335
|
-
.no-scrollbar[data-v-
|
|
8336
|
+
.no-scrollbar[data-v-45126cab] {
|
|
8336
8337
|
scrollbar-width: none;
|
|
8337
8338
|
}
|
|
8338
8339
|
|
|
8339
8340
|
/* IE / Edge 老版本 */
|
|
8340
|
-
.no-scrollbar[data-v-
|
|
8341
|
+
.no-scrollbar[data-v-45126cab] {
|
|
8341
8342
|
-ms-overflow-style: none;
|
|
8342
8343
|
}
|
|
8343
|
-
.component-content[data-v-
|
|
8344
|
+
.component-content[data-v-45126cab] {
|
|
8344
8345
|
display: flex;
|
|
8345
8346
|
height: 100%;
|
|
8346
8347
|
width: 100%;
|
|
8347
8348
|
flex-direction: column;
|
|
8348
8349
|
}
|
|
8349
|
-
[data-v-
|
|
8350
|
+
[data-v-45126cab] .vgl-item.isAutoHeight {
|
|
8350
8351
|
height: 100% !important;
|
|
8351
8352
|
}
|
|
8352
|
-
[data-v-
|
|
8353
|
+
[data-v-45126cab] .vgl-item {
|
|
8353
8354
|
transition: none;
|
|
8354
|
-
}.fec-mobile-approval-timeline[data-v-
|
|
8355
|
+
}.fec-mobile-approval-timeline[data-v-c284e414] {
|
|
8355
8356
|
width: 100%;
|
|
8356
8357
|
padding: 12px 0 12px 12px;
|
|
8357
8358
|
background: #fff;
|
|
@@ -8360,36 +8361,36 @@ textarea.van-field__control {
|
|
|
8360
8361
|
flex-direction: column;
|
|
8361
8362
|
height: 0;
|
|
8362
8363
|
}
|
|
8363
|
-
.fec-mobile-approval-timeline .fec-mobile-approval-timeline[data-v-
|
|
8364
|
+
.fec-mobile-approval-timeline .fec-mobile-approval-timeline[data-v-c284e414] {
|
|
8364
8365
|
height: 100%;
|
|
8365
8366
|
padding-left: 0;
|
|
8366
8367
|
padding-bottom: 0;
|
|
8367
8368
|
}
|
|
8368
|
-
.fec-mobile-approval-timeline .fec-mobile-approval-timeline .fec-steps[data-v-
|
|
8369
|
+
.fec-mobile-approval-timeline .fec-mobile-approval-timeline .fec-steps[data-v-c284e414] {
|
|
8369
8370
|
padding-right: 0;
|
|
8370
8371
|
}
|
|
8371
|
-
.fec-mobile-approval-timeline .fec-mobile-approval-timeline .fec-steps .fec-step[data-v-
|
|
8372
|
+
.fec-mobile-approval-timeline .fec-mobile-approval-timeline .fec-steps .fec-step[data-v-c284e414] {
|
|
8372
8373
|
padding-right: 0;
|
|
8373
8374
|
}
|
|
8374
|
-
.fec-mobile-approval-timeline .fec-mobile-approval-timeline .fec-steps .fec-step[data-v-
|
|
8375
|
+
.fec-mobile-approval-timeline .fec-mobile-approval-timeline .fec-steps .fec-step[data-v-c284e414]:last-child {
|
|
8375
8376
|
padding-bottom: 0;
|
|
8376
8377
|
}
|
|
8377
|
-
.fec-timeline-loading[data-v-
|
|
8378
|
+
.fec-timeline-loading[data-v-c284e414] {
|
|
8378
8379
|
text-align: center;
|
|
8379
8380
|
padding-right: 12px;
|
|
8380
8381
|
color: #999;
|
|
8381
8382
|
font-size: 13px;
|
|
8382
8383
|
}
|
|
8383
|
-
.fec-timeline-empty[data-v-
|
|
8384
|
+
.fec-timeline-empty[data-v-c284e414] {
|
|
8384
8385
|
padding: 32px 12px;
|
|
8385
8386
|
}
|
|
8386
|
-
.fec-steps[data-v-
|
|
8387
|
+
.fec-steps[data-v-c284e414] {
|
|
8387
8388
|
background: transparent;
|
|
8388
8389
|
overflow: auto;
|
|
8389
8390
|
padding-right: 12px;
|
|
8390
8391
|
padding-left: 36px;
|
|
8391
8392
|
}
|
|
8392
|
-
.fec-step-square[data-v-
|
|
8393
|
+
.fec-step-square[data-v-c284e414] {
|
|
8393
8394
|
width: 100%;
|
|
8394
8395
|
height: 100%;
|
|
8395
8396
|
border-radius: 6px;
|
|
@@ -8401,58 +8402,58 @@ textarea.van-field__control {
|
|
|
8401
8402
|
z-index: 1;
|
|
8402
8403
|
box-shadow: 0 0 0 2px #f5f5f5;
|
|
8403
8404
|
}
|
|
8404
|
-
.fec-step-square.task[data-v-
|
|
8405
|
+
.fec-step-square.task[data-v-c284e414] {
|
|
8405
8406
|
background-color: #1890ff;
|
|
8406
8407
|
}
|
|
8407
|
-
.fec-step-square.signTask[data-v-
|
|
8408
|
+
.fec-step-square.signTask[data-v-c284e414] {
|
|
8408
8409
|
background-color: #0971d2;
|
|
8409
8410
|
}
|
|
8410
|
-
.fec-step-square.child[data-v-
|
|
8411
|
+
.fec-step-square.child[data-v-c284e414] {
|
|
8411
8412
|
background-color: #722ed1;
|
|
8412
8413
|
}
|
|
8413
|
-
.fec-step-square-text[data-v-
|
|
8414
|
+
.fec-step-square-text[data-v-c284e414] {
|
|
8414
8415
|
color: #fff;
|
|
8415
8416
|
font-size: 16px;
|
|
8416
8417
|
font-weight: 500;
|
|
8417
8418
|
line-height: 1;
|
|
8418
8419
|
}
|
|
8419
|
-
.fec-step[data-v-
|
|
8420
|
+
.fec-step[data-v-c284e414] {
|
|
8420
8421
|
padding: 0 8px 25px 18px;
|
|
8421
8422
|
}
|
|
8422
|
-
.fec-step[data-v-
|
|
8423
|
+
.fec-step[data-v-c284e414]::after {
|
|
8423
8424
|
border-bottom-width: 0;
|
|
8424
8425
|
}
|
|
8425
|
-
.fec-step[data-v-
|
|
8426
|
+
.fec-step[data-v-c284e414]:last-child {
|
|
8426
8427
|
padding-bottom: 12px;
|
|
8427
8428
|
}
|
|
8428
|
-
.fec-step[data-v-
|
|
8429
|
+
.fec-step[data-v-c284e414] .van-step__icon {
|
|
8429
8430
|
background: transparent !important;
|
|
8430
8431
|
width: 36px;
|
|
8431
8432
|
height: 36px;
|
|
8432
8433
|
}
|
|
8433
|
-
.fec-step[data-v-
|
|
8434
|
-
.fec-step[data-v-
|
|
8435
|
-
.fec-step[data-v-
|
|
8434
|
+
.fec-step[data-v-c284e414] .van-step__icon--active,
|
|
8435
|
+
.fec-step[data-v-c284e414] .van-step__icon--inactive,
|
|
8436
|
+
.fec-step[data-v-c284e414] .van-step__icon--finish {
|
|
8436
8437
|
width: 36px;
|
|
8437
8438
|
height: 36px;
|
|
8438
8439
|
display: flex;
|
|
8439
8440
|
align-items: center;
|
|
8440
8441
|
justify-content: center;
|
|
8441
8442
|
}
|
|
8442
|
-
.fec-step[data-v-
|
|
8443
|
+
.fec-step[data-v-c284e414] .van-step__circle-container {
|
|
8443
8444
|
width: 36px;
|
|
8444
8445
|
height: 36px;
|
|
8445
8446
|
background: transparent !important;
|
|
8446
8447
|
color: #fff;
|
|
8447
8448
|
}
|
|
8448
|
-
.fec-step[data-v-
|
|
8449
|
+
.fec-step[data-v-c284e414] .van-step__line {
|
|
8449
8450
|
background-color: transparent !important;
|
|
8450
8451
|
border-left: 1px dashed #d3d5dc;
|
|
8451
8452
|
}
|
|
8452
|
-
.fec-step[data-v-
|
|
8453
|
+
.fec-step[data-v-c284e414]:last-child .van-step__line {
|
|
8453
8454
|
display: none;
|
|
8454
8455
|
}
|
|
8455
|
-
.fec-step-header[data-v-
|
|
8456
|
+
.fec-step-header[data-v-c284e414] {
|
|
8456
8457
|
display: flex;
|
|
8457
8458
|
justify-content: space-between;
|
|
8458
8459
|
align-items: flex-start;
|
|
@@ -8460,17 +8461,17 @@ textarea.van-field__control {
|
|
|
8460
8461
|
gap: 8px;
|
|
8461
8462
|
height: 40px;
|
|
8462
8463
|
}
|
|
8463
|
-
.fec-step-header.signTask[data-v-
|
|
8464
|
+
.fec-step-header.signTask[data-v-c284e414] {
|
|
8464
8465
|
align-items: center;
|
|
8465
8466
|
}
|
|
8466
|
-
.fec-step-title[data-v-
|
|
8467
|
+
.fec-step-title[data-v-c284e414] {
|
|
8467
8468
|
display: flex;
|
|
8468
8469
|
flex-direction: column;
|
|
8469
8470
|
gap: 2px;
|
|
8470
8471
|
flex: 1;
|
|
8471
8472
|
min-width: 0;
|
|
8472
8473
|
}
|
|
8473
|
-
.fec-step-name[data-v-
|
|
8474
|
+
.fec-step-name[data-v-c284e414] {
|
|
8474
8475
|
font-size: 15px;
|
|
8475
8476
|
font-weight: 500;
|
|
8476
8477
|
color: #333;
|
|
@@ -8479,7 +8480,7 @@ textarea.van-field__control {
|
|
|
8479
8480
|
overflow: hidden;
|
|
8480
8481
|
text-overflow: ellipsis;
|
|
8481
8482
|
}
|
|
8482
|
-
.fec-step-role[data-v-
|
|
8483
|
+
.fec-step-role[data-v-c284e414] {
|
|
8483
8484
|
font-size: 12px;
|
|
8484
8485
|
color: #999;
|
|
8485
8486
|
line-height: 1.4;
|
|
@@ -8487,27 +8488,27 @@ textarea.van-field__control {
|
|
|
8487
8488
|
overflow: hidden;
|
|
8488
8489
|
text-overflow: ellipsis;
|
|
8489
8490
|
}
|
|
8490
|
-
.fec-step-time[data-v-
|
|
8491
|
+
.fec-step-time[data-v-c284e414] {
|
|
8491
8492
|
font-size: 12px;
|
|
8492
8493
|
color: #999;
|
|
8493
8494
|
white-space: nowrap;
|
|
8494
8495
|
flex-shrink: 0;
|
|
8495
8496
|
line-height: 21px;
|
|
8496
8497
|
}
|
|
8497
|
-
.fec-step-header-right[data-v-
|
|
8498
|
+
.fec-step-header-right[data-v-c284e414] {
|
|
8498
8499
|
display: flex;
|
|
8499
8500
|
flex-direction: column;
|
|
8500
8501
|
align-items: flex-end;
|
|
8501
8502
|
gap: 2px;
|
|
8502
8503
|
flex-shrink: 0;
|
|
8503
8504
|
}
|
|
8504
|
-
.fec-step-desc[data-v-
|
|
8505
|
+
.fec-step-desc[data-v-c284e414] {
|
|
8505
8506
|
display: flex;
|
|
8506
8507
|
align-items: center;
|
|
8507
8508
|
gap: 6px;
|
|
8508
8509
|
justify-content: flex-end;
|
|
8509
8510
|
}
|
|
8510
|
-
.fec-step-icon[data-v-
|
|
8511
|
+
.fec-step-icon[data-v-c284e414] {
|
|
8511
8512
|
display: inline-flex;
|
|
8512
8513
|
align-items: center;
|
|
8513
8514
|
justify-content: center;
|
|
@@ -8522,31 +8523,31 @@ textarea.van-field__control {
|
|
|
8522
8523
|
right: -5px;
|
|
8523
8524
|
padding-top: 1px;
|
|
8524
8525
|
}
|
|
8525
|
-
.fec-step-opinion[data-v-
|
|
8526
|
+
.fec-step-opinion[data-v-c284e414] {
|
|
8526
8527
|
font-size: 13px;
|
|
8527
8528
|
color: #666;
|
|
8528
8529
|
}
|
|
8529
|
-
.fec-step-desc-text-wrap[data-v-
|
|
8530
|
+
.fec-step-desc-text-wrap[data-v-c284e414] {
|
|
8530
8531
|
margin-top: 8px;
|
|
8531
8532
|
background: #f7f7f7;
|
|
8532
8533
|
border-radius: 6px;
|
|
8533
8534
|
padding: 10px 12px;
|
|
8534
8535
|
}
|
|
8535
|
-
.fec-step-desc-text[data-v-
|
|
8536
|
+
.fec-step-desc-text[data-v-c284e414] {
|
|
8536
8537
|
font-size: 13px;
|
|
8537
8538
|
color: #666;
|
|
8538
8539
|
line-height: 1.5;
|
|
8539
8540
|
word-break: break-all;
|
|
8540
8541
|
white-space: pre-wrap;
|
|
8541
8542
|
}
|
|
8542
|
-
.fec-step-desc-text.is-collapsed[data-v-
|
|
8543
|
+
.fec-step-desc-text.is-collapsed[data-v-c284e414] {
|
|
8543
8544
|
display: -webkit-box;
|
|
8544
8545
|
-webkit-line-clamp: 4;
|
|
8545
8546
|
-webkit-box-orient: vertical;
|
|
8546
8547
|
overflow: hidden;
|
|
8547
8548
|
text-overflow: ellipsis;
|
|
8548
8549
|
}
|
|
8549
|
-
.fec-step-desc-toggle[data-v-
|
|
8550
|
+
.fec-step-desc-toggle[data-v-c284e414] {
|
|
8550
8551
|
display: inline-block;
|
|
8551
8552
|
margin-top: 6px;
|
|
8552
8553
|
font-size: 12px;
|
|
@@ -8554,7 +8555,7 @@ textarea.van-field__control {
|
|
|
8554
8555
|
cursor: pointer;
|
|
8555
8556
|
user-select: none;
|
|
8556
8557
|
}
|
|
8557
|
-
.fec-step-desc-popup[data-v-
|
|
8558
|
+
.fec-step-desc-popup[data-v-c284e414] {
|
|
8558
8559
|
padding: 16px 20px 32px;
|
|
8559
8560
|
display: flex;
|
|
8560
8561
|
flex-direction: column;
|
|
@@ -8562,53 +8563,53 @@ textarea.van-field__control {
|
|
|
8562
8563
|
max-height: 70vh;
|
|
8563
8564
|
overflow-y: auto;
|
|
8564
8565
|
}
|
|
8565
|
-
.fec-step-desc-popup-title[data-v-
|
|
8566
|
+
.fec-step-desc-popup-title[data-v-c284e414] {
|
|
8566
8567
|
font-size: 15px;
|
|
8567
8568
|
font-weight: 500;
|
|
8568
8569
|
color: #333;
|
|
8569
8570
|
text-align: center;
|
|
8570
8571
|
}
|
|
8571
|
-
.fec-step-desc-popup-content[data-v-
|
|
8572
|
+
.fec-step-desc-popup-content[data-v-c284e414] {
|
|
8572
8573
|
font-size: 14px;
|
|
8573
8574
|
color: #333;
|
|
8574
8575
|
line-height: 1.6;
|
|
8575
8576
|
white-space: pre-wrap;
|
|
8576
8577
|
word-break: break-all;
|
|
8577
8578
|
}
|
|
8578
|
-
.fec-step-name.is-clickable[data-v-
|
|
8579
|
+
.fec-step-name.is-clickable[data-v-c284e414] {
|
|
8579
8580
|
color: #1989fa;
|
|
8580
8581
|
cursor: pointer;
|
|
8581
8582
|
}
|
|
8582
|
-
.fec-assignee-popup[data-v-
|
|
8583
|
+
.fec-assignee-popup[data-v-c284e414] {
|
|
8583
8584
|
padding: 16px 20px;
|
|
8584
8585
|
display: flex;
|
|
8585
8586
|
flex-direction: column;
|
|
8586
8587
|
gap: 12px;
|
|
8587
8588
|
max-height: 60vh;
|
|
8588
8589
|
}
|
|
8589
|
-
.fec-assignee-popup-title[data-v-
|
|
8590
|
+
.fec-assignee-popup-title[data-v-c284e414] {
|
|
8590
8591
|
font-size: 15px;
|
|
8591
8592
|
font-weight: 500;
|
|
8592
8593
|
color: #333;
|
|
8593
8594
|
text-align: center;
|
|
8594
8595
|
}
|
|
8595
|
-
.fec-assignee-list[data-v-
|
|
8596
|
+
.fec-assignee-list[data-v-c284e414] {
|
|
8596
8597
|
display: flex;
|
|
8597
8598
|
flex-direction: column;
|
|
8598
8599
|
gap: 4px;
|
|
8599
8600
|
overflow-y: auto;
|
|
8600
8601
|
}
|
|
8601
|
-
.fec-assignee-item[data-v-
|
|
8602
|
+
.fec-assignee-item[data-v-c284e414] {
|
|
8602
8603
|
display: flex;
|
|
8603
8604
|
align-items: center;
|
|
8604
8605
|
gap: 12px;
|
|
8605
8606
|
padding: 10px 4px;
|
|
8606
8607
|
border-bottom: 1px solid #f2f2f2;
|
|
8607
8608
|
}
|
|
8608
|
-
.fec-assignee-item[data-v-
|
|
8609
|
+
.fec-assignee-item[data-v-c284e414]:last-child {
|
|
8609
8610
|
border-bottom: none;
|
|
8610
8611
|
}
|
|
8611
|
-
.fec-assignee-avatar[data-v-
|
|
8612
|
+
.fec-assignee-avatar[data-v-c284e414] {
|
|
8612
8613
|
width: 36px;
|
|
8613
8614
|
height: 36px;
|
|
8614
8615
|
border-radius: 6px;
|
|
@@ -8621,19 +8622,19 @@ textarea.van-field__control {
|
|
|
8621
8622
|
font-weight: 500;
|
|
8622
8623
|
flex-shrink: 0;
|
|
8623
8624
|
}
|
|
8624
|
-
.fec-assignee-info[data-v-
|
|
8625
|
+
.fec-assignee-info[data-v-c284e414] {
|
|
8625
8626
|
flex: 1;
|
|
8626
8627
|
min-width: 0;
|
|
8627
8628
|
display: flex;
|
|
8628
8629
|
flex-direction: column;
|
|
8629
8630
|
gap: 2px;
|
|
8630
8631
|
}
|
|
8631
|
-
.fec-assignee-name[data-v-
|
|
8632
|
+
.fec-assignee-name[data-v-c284e414] {
|
|
8632
8633
|
font-size: 14px;
|
|
8633
8634
|
color: #333;
|
|
8634
8635
|
line-height: 1.4;
|
|
8635
8636
|
}
|
|
8636
|
-
.fec-assignee-no[data-v-
|
|
8637
|
+
.fec-assignee-no[data-v-c284e414] {
|
|
8637
8638
|
font-size: 12px;
|
|
8638
8639
|
color: #999;
|
|
8639
8640
|
line-height: 1.4;
|
|
@@ -9486,52 +9487,52 @@ form fieldset select {
|
|
|
9486
9487
|
[data-v-0b6c32f8] .vue-office-pdf-wrapper {
|
|
9487
9488
|
background-color: transparent !important;
|
|
9488
9489
|
padding: 0 !important;
|
|
9489
|
-
}.fec-doc-tabs-container[data-v-
|
|
9490
|
+
}.fec-doc-tabs-container[data-v-f45752e0] {
|
|
9490
9491
|
display: flex;
|
|
9491
9492
|
flex-direction: column;
|
|
9492
9493
|
width: 100%;
|
|
9493
9494
|
background-color: #fff;
|
|
9494
9495
|
}
|
|
9495
|
-
.fec-doc-tabs-container.isAutoHeight[data-v-
|
|
9496
|
+
.fec-doc-tabs-container.isAutoHeight[data-v-f45752e0] {
|
|
9496
9497
|
flex: 1;
|
|
9497
9498
|
height: 0 !important;
|
|
9498
9499
|
}
|
|
9499
|
-
.fec-doc-tabs-loading[data-v-
|
|
9500
|
+
.fec-doc-tabs-loading[data-v-f45752e0] {
|
|
9500
9501
|
text-align: center;
|
|
9501
9502
|
padding: 12px;
|
|
9502
9503
|
color: #999;
|
|
9503
9504
|
font-size: 13px;
|
|
9504
9505
|
}
|
|
9505
|
-
.fec-doc-tabs[data-v-
|
|
9506
|
+
.fec-doc-tabs[data-v-f45752e0] {
|
|
9506
9507
|
height: 0;
|
|
9507
9508
|
flex: 1;
|
|
9508
9509
|
display: flex;
|
|
9509
9510
|
flex-direction: column;
|
|
9510
9511
|
}
|
|
9511
|
-
.fec-doc-tabs[data-v-
|
|
9512
|
+
.fec-doc-tabs[data-v-f45752e0] .van-tab__panel {
|
|
9512
9513
|
height: 100%;
|
|
9513
9514
|
overflow: auto;
|
|
9514
9515
|
}
|
|
9515
|
-
.fec-doc-tabs[data-v-
|
|
9516
|
+
.fec-doc-tabs[data-v-f45752e0] .van-tabs__content {
|
|
9516
9517
|
flex: 1;
|
|
9517
9518
|
overflow: auto;
|
|
9518
9519
|
}
|
|
9519
|
-
.fec-doc-tabs[data-v-
|
|
9520
|
+
.fec-doc-tabs[data-v-f45752e0] .van-tabs__wrap {
|
|
9520
9521
|
height: auto;
|
|
9521
9522
|
padding: 8px 12px;
|
|
9522
9523
|
}
|
|
9523
|
-
.fec-doc-tabs[data-v-
|
|
9524
|
+
.fec-doc-tabs[data-v-f45752e0] .van-tabs__nav {
|
|
9524
9525
|
background: transparent;
|
|
9525
9526
|
display: flex;
|
|
9526
9527
|
gap: 8px;
|
|
9527
9528
|
padding: 0;
|
|
9528
9529
|
border: none;
|
|
9529
9530
|
}
|
|
9530
|
-
.fec-doc-tabs[data-v-
|
|
9531
|
+
.fec-doc-tabs[data-v-f45752e0] .van-tabs__nav--card {
|
|
9531
9532
|
margin: 0;
|
|
9532
9533
|
height: auto;
|
|
9533
9534
|
}
|
|
9534
|
-
.fec-doc-tabs[data-v-
|
|
9535
|
+
.fec-doc-tabs[data-v-f45752e0] .van-tab {
|
|
9535
9536
|
background: #f2f3f5;
|
|
9536
9537
|
border-radius: 999px;
|
|
9537
9538
|
padding: 3px 16px;
|
|
@@ -9544,87 +9545,87 @@ form fieldset select {
|
|
|
9544
9545
|
line-height: 1.4;
|
|
9545
9546
|
border: 0;
|
|
9546
9547
|
}
|
|
9547
|
-
.fec-doc-tabs[data-v-
|
|
9548
|
+
.fec-doc-tabs[data-v-f45752e0] .van-tab--active {
|
|
9548
9549
|
background: linear-gradient(135deg, #1989fa 0%, #0e6fd9 100%);
|
|
9549
9550
|
color: #fff;
|
|
9550
9551
|
font-weight: 500;
|
|
9551
9552
|
}
|
|
9552
|
-
.fec-doc-tabs[data-v-
|
|
9553
|
+
.fec-doc-tabs[data-v-f45752e0] .van-tabs__line {
|
|
9553
9554
|
display: none;
|
|
9554
9555
|
}
|
|
9555
|
-
.fec-doc-tabs[data-v-
|
|
9556
|
+
.fec-doc-tabs[data-v-f45752e0] .van-tab__text {
|
|
9556
9557
|
white-space: nowrap;
|
|
9557
9558
|
}
|
|
9558
|
-
.fec-tab-content[data-v-
|
|
9559
|
+
.fec-tab-content[data-v-f45752e0] {
|
|
9559
9560
|
padding: 12px 18px;
|
|
9560
9561
|
}
|
|
9561
|
-
.fec-doc-group[data-v-
|
|
9562
|
+
.fec-doc-group[data-v-f45752e0] {
|
|
9562
9563
|
margin-bottom: 16px;
|
|
9563
9564
|
}
|
|
9564
|
-
.fec-doc-group-title[data-v-
|
|
9565
|
+
.fec-doc-group-title[data-v-f45752e0] {
|
|
9565
9566
|
font-size: 14px;
|
|
9566
9567
|
font-weight: 600;
|
|
9567
9568
|
color: #333;
|
|
9568
9569
|
margin-bottom: 12px;
|
|
9569
9570
|
}
|
|
9570
|
-
.fec-doc-grid[data-v-
|
|
9571
|
+
.fec-doc-grid[data-v-f45752e0] {
|
|
9571
9572
|
display: grid;
|
|
9572
9573
|
grid-template-columns: repeat(4, 1fr);
|
|
9573
9574
|
gap: 12px 8px;
|
|
9574
9575
|
}
|
|
9575
|
-
.fec-doc-item[data-v-
|
|
9576
|
+
.fec-doc-item[data-v-f45752e0] {
|
|
9576
9577
|
display: flex;
|
|
9577
9578
|
flex-direction: column;
|
|
9578
9579
|
align-items: center;
|
|
9579
9580
|
gap: 6px;
|
|
9580
9581
|
cursor: pointer;
|
|
9581
9582
|
}
|
|
9582
|
-
.fec-doc-icon-wrap[data-v-
|
|
9583
|
+
.fec-doc-icon-wrap[data-v-f45752e0] {
|
|
9583
9584
|
position: relative;
|
|
9584
9585
|
display: flex;
|
|
9585
9586
|
align-items: center;
|
|
9586
9587
|
justify-content: center;
|
|
9587
9588
|
padding: 5px;
|
|
9588
9589
|
}
|
|
9589
|
-
.fec-doc-icon[data-v-
|
|
9590
|
+
.fec-doc-icon[data-v-f45752e0] {
|
|
9590
9591
|
display: flex;
|
|
9591
9592
|
align-items: center;
|
|
9592
9593
|
justify-content: center;
|
|
9593
9594
|
}
|
|
9594
|
-
.fec-doc-icon-img[data-v-
|
|
9595
|
+
.fec-doc-icon-img[data-v-f45752e0] {
|
|
9595
9596
|
width: 38px;
|
|
9596
9597
|
height: 38px;
|
|
9597
9598
|
object-fit: contain;
|
|
9598
9599
|
display: block;
|
|
9599
9600
|
}
|
|
9600
|
-
.fec-doc-tag-default[data-v-
|
|
9601
|
+
.fec-doc-tag-default[data-v-f45752e0] {
|
|
9601
9602
|
background: #1989fa;
|
|
9602
9603
|
}
|
|
9603
|
-
.fec-doc-tag-hot[data-v-
|
|
9604
|
+
.fec-doc-tag-hot[data-v-f45752e0] {
|
|
9604
9605
|
background: linear-gradient(135deg, #ff5d6c 0%, #ff3853 100%);
|
|
9605
9606
|
}
|
|
9606
|
-
.fec-doc-tag-new[data-v-
|
|
9607
|
+
.fec-doc-tag-new[data-v-f45752e0] {
|
|
9607
9608
|
background: linear-gradient(135deg, #52c41a 0%, #389e0d 100%);
|
|
9608
9609
|
}
|
|
9609
|
-
.fec-doc-tag-free[data-v-
|
|
9610
|
+
.fec-doc-tag-free[data-v-f45752e0] {
|
|
9610
9611
|
background: linear-gradient(135deg, #fa8c16 0%, #d46b08 100%);
|
|
9611
9612
|
}
|
|
9612
|
-
.fec-doc-name[data-v-
|
|
9613
|
+
.fec-doc-name[data-v-f45752e0] {
|
|
9613
9614
|
font-size: 12px;
|
|
9614
9615
|
color: #333;
|
|
9615
9616
|
text-align: center;
|
|
9616
9617
|
line-height: 1.3;
|
|
9617
9618
|
word-break: break-all;
|
|
9618
9619
|
}
|
|
9619
|
-
.fec-doc-empty[data-v-
|
|
9620
|
+
.fec-doc-empty[data-v-f45752e0] {
|
|
9620
9621
|
padding: 0;
|
|
9621
9622
|
}
|
|
9622
|
-
.fec-doc-empty[data-v-
|
|
9623
|
+
.fec-doc-empty[data-v-f45752e0] .van-empty__description {
|
|
9623
9624
|
margin: 0;
|
|
9624
9625
|
font-size: 12px;
|
|
9625
9626
|
color: #ccc;
|
|
9626
9627
|
}
|
|
9627
|
-
.fec-doc-preview-cover[data-v-
|
|
9628
|
+
.fec-doc-preview-cover[data-v-f45752e0] {
|
|
9628
9629
|
display: flex;
|
|
9629
9630
|
align-items: center;
|
|
9630
9631
|
gap: 8px;
|
|
@@ -9632,13 +9633,13 @@ form fieldset select {
|
|
|
9632
9633
|
color: #fff;
|
|
9633
9634
|
width: 160px;
|
|
9634
9635
|
}
|
|
9635
|
-
.fec-doc-preview-icon[data-v-
|
|
9636
|
+
.fec-doc-preview-icon[data-v-f45752e0] {
|
|
9636
9637
|
width: 28px;
|
|
9637
9638
|
height: 28px;
|
|
9638
9639
|
flex-shrink: 0;
|
|
9639
9640
|
object-fit: contain;
|
|
9640
9641
|
}
|
|
9641
|
-
.fec-doc-preview-name[data-v-
|
|
9642
|
+
.fec-doc-preview-name[data-v-f45752e0] {
|
|
9642
9643
|
flex: 1;
|
|
9643
9644
|
min-width: 0;
|
|
9644
9645
|
font-size: 14px;
|
|
@@ -9651,7 +9652,7 @@ form fieldset select {
|
|
|
9651
9652
|
-webkit-line-clamp: 1;
|
|
9652
9653
|
-webkit-box-orient: vertical;
|
|
9653
9654
|
}
|
|
9654
|
-
.fec-doc-preview-doc[data-v-
|
|
9655
|
+
.fec-doc-preview-doc[data-v-f45752e0] {
|
|
9655
9656
|
height: 100%;
|
|
9656
9657
|
padding-top: 52px;
|
|
9657
9658
|
display: flex;
|
|
@@ -9678,48 +9679,48 @@ form fieldset select {
|
|
|
9678
9679
|
.van-image-preview__cover {
|
|
9679
9680
|
background-color: pink;
|
|
9680
9681
|
} */
|
|
9681
|
-
.fec-tabs-container[data-v-
|
|
9682
|
+
.fec-tabs-container[data-v-b22e2eda] {
|
|
9682
9683
|
display: flex;
|
|
9683
9684
|
flex-direction: column;
|
|
9684
9685
|
width: 100%;
|
|
9685
9686
|
}
|
|
9686
|
-
.fec-tabs-container.isAutoHeight[data-v-
|
|
9687
|
+
.fec-tabs-container.isAutoHeight[data-v-b22e2eda] {
|
|
9687
9688
|
flex: 1;
|
|
9688
9689
|
height: 0 !important;
|
|
9689
9690
|
}
|
|
9690
|
-
.fec-tabs[data-v-
|
|
9691
|
+
.fec-tabs[data-v-b22e2eda] {
|
|
9691
9692
|
height: 100%;
|
|
9692
9693
|
display: flex;
|
|
9693
9694
|
flex-direction: column;
|
|
9694
9695
|
}
|
|
9695
|
-
.fec-tabs[data-v-
|
|
9696
|
+
.fec-tabs[data-v-b22e2eda] .van-tabs__content {
|
|
9696
9697
|
flex: 1;
|
|
9697
9698
|
}
|
|
9698
|
-
.fec-tabs[data-v-
|
|
9699
|
+
.fec-tabs[data-v-b22e2eda] .van-tab__panel {
|
|
9699
9700
|
height: 100%;
|
|
9700
9701
|
width: 100%;
|
|
9701
9702
|
}
|
|
9702
|
-
.fec-tabs[data-v-
|
|
9703
|
+
.fec-tabs[data-v-b22e2eda] .van-swipe-item {
|
|
9703
9704
|
height: 100%;
|
|
9704
9705
|
}
|
|
9705
|
-
.fec-tab-content[data-v-
|
|
9706
|
+
.fec-tab-content[data-v-b22e2eda] {
|
|
9706
9707
|
/* flex: 1;
|
|
9707
9708
|
overflow: auto; */
|
|
9708
9709
|
height: 100%;
|
|
9709
9710
|
display: flex;
|
|
9710
9711
|
flex-direction: column;
|
|
9711
9712
|
}
|
|
9712
|
-
.fec-tabs[data-v-
|
|
9713
|
+
.fec-tabs[data-v-b22e2eda] .van-tabs__nav {
|
|
9713
9714
|
padding-bottom: 0;
|
|
9714
9715
|
}
|
|
9715
|
-
.fec-tabs[data-v-
|
|
9716
|
+
.fec-tabs[data-v-b22e2eda] .van-tabs__line {
|
|
9716
9717
|
bottom: 0;
|
|
9717
9718
|
}
|
|
9718
|
-
.fec-tab-lost[data-v-
|
|
9719
|
+
.fec-tab-lost[data-v-b22e2eda] {
|
|
9719
9720
|
height: 100%;
|
|
9720
9721
|
}:root,:host{--van-tabbar-height: 50px;--van-tabbar-z-index: 1;--van-tabbar-background: var(--van-background-2)}.van-tabbar{z-index:var(--van-tabbar-z-index);display:flex;box-sizing:content-box;width:100%;height:var(--van-tabbar-height);background:var(--van-tabbar-background)}.van-tabbar--fixed{position:fixed;bottom:0;left:0}
|
|
9721
9722
|
:root,:host{--van-tabbar-item-font-size: var(--van-font-size-sm);--van-tabbar-item-text-color: var(--van-text-color);--van-tabbar-item-active-color: var(--van-primary-color);--van-tabbar-item-active-background: var(--van-background-2);--van-tabbar-item-line-height: 1;--van-tabbar-item-icon-size: 22px;--van-tabbar-item-icon-margin-bottom: var(--van-padding-base)}.van-tabbar-item{display:flex;flex:1;flex-direction:column;align-items:center;justify-content:center;color:var(--van-tabbar-item-text-color);font-size:var(--van-tabbar-item-font-size);line-height:var(--van-tabbar-item-line-height);cursor:pointer}.van-tabbar-item__icon{margin-bottom:var(--van-tabbar-item-icon-margin-bottom);font-size:var(--van-tabbar-item-icon-size)}.van-tabbar-item__icon .van-icon{display:block}.van-tabbar-item__icon .van-badge{margin-top:var(--van-padding-base)}.van-tabbar-item__icon img{display:block;height:20px}.van-tabbar-item--active{color:var(--van-tabbar-item-active-color);background-color:var(--van-tabbar-item-active-background)}
|
|
9722
|
-
.van-tabbar[data-v-
|
|
9723
|
+
.van-tabbar[data-v-cf078e7a] {
|
|
9723
9724
|
height: auto;
|
|
9724
9725
|
min-height: 54px;
|
|
9725
9726
|
padding-top: 8px;
|
|
@@ -9818,7 +9819,7 @@ form fieldset select {
|
|
|
9818
9819
|
.line-selected-content[data-v-bceff215] .van-step--vertical:not(:last-child):after {
|
|
9819
9820
|
border-bottom: none;
|
|
9820
9821
|
}
|
|
9821
|
-
.route-wrapper[data-v-
|
|
9822
|
+
.route-wrapper[data-v-2edc3d85] {
|
|
9822
9823
|
width: 100%;
|
|
9823
9824
|
height: 100%;
|
|
9824
9825
|
display: flex;
|
|
@@ -9827,27 +9828,27 @@ form fieldset select {
|
|
|
9827
9828
|
justify-content: center;
|
|
9828
9829
|
background: #f5f7fa;
|
|
9829
9830
|
}
|
|
9830
|
-
.route-wrapper[data-v-
|
|
9831
|
+
.route-wrapper[data-v-2edc3d85] .van-empty {
|
|
9831
9832
|
height: 100%;
|
|
9832
9833
|
width: 100%;
|
|
9833
9834
|
background-color: #fff;
|
|
9834
9835
|
}
|
|
9835
|
-
.route-wrapper .route-hint[data-v-
|
|
9836
|
+
.route-wrapper .route-hint[data-v-2edc3d85] {
|
|
9836
9837
|
color: #909399;
|
|
9837
9838
|
font-size: 14px;
|
|
9838
9839
|
}
|
|
9839
|
-
.approve-wrapper[data-v-
|
|
9840
|
+
.approve-wrapper[data-v-2edc3d85] {
|
|
9840
9841
|
display: flex;
|
|
9841
9842
|
flex-direction: column;
|
|
9842
9843
|
width: 100%;
|
|
9843
9844
|
flex: 1;
|
|
9844
9845
|
}
|
|
9845
|
-
.approve-wrapper.tip[data-v-
|
|
9846
|
+
.approve-wrapper.tip[data-v-2edc3d85] {
|
|
9846
9847
|
align-items: center;
|
|
9847
9848
|
justify-content: center;
|
|
9848
9849
|
color: #909399;
|
|
9849
9850
|
font-size: 14px;
|
|
9850
|
-
}.van-action-bar[data-v-
|
|
9851
|
+
}.van-action-bar[data-v-09c36d09] {
|
|
9851
9852
|
position: relative;
|
|
9852
9853
|
height: auto;
|
|
9853
9854
|
min-height: 56px;
|
|
@@ -9856,23 +9857,23 @@ form fieldset select {
|
|
|
9856
9857
|
align-items: flex-start;
|
|
9857
9858
|
gap: 8px;
|
|
9858
9859
|
}
|
|
9859
|
-
.van-action-bar[data-v-
|
|
9860
|
+
.van-action-bar[data-v-09c36d09] .van-action-bar-button {
|
|
9860
9861
|
border-radius: var(--van-radius-max);
|
|
9861
9862
|
}
|
|
9862
|
-
.appPopContent[data-v-
|
|
9863
|
+
.appPopContent[data-v-09c36d09] {
|
|
9863
9864
|
height: 100%;
|
|
9864
9865
|
display: flex;
|
|
9865
9866
|
flex-direction: column;
|
|
9866
9867
|
padding-top: 12px;
|
|
9867
9868
|
}
|
|
9868
|
-
.appPopContent .appOptContent[data-v-
|
|
9869
|
+
.appPopContent .appOptContent[data-v-09c36d09] {
|
|
9869
9870
|
flex: 1;
|
|
9870
9871
|
overflow-y: auto;
|
|
9871
9872
|
}
|
|
9872
|
-
.appPopContent .appOptContent[data-v-
|
|
9873
|
+
.appPopContent .appOptContent[data-v-09c36d09] .van-field__label {
|
|
9873
9874
|
width: 5.2em !important;
|
|
9874
9875
|
}
|
|
9875
|
-
.fec-mobile-approval-disabled[data-v-
|
|
9876
|
+
.fec-mobile-approval-disabled[data-v-09c36d09] {
|
|
9876
9877
|
text-align: center;
|
|
9877
9878
|
font-size: 13px;
|
|
9878
9879
|
color: #fa8c16;
|
|
@@ -9885,156 +9886,156 @@ form fieldset select {
|
|
|
9885
9886
|
align-items: center;
|
|
9886
9887
|
justify-content: center;
|
|
9887
9888
|
}
|
|
9888
|
-
.icon-green[data-v-
|
|
9889
|
+
.icon-green[data-v-09c36d09] {
|
|
9889
9890
|
background: linear-gradient(135deg, #00d2a0 0%, #1aad7d 100%);
|
|
9890
9891
|
color: #fff;
|
|
9891
9892
|
}
|
|
9892
|
-
.icon-blue[data-v-
|
|
9893
|
+
.icon-blue[data-v-09c36d09] {
|
|
9893
9894
|
background: linear-gradient(135deg, #5d8bff 0%, #2d5ce0 100%);
|
|
9894
9895
|
color: #fff;
|
|
9895
9896
|
}
|
|
9896
|
-
.icon-orange[data-v-
|
|
9897
|
+
.icon-orange[data-v-09c36d09] {
|
|
9897
9898
|
background: linear-gradient(135deg, #ff7043 0%, #e64a19 100%);
|
|
9898
9899
|
color: #fff;
|
|
9899
9900
|
}
|
|
9900
|
-
.icon-red[data-v-
|
|
9901
|
+
.icon-red[data-v-09c36d09] {
|
|
9901
9902
|
background: linear-gradient(135deg, #ff5252 0%, #d32f2f 100%);
|
|
9902
9903
|
color: #fff;
|
|
9903
9904
|
}
|
|
9904
|
-
.icon-purple[data-v-
|
|
9905
|
+
.icon-purple[data-v-09c36d09] {
|
|
9905
9906
|
background: linear-gradient(135deg, #ba68c8 0%, #8e24aa 100%);
|
|
9906
9907
|
color: #fff;
|
|
9907
9908
|
}
|
|
9908
|
-
.icon-pink[data-v-
|
|
9909
|
+
.icon-pink[data-v-09c36d09] {
|
|
9909
9910
|
background: linear-gradient(135deg, #ff6090 0%, #e91e63 100%);
|
|
9910
9911
|
color: #fff;
|
|
9911
9912
|
}
|
|
9912
|
-
.icon-cyan[data-v-
|
|
9913
|
+
.icon-cyan[data-v-09c36d09] {
|
|
9913
9914
|
background: linear-gradient(135deg, #26c6da 0%, #00acc1 100%);
|
|
9914
9915
|
color: #fff;
|
|
9915
9916
|
}
|
|
9916
|
-
.icon-yellow[data-v-
|
|
9917
|
+
.icon-yellow[data-v-09c36d09] {
|
|
9917
9918
|
background: linear-gradient(135deg, #ffee58 0%, #fdd835 100%);
|
|
9918
9919
|
color: #333;
|
|
9919
9920
|
}
|
|
9920
|
-
.icon-brown[data-v-
|
|
9921
|
+
.icon-brown[data-v-09c36d09] {
|
|
9921
9922
|
background: linear-gradient(135deg, #8d6e63 0%, #5d4037 100%);
|
|
9922
9923
|
color: #fff;
|
|
9923
9924
|
}
|
|
9924
|
-
.icon-indigo[data-v-
|
|
9925
|
+
.icon-indigo[data-v-09c36d09] {
|
|
9925
9926
|
background: linear-gradient(135deg, #7986cb 0%, #3949ab 100%);
|
|
9926
9927
|
color: #fff;
|
|
9927
9928
|
}
|
|
9928
|
-
.icon-teal[data-v-
|
|
9929
|
+
.icon-teal[data-v-09c36d09] {
|
|
9929
9930
|
background: linear-gradient(135deg, #4db6ac 0%, #00897b 100%);
|
|
9930
9931
|
color: #fff;
|
|
9931
9932
|
}
|
|
9932
|
-
.icon-lime[data-v-
|
|
9933
|
+
.icon-lime[data-v-09c36d09] {
|
|
9933
9934
|
background: linear-gradient(135deg, #aed581 0%, #7cb305 100%);
|
|
9934
9935
|
color: #333;
|
|
9935
9936
|
}
|
|
9936
|
-
.icon-amber[data-v-
|
|
9937
|
+
.icon-amber[data-v-09c36d09] {
|
|
9937
9938
|
background: linear-gradient(135deg, #ffd54f 0%, #ffab00 100%);
|
|
9938
9939
|
color: #333;
|
|
9939
9940
|
}
|
|
9940
|
-
.icon-fuchsia[data-v-
|
|
9941
|
+
.icon-fuchsia[data-v-09c36d09] {
|
|
9941
9942
|
background: linear-gradient(135deg, #f06292 0%, #c2185b 100%);
|
|
9942
9943
|
color: #fff;
|
|
9943
9944
|
}
|
|
9944
|
-
.icon-rose[data-v-
|
|
9945
|
+
.icon-rose[data-v-09c36d09] {
|
|
9945
9946
|
background: linear-gradient(135deg, #f48fb1 0%, #e91e63 100%);
|
|
9946
9947
|
color: #fff;
|
|
9947
9948
|
}
|
|
9948
|
-
.icon-violet[data-v-
|
|
9949
|
+
.icon-violet[data-v-09c36d09] {
|
|
9949
9950
|
background: linear-gradient(135deg, #9575cd 0%, #512da8 100%);
|
|
9950
9951
|
color: #fff;
|
|
9951
9952
|
}
|
|
9952
|
-
.icon-sky[data-v-
|
|
9953
|
+
.icon-sky[data-v-09c36d09] {
|
|
9953
9954
|
background: linear-gradient(135deg, #4fc3f7 0%, #039be5 100%);
|
|
9954
9955
|
color: #fff;
|
|
9955
9956
|
}
|
|
9956
|
-
.icon-emerald[data-v-
|
|
9957
|
+
.icon-emerald[data-v-09c36d09] {
|
|
9957
9958
|
background: linear-gradient(135deg, #81c784 0%, #2e7d32 100%);
|
|
9958
9959
|
color: #fff;
|
|
9959
9960
|
}
|
|
9960
|
-
.icon-slate[data-v-
|
|
9961
|
+
.icon-slate[data-v-09c36d09] {
|
|
9961
9962
|
background: linear-gradient(135deg, #90a4ae 0%, #546e7a 100%);
|
|
9962
9963
|
color: #fff;
|
|
9963
9964
|
}
|
|
9964
|
-
.icon-stone[data-v-
|
|
9965
|
+
.icon-stone[data-v-09c36d09] {
|
|
9965
9966
|
background: linear-gradient(135deg, #bcaaa4 0%, #6d4c41 100%);
|
|
9966
9967
|
color: #fff;
|
|
9967
9968
|
}
|
|
9968
|
-
.icon-zinc[data-v-
|
|
9969
|
+
.icon-zinc[data-v-09c36d09] {
|
|
9969
9970
|
background: linear-gradient(135deg, #9e9e9e 0%, #424242 100%);
|
|
9970
9971
|
color: #fff;
|
|
9971
9972
|
}
|
|
9972
|
-
.icon-neutral[data-v-
|
|
9973
|
+
.icon-neutral[data-v-09c36d09] {
|
|
9973
9974
|
background: linear-gradient(135deg, #a8a8a8 0%, #616161 100%);
|
|
9974
9975
|
color: #fff;
|
|
9975
9976
|
}
|
|
9976
|
-
.icon-gray[data-v-
|
|
9977
|
+
.icon-gray[data-v-09c36d09] {
|
|
9977
9978
|
background: linear-gradient(135deg, #b0bec5 0%, #455a64 100%);
|
|
9978
9979
|
color: #fff;
|
|
9979
9980
|
}
|
|
9980
|
-
.icon-skyblue[data-v-
|
|
9981
|
+
.icon-skyblue[data-v-09c36d09] {
|
|
9981
9982
|
background: linear-gradient(135deg, #4fc3f7 0%, #0288d1 100%);
|
|
9982
9983
|
color: #fff;
|
|
9983
9984
|
}
|
|
9984
|
-
.icon-darkblue[data-v-
|
|
9985
|
+
.icon-darkblue[data-v-09c36d09] {
|
|
9985
9986
|
background: linear-gradient(135deg, #42a5f5 0%, #1565c0 100%);
|
|
9986
9987
|
color: #fff;
|
|
9987
9988
|
}
|
|
9988
|
-
.icon-lightgreen[data-v-
|
|
9989
|
+
.icon-lightgreen[data-v-09c36d09] {
|
|
9989
9990
|
background: linear-gradient(135deg, #69f0ae 0%, #00c853 100%);
|
|
9990
9991
|
color: #fff;
|
|
9991
9992
|
}
|
|
9992
|
-
.icon-lightpink[data-v-
|
|
9993
|
+
.icon-lightpink[data-v-09c36d09] {
|
|
9993
9994
|
background: linear-gradient(135deg, #ff80ab 0%, #f50057 100%);
|
|
9994
9995
|
color: #fff;
|
|
9995
9996
|
}
|
|
9996
|
-
.icon-lightpurple[data-v-
|
|
9997
|
+
.icon-lightpurple[data-v-09c36d09] {
|
|
9997
9998
|
background: linear-gradient(135deg, #b388ff 0%, #7c4dff 100%);
|
|
9998
9999
|
color: #fff;
|
|
9999
10000
|
}
|
|
10000
|
-
.icon-lightorange[data-v-
|
|
10001
|
+
.icon-lightorange[data-v-09c36d09] {
|
|
10001
10002
|
background: linear-gradient(135deg, #ffcc80 0%, #ff6d00 100%);
|
|
10002
10003
|
color: #fff;
|
|
10003
10004
|
}:root,:host{--van-tag-padding: 0 var(--van-padding-base);--van-tag-text-color: var(--van-white);--van-tag-font-size: var(--van-font-size-sm);--van-tag-radius: 2px;--van-tag-line-height: 16px;--van-tag-medium-padding: 2px 6px;--van-tag-large-padding: var(--van-padding-base) var(--van-padding-xs);--van-tag-large-radius: var(--van-radius-md);--van-tag-large-font-size: var(--van-font-size-md);--van-tag-round-radius: var(--van-radius-max);--van-tag-danger-color: var(--van-danger-color);--van-tag-primary-color: var(--van-primary-color);--van-tag-success-color: var(--van-success-color);--van-tag-warning-color: var(--van-warning-color);--van-tag-default-color: var(--van-gray-6);--van-tag-plain-background: var(--van-background-2)}.van-tag{position:relative;display:inline-flex;align-items:center;padding:var(--van-tag-padding);color:var(--van-tag-text-color);font-size:var(--van-tag-font-size);line-height:var(--van-tag-line-height);border-radius:var(--van-tag-radius)}.van-tag--default{background:var(--van-tag-default-color)}.van-tag--default.van-tag--plain{color:var(--van-tag-default-color)}.van-tag--danger{background:var(--van-tag-danger-color)}.van-tag--danger.van-tag--plain{color:var(--van-tag-danger-color)}.van-tag--primary{background:var(--van-tag-primary-color)}.van-tag--primary.van-tag--plain{color:var(--van-tag-primary-color)}.van-tag--success{background:var(--van-tag-success-color)}.van-tag--success.van-tag--plain{color:var(--van-tag-success-color)}.van-tag--warning{background:var(--van-tag-warning-color)}.van-tag--warning.van-tag--plain{color:var(--van-tag-warning-color)}.van-tag--plain{background:var(--van-tag-plain-background);border-color:currentColor}.van-tag--plain:before{position:absolute;top:0;right:0;bottom:0;left:0;border:1px solid;border-color:inherit;border-radius:inherit;content:"";pointer-events:none}.van-tag--medium{padding:var(--van-tag-medium-padding)}.van-tag--large{padding:var(--van-tag-large-padding);font-size:var(--van-tag-large-font-size);border-radius:var(--van-tag-large-radius)}.van-tag--mark{border-radius:0 var(--van-tag-round-radius) var(--van-tag-round-radius) 0}.van-tag--mark:after{display:block;width:2px;content:""}.van-tag--round{border-radius:var(--van-tag-round-radius)}.van-tag__close{margin-left:2px}
|
|
10004
|
-
.fec-card[data-v-
|
|
10005
|
+
.fec-card[data-v-7261618f] {
|
|
10005
10006
|
background: #fff;
|
|
10006
10007
|
border-radius: 12px;
|
|
10007
10008
|
padding: 16px;
|
|
10008
10009
|
margin-bottom: 12px;
|
|
10009
10010
|
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
|
|
10010
10011
|
}
|
|
10011
|
-
.fec-card-header[data-v-
|
|
10012
|
+
.fec-card-header[data-v-7261618f] {
|
|
10012
10013
|
display: flex;
|
|
10013
10014
|
align-items: center;
|
|
10014
10015
|
justify-content: space-between;
|
|
10015
10016
|
margin-bottom: 12px;
|
|
10016
10017
|
}
|
|
10017
|
-
.fec-card-title-wrap[data-v-
|
|
10018
|
+
.fec-card-title-wrap[data-v-7261618f] {
|
|
10018
10019
|
display: flex;
|
|
10019
10020
|
align-items: center;
|
|
10020
10021
|
gap: 8px;
|
|
10021
10022
|
flex: 1;
|
|
10022
10023
|
overflow: hidden;
|
|
10023
10024
|
}
|
|
10024
|
-
.fec-card-title[data-v-
|
|
10025
|
+
.fec-card-title[data-v-7261618f] {
|
|
10025
10026
|
font-size: 16px;
|
|
10026
10027
|
font-weight: 600;
|
|
10027
10028
|
color: #333;
|
|
10028
10029
|
flex-shrink: 0;
|
|
10029
10030
|
}
|
|
10030
|
-
.fec-card-bus-type[data-v-
|
|
10031
|
+
.fec-card-bus-type[data-v-7261618f] {
|
|
10031
10032
|
flex-shrink: 0;
|
|
10032
10033
|
background: #f5f5f5;
|
|
10033
10034
|
border: 1px solid #e0e0e0;
|
|
10034
10035
|
color: #666;
|
|
10035
10036
|
padding: 2px 8px;
|
|
10036
10037
|
}
|
|
10037
|
-
.fec-card-status[data-v-
|
|
10038
|
+
.fec-card-status[data-v-7261618f] {
|
|
10038
10039
|
display: inline-flex;
|
|
10039
10040
|
align-items: center;
|
|
10040
10041
|
gap: 4px;
|
|
@@ -10045,112 +10046,112 @@ form fieldset select {
|
|
|
10045
10046
|
line-height: 1.5;
|
|
10046
10047
|
opacity: 0.6;
|
|
10047
10048
|
}
|
|
10048
|
-
.fec-card-body[data-v-
|
|
10049
|
+
.fec-card-body[data-v-7261618f] {
|
|
10049
10050
|
margin-bottom: 12px;
|
|
10050
10051
|
}
|
|
10051
|
-
.fec-card-message[data-v-
|
|
10052
|
+
.fec-card-message[data-v-7261618f] {
|
|
10052
10053
|
font-size: 14px;
|
|
10053
10054
|
color: #333;
|
|
10054
10055
|
line-height: 1.6;
|
|
10055
10056
|
margin-bottom: 8px;
|
|
10056
10057
|
}
|
|
10057
|
-
.fec-card-sn[data-v-
|
|
10058
|
+
.fec-card-sn[data-v-7261618f] {
|
|
10058
10059
|
font-size: 12px;
|
|
10059
10060
|
color: #999;
|
|
10060
10061
|
}
|
|
10061
|
-
.fec-card-label[data-v-
|
|
10062
|
+
.fec-card-label[data-v-7261618f] {
|
|
10062
10063
|
color: #999;
|
|
10063
10064
|
}
|
|
10064
|
-
.fec-card-value[data-v-
|
|
10065
|
+
.fec-card-value[data-v-7261618f] {
|
|
10065
10066
|
color: #666;
|
|
10066
10067
|
}
|
|
10067
|
-
.fec-card-footer[data-v-
|
|
10068
|
+
.fec-card-footer[data-v-7261618f] {
|
|
10068
10069
|
display: flex;
|
|
10069
10070
|
align-items: center;
|
|
10070
10071
|
justify-content: space-between;
|
|
10071
10072
|
padding-top: 10px;
|
|
10072
10073
|
border-top: 1px solid #f5f5f5;
|
|
10073
10074
|
}
|
|
10074
|
-
.fec-card-time[data-v-
|
|
10075
|
+
.fec-card-time[data-v-7261618f] {
|
|
10075
10076
|
font-size: 12px;
|
|
10076
10077
|
color: #999;
|
|
10077
10078
|
}
|
|
10078
|
-
.fec-card-actions[data-v-
|
|
10079
|
+
.fec-card-actions[data-v-7261618f] {
|
|
10079
10080
|
display: flex;
|
|
10080
10081
|
gap: 8px;
|
|
10081
10082
|
}
|
|
10082
|
-
.fec-card-footer[data-v-
|
|
10083
|
+
.fec-card-footer[data-v-7261618f] .van-button {
|
|
10083
10084
|
height: 28px;
|
|
10084
10085
|
font-size: 13px;
|
|
10085
10086
|
padding: 0 16px;
|
|
10086
10087
|
}
|
|
10087
|
-
.fec-card-footer[data-v-
|
|
10088
|
+
.fec-card-footer[data-v-7261618f] .van-button--default {
|
|
10088
10089
|
background: #f5f5f5;
|
|
10089
10090
|
border-color: #e0e0e0;
|
|
10090
10091
|
color: #666;
|
|
10091
10092
|
}
|
|
10092
|
-
.fec-card-footer[data-v-
|
|
10093
|
+
.fec-card-footer[data-v-7261618f] .van-button--primary {
|
|
10093
10094
|
background: linear-gradient(135deg, #5d8bff 0%, #2d5ce0 100%);
|
|
10094
10095
|
border: none;
|
|
10095
10096
|
color: #fff;
|
|
10096
10097
|
box-shadow: 0 2px 6px rgba(45, 92, 224, 0.3);
|
|
10097
10098
|
}
|
|
10098
|
-
.fec-card-footer[data-v-
|
|
10099
|
+
.fec-card-footer[data-v-7261618f] .van-button--warning {
|
|
10099
10100
|
background: linear-gradient(135deg, #ff7875 0%, #f5222d 100%);
|
|
10100
10101
|
border: none;
|
|
10101
10102
|
color: #fff;
|
|
10102
10103
|
box-shadow: 0 2px 6px rgba(255, 77, 79, 0.3);
|
|
10103
10104
|
}
|
|
10104
|
-
.fec-card-footer[data-v-
|
|
10105
|
+
.fec-card-footer[data-v-7261618f] .fec-card-btn-transfer {
|
|
10105
10106
|
background: #fcba73;
|
|
10106
10107
|
border: 1px solid #fcba73;
|
|
10107
10108
|
color: #fff;
|
|
10108
10109
|
box-shadow: 0 2px 6px rgba(250, 140, 22, 0.3);
|
|
10109
10110
|
}
|
|
10110
|
-
.fec-card-footer[data-v-
|
|
10111
|
+
.fec-card-footer[data-v-7261618f] .fec-card-btn-transfer:active {
|
|
10111
10112
|
background: #d46b08;
|
|
10112
10113
|
border-color: #d46b08;
|
|
10113
|
-
}.fec-mobile-approval-list[data-v-
|
|
10114
|
+
}.fec-mobile-approval-list[data-v-67d02900] {
|
|
10114
10115
|
width: 100%;
|
|
10115
10116
|
height: 100%;
|
|
10116
10117
|
display: flex;
|
|
10117
10118
|
flex-direction: column;
|
|
10118
10119
|
}
|
|
10119
|
-
.fec-mobile-approval-list[data-v-
|
|
10120
|
+
.fec-mobile-approval-list[data-v-67d02900] .fec-tabs {
|
|
10120
10121
|
height: 0;
|
|
10121
10122
|
flex: 1;
|
|
10122
10123
|
}
|
|
10123
|
-
.fec-tabs[data-v-
|
|
10124
|
+
.fec-tabs[data-v-67d02900] {
|
|
10124
10125
|
height: 100%;
|
|
10125
10126
|
display: flex;
|
|
10126
10127
|
flex-direction: column;
|
|
10127
10128
|
}
|
|
10128
|
-
.fec-tabs[data-v-
|
|
10129
|
+
.fec-tabs[data-v-67d02900] .van-tabs__content {
|
|
10129
10130
|
flex: 1;
|
|
10130
10131
|
}
|
|
10131
|
-
.fec-tabs[data-v-
|
|
10132
|
+
.fec-tabs[data-v-67d02900] .van-tab__panel {
|
|
10132
10133
|
height: 100%;
|
|
10133
10134
|
}
|
|
10134
|
-
.fec-tabs[data-v-
|
|
10135
|
+
.fec-tabs[data-v-67d02900] .van-swipe-item {
|
|
10135
10136
|
height: 100%;
|
|
10136
10137
|
}
|
|
10137
|
-
.fec-tab-content[data-v-
|
|
10138
|
+
.fec-tab-content[data-v-67d02900] {
|
|
10138
10139
|
height: 100%;
|
|
10139
10140
|
display: flex;
|
|
10140
10141
|
flex-direction: column;
|
|
10141
10142
|
overflow-y: auto;
|
|
10142
10143
|
background: #f5f5f5;
|
|
10143
10144
|
}
|
|
10144
|
-
.fec-list[data-v-
|
|
10145
|
+
.fec-list[data-v-67d02900] {
|
|
10145
10146
|
padding: 12px;
|
|
10146
10147
|
}
|
|
10147
|
-
.fec-tabs[data-v-
|
|
10148
|
+
.fec-tabs[data-v-67d02900] .van-tabs__nav {
|
|
10148
10149
|
padding-bottom: 0;
|
|
10149
10150
|
}
|
|
10150
|
-
.fec-tabs[data-v-
|
|
10151
|
+
.fec-tabs[data-v-67d02900] .van-tabs__line {
|
|
10151
10152
|
bottom: 0;
|
|
10152
10153
|
}
|
|
10153
|
-
.van-action-bar[data-v-
|
|
10154
|
+
.van-action-bar[data-v-67d02900] {
|
|
10154
10155
|
position: relative;
|
|
10155
10156
|
height: auto;
|
|
10156
10157
|
min-height: 56px;
|
|
@@ -10159,40 +10160,40 @@ form fieldset select {
|
|
|
10159
10160
|
align-items: flex-start;
|
|
10160
10161
|
gap: 8px;
|
|
10161
10162
|
}
|
|
10162
|
-
.van-action-bar[data-v-
|
|
10163
|
+
.van-action-bar[data-v-67d02900] .van-action-bar-button {
|
|
10163
10164
|
border-radius: var(--van-radius-max);
|
|
10164
10165
|
}
|
|
10165
|
-
.appPopContent[data-v-
|
|
10166
|
+
.appPopContent[data-v-67d02900] {
|
|
10166
10167
|
height: 100%;
|
|
10167
10168
|
display: flex;
|
|
10168
10169
|
flex-direction: column;
|
|
10169
10170
|
}
|
|
10170
|
-
.appPopContent .appOptContent[data-v-
|
|
10171
|
+
.appPopContent .appOptContent[data-v-67d02900] {
|
|
10171
10172
|
flex: 1;
|
|
10172
10173
|
overflow-y: auto;
|
|
10173
10174
|
padding: 12px 0;
|
|
10174
10175
|
}
|
|
10175
|
-
.appPopContent .appOptContent[data-v-
|
|
10176
|
+
.appPopContent .appOptContent[data-v-67d02900] .van-field__label {
|
|
10176
10177
|
width: 5.2em !important;
|
|
10177
10178
|
}
|
|
10178
|
-
.icon-blue[data-v-
|
|
10179
|
+
.icon-blue[data-v-67d02900] {
|
|
10179
10180
|
background: linear-gradient(135deg, #5d8bff 0%, #2d5ce0 100%);
|
|
10180
10181
|
color: #fff;
|
|
10181
10182
|
}
|
|
10182
|
-
.icon-orange[data-v-
|
|
10183
|
+
.icon-orange[data-v-67d02900] {
|
|
10183
10184
|
background: linear-gradient(135deg, #ff7043 0%, #e64a19 100%);
|
|
10184
10185
|
color: #fff;
|
|
10185
10186
|
}
|
|
10186
|
-
.icon-red[data-v-
|
|
10187
|
+
.icon-red[data-v-67d02900] {
|
|
10187
10188
|
background: linear-gradient(135deg, #ff5252 0%, #d32f2f 100%);
|
|
10188
10189
|
color: #fff;
|
|
10189
|
-
}.fec-user-select[data-v-
|
|
10190
|
+
}.fec-user-select[data-v-f74f73d1] {
|
|
10190
10191
|
display: flex;
|
|
10191
10192
|
flex-direction: column;
|
|
10192
10193
|
height: 100%;
|
|
10193
10194
|
background: #fff;
|
|
10194
10195
|
}
|
|
10195
|
-
.fec-user-select-header[data-v-
|
|
10196
|
+
.fec-user-select-header[data-v-f74f73d1] {
|
|
10196
10197
|
flex-shrink: 0;
|
|
10197
10198
|
height: 44px;
|
|
10198
10199
|
display: flex;
|
|
@@ -10200,33 +10201,33 @@ form fieldset select {
|
|
|
10200
10201
|
justify-content: center;
|
|
10201
10202
|
border-bottom: 1px solid #f2f2f2;
|
|
10202
10203
|
}
|
|
10203
|
-
.fec-user-select-header .fec-user-select-title[data-v-
|
|
10204
|
+
.fec-user-select-header .fec-user-select-title[data-v-f74f73d1] {
|
|
10204
10205
|
font-size: 16px;
|
|
10205
10206
|
font-weight: 600;
|
|
10206
10207
|
color: #323233;
|
|
10207
10208
|
}
|
|
10208
|
-
.fec-user-select-search[data-v-
|
|
10209
|
+
.fec-user-select-search[data-v-f74f73d1] {
|
|
10209
10210
|
flex-shrink: 0;
|
|
10210
10211
|
border-bottom: 1px solid #f2f2f2;
|
|
10211
10212
|
}
|
|
10212
|
-
.fec-user-select-search[data-v-
|
|
10213
|
+
.fec-user-select-search[data-v-f74f73d1] .van-search {
|
|
10213
10214
|
padding: 8px 12px;
|
|
10214
10215
|
}
|
|
10215
|
-
.fec-user-select-list[data-v-
|
|
10216
|
+
.fec-user-select-list[data-v-f74f73d1] {
|
|
10216
10217
|
flex: 1;
|
|
10217
10218
|
overflow-y: auto;
|
|
10218
10219
|
background: #fff;
|
|
10219
10220
|
}
|
|
10220
|
-
.fec-user-select-vanlist[data-v-
|
|
10221
|
+
.fec-user-select-vanlist[data-v-f74f73d1] {
|
|
10221
10222
|
min-height: 100%;
|
|
10222
10223
|
}
|
|
10223
|
-
.fec-user-select-loading[data-v-
|
|
10224
|
+
.fec-user-select-loading[data-v-f74f73d1] {
|
|
10224
10225
|
text-align: center;
|
|
10225
10226
|
padding: 40px 0;
|
|
10226
10227
|
color: #999;
|
|
10227
10228
|
font-size: 13px;
|
|
10228
10229
|
}
|
|
10229
|
-
.fec-user-select-item[data-v-
|
|
10230
|
+
.fec-user-select-item[data-v-f74f73d1] {
|
|
10230
10231
|
display: flex;
|
|
10231
10232
|
align-items: center;
|
|
10232
10233
|
padding: 12px 0;
|
|
@@ -10235,10 +10236,10 @@ form fieldset select {
|
|
|
10235
10236
|
border-bottom: 1px solid #f5f5f5;
|
|
10236
10237
|
cursor: pointer;
|
|
10237
10238
|
}
|
|
10238
|
-
.fec-user-select-check[data-v-
|
|
10239
|
+
.fec-user-select-check[data-v-f74f73d1] {
|
|
10239
10240
|
flex-shrink: 0;
|
|
10240
10241
|
}
|
|
10241
|
-
.fec-user-select-avatar[data-v-
|
|
10242
|
+
.fec-user-select-avatar[data-v-f74f73d1] {
|
|
10242
10243
|
width: 40px;
|
|
10243
10244
|
height: 40px;
|
|
10244
10245
|
border-radius: 6px;
|
|
@@ -10251,14 +10252,14 @@ form fieldset select {
|
|
|
10251
10252
|
flex-shrink: 0;
|
|
10252
10253
|
background-color: #1089f0;
|
|
10253
10254
|
}
|
|
10254
|
-
.fec-user-select-info[data-v-
|
|
10255
|
+
.fec-user-select-info[data-v-f74f73d1] {
|
|
10255
10256
|
flex: 1;
|
|
10256
10257
|
min-width: 0;
|
|
10257
10258
|
display: flex;
|
|
10258
10259
|
flex-direction: column;
|
|
10259
10260
|
gap: 4px;
|
|
10260
10261
|
}
|
|
10261
|
-
.fec-user-select-name[data-v-
|
|
10262
|
+
.fec-user-select-name[data-v-f74f73d1] {
|
|
10262
10263
|
display: flex;
|
|
10263
10264
|
align-items: center;
|
|
10264
10265
|
gap: 6px;
|
|
@@ -10268,16 +10269,16 @@ form fieldset select {
|
|
|
10268
10269
|
line-height: 1.4;
|
|
10269
10270
|
flex-wrap: wrap;
|
|
10270
10271
|
}
|
|
10271
|
-
.fec-user-select-sub[data-v-
|
|
10272
|
+
.fec-user-select-sub[data-v-f74f73d1] {
|
|
10272
10273
|
font-size: 12px;
|
|
10273
10274
|
color: #999;
|
|
10274
10275
|
line-height: 1.4;
|
|
10275
10276
|
margin-top: 2px;
|
|
10276
10277
|
}
|
|
10277
|
-
.fec-user-select-empty[data-v-
|
|
10278
|
+
.fec-user-select-empty[data-v-f74f73d1] {
|
|
10278
10279
|
padding: 40px 0;
|
|
10279
10280
|
}
|
|
10280
|
-
.fec-user-select-footer[data-v-
|
|
10281
|
+
.fec-user-select-footer[data-v-f74f73d1] {
|
|
10281
10282
|
flex-shrink: 0;
|
|
10282
10283
|
display: flex;
|
|
10283
10284
|
align-items: center;
|
|
@@ -10287,7 +10288,7 @@ form fieldset select {
|
|
|
10287
10288
|
background: #fff;
|
|
10288
10289
|
gap: 12px;
|
|
10289
10290
|
}
|
|
10290
|
-
.fec-user-select-summary[data-v-
|
|
10291
|
+
.fec-user-select-summary[data-v-f74f73d1] {
|
|
10291
10292
|
flex: 1;
|
|
10292
10293
|
min-width: 0;
|
|
10293
10294
|
display: flex;
|
|
@@ -10298,15 +10299,15 @@ form fieldset select {
|
|
|
10298
10299
|
overflow: hidden;
|
|
10299
10300
|
line-height: 20px;
|
|
10300
10301
|
}
|
|
10301
|
-
.fec-user-select-summary-label[data-v-
|
|
10302
|
+
.fec-user-select-summary-label[data-v-f74f73d1] {
|
|
10302
10303
|
flex-shrink: 0;
|
|
10303
10304
|
}
|
|
10304
|
-
.fec-user-select-summary-count[data-v-
|
|
10305
|
+
.fec-user-select-summary-count[data-v-f74f73d1] {
|
|
10305
10306
|
font-weight: 600;
|
|
10306
10307
|
color: #1989fa;
|
|
10307
10308
|
flex-shrink: 0;
|
|
10308
10309
|
}
|
|
10309
|
-
.fec-user-select-summary-list[data-v-
|
|
10310
|
+
.fec-user-select-summary-list[data-v-f74f73d1] {
|
|
10310
10311
|
flex: 1;
|
|
10311
10312
|
min-width: 0;
|
|
10312
10313
|
display: flex;
|
|
@@ -10316,10 +10317,10 @@ form fieldset select {
|
|
|
10316
10317
|
white-space: nowrap;
|
|
10317
10318
|
scrollbar-width: none;
|
|
10318
10319
|
}
|
|
10319
|
-
.fec-user-select-summary-list[data-v-
|
|
10320
|
+
.fec-user-select-summary-list[data-v-f74f73d1]::-webkit-scrollbar {
|
|
10320
10321
|
display: none;
|
|
10321
10322
|
}
|
|
10322
|
-
.fec-user-select-summary-chip[data-v-
|
|
10323
|
+
.fec-user-select-summary-chip[data-v-f74f73d1] {
|
|
10323
10324
|
font-size: 11px;
|
|
10324
10325
|
width: 30px;
|
|
10325
10326
|
border-radius: 4px;
|
|
@@ -10331,7 +10332,7 @@ form fieldset select {
|
|
|
10331
10332
|
align-items: center;
|
|
10332
10333
|
justify-content: center;
|
|
10333
10334
|
}
|
|
10334
|
-
.fec-user-select-confirm[data-v-
|
|
10335
|
+
.fec-user-select-confirm[data-v-f74f73d1] {
|
|
10335
10336
|
flex-shrink: 0;
|
|
10336
10337
|
background: linear-gradient(135deg, #1989fa 0%, #0e6fd9 100%);
|
|
10337
10338
|
border: none;
|
|
@@ -10339,7 +10340,7 @@ form fieldset select {
|
|
|
10339
10340
|
height: 36px;
|
|
10340
10341
|
min-width: 80px;
|
|
10341
10342
|
}
|
|
10342
|
-
.fec-user-select-confirm[data-v-
|
|
10343
|
+
.fec-user-select-confirm[data-v-f74f73d1] .van-button__text {
|
|
10343
10344
|
color: #fff;
|
|
10344
10345
|
}.custom-code-wrapper[data-v-9a884660] {
|
|
10345
10346
|
display: flex;
|