@fecp/designer 5.5.104 → 5.5.106
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/_virtual/exceljs.min.mjs +7 -0
- package/es/_virtual/exceljs.min2.mjs +4 -0
- package/es/designer/package.json.mjs +1 -1
- package/es/designer.css +96 -81
- package/es/node_modules/@vxe-ui/plugin-export-xlsx/es/index.esm.mjs +809 -0
- package/es/node_modules/exceljs/dist/exceljs.min.mjs +23129 -0
- package/es/packages/mobile/src/page.vue.mjs +4 -3
- package/es/packages/vue/index.mjs +6 -1
- package/es/packages/vue/src/components/forms/form/Form.vue.mjs +1 -1
- package/es/packages/vue/src/components/table/Table.vue.mjs +125 -4
- package/es/packages/vue/src/components/table/TableColumn.vue.mjs +6 -115
- package/lib/_virtual/exceljs.min.js +7 -0
- package/lib/_virtual/exceljs.min2.js +4 -0
- package/lib/designer/package.json.js +1 -1
- package/lib/designer.css +96 -81
- package/lib/node_modules/@vxe-ui/plugin-export-xlsx/es/index.esm.js +809 -0
- package/lib/node_modules/exceljs/dist/exceljs.min.js +23129 -0
- package/lib/packages/mobile/src/page.vue.js +4 -3
- package/lib/packages/vue/index.js +5 -0
- package/lib/packages/vue/src/components/forms/form/Form.vue.js +1 -1
- package/lib/packages/vue/src/components/table/Table.vue.js +125 -4
- package/lib/packages/vue/src/components/table/TableColumn.vue.js +6 -115
- package/package.json +1 -1
package/lib/designer.css
CHANGED
|
@@ -6272,15 +6272,15 @@ body,
|
|
|
6272
6272
|
align-items: center;
|
|
6273
6273
|
flex-wrap: nowrap;
|
|
6274
6274
|
}
|
|
6275
|
-
.fec-form[data-v-
|
|
6275
|
+
.fec-form[data-v-712c6915] {
|
|
6276
6276
|
height: 100%;
|
|
6277
6277
|
}
|
|
6278
|
-
.fec-form.inMinApp[data-v-
|
|
6278
|
+
.fec-form.inMinApp[data-v-712c6915] {
|
|
6279
6279
|
height: 0px;
|
|
6280
6280
|
flex: 1;
|
|
6281
6281
|
padding: 8px;
|
|
6282
6282
|
}
|
|
6283
|
-
.fec-form-col[data-v-
|
|
6283
|
+
.fec-form-col[data-v-712c6915] {
|
|
6284
6284
|
padding: 0px !important;
|
|
6285
6285
|
display: flex !important;
|
|
6286
6286
|
flex-direction: column;
|
|
@@ -6289,22 +6289,22 @@ body,
|
|
|
6289
6289
|
overflow: hidden;
|
|
6290
6290
|
flex: auto !important;
|
|
6291
6291
|
}
|
|
6292
|
-
[data-v-
|
|
6292
|
+
[data-v-712c6915] .vgl-layout {
|
|
6293
6293
|
position: relative;
|
|
6294
6294
|
}
|
|
6295
|
-
[data-v-
|
|
6295
|
+
[data-v-712c6915] .vgl-item {
|
|
6296
6296
|
transition: none;
|
|
6297
6297
|
}
|
|
6298
|
-
[data-v-
|
|
6298
|
+
[data-v-712c6915] .vgl-item > .el-form-item {
|
|
6299
6299
|
width: 100%;
|
|
6300
6300
|
padding: 6px 8px 0 8px;
|
|
6301
6301
|
height: calc(100% - 15px);
|
|
6302
6302
|
display: flex;
|
|
6303
6303
|
}
|
|
6304
|
-
[data-v-
|
|
6304
|
+
[data-v-712c6915] .vgl-item > .el-form-item.el-form-item--label-top {
|
|
6305
6305
|
flex-direction: column;
|
|
6306
6306
|
}
|
|
6307
|
-
[data-v-
|
|
6307
|
+
[data-v-712c6915] .vgl-item > .el-form-item .el-form-item__label {
|
|
6308
6308
|
line-height: 20px;
|
|
6309
6309
|
display: inline-flex;
|
|
6310
6310
|
align-items: center;
|
|
@@ -6316,109 +6316,108 @@ body,
|
|
|
6316
6316
|
max-width: 160px;
|
|
6317
6317
|
min-width: 80px;
|
|
6318
6318
|
flex-shrink: 0;
|
|
6319
|
-
min-height: 45px;
|
|
6320
6319
|
}
|
|
6321
|
-
[data-v-
|
|
6320
|
+
[data-v-712c6915] .vgl-item > .el-form-item {
|
|
6322
6321
|
/* .el-form-item__error {
|
|
6323
6322
|
padding-top: 10px;
|
|
6324
6323
|
} */
|
|
6325
6324
|
}
|
|
6326
|
-
[data-v-
|
|
6325
|
+
[data-v-712c6915] .vgl-item > .el-form-item .el-input__wrapper {
|
|
6327
6326
|
padding: 1px 12px;
|
|
6328
6327
|
}
|
|
6329
|
-
[data-v-
|
|
6328
|
+
[data-v-712c6915] .vgl-item > .el-container {
|
|
6330
6329
|
height: auto !important;
|
|
6331
6330
|
}
|
|
6332
6331
|
@media (min-width: 1720px) {
|
|
6333
|
-
[data-v-
|
|
6332
|
+
[data-v-712c6915] .vgl-item .el-form-item__label {
|
|
6334
6333
|
max-width: 160px !important;
|
|
6335
6334
|
}
|
|
6336
|
-
[data-v-
|
|
6335
|
+
[data-v-712c6915] .vgl-item .el-form-item {
|
|
6337
6336
|
padding: 6px 8px 0 8px !important;
|
|
6338
6337
|
}
|
|
6339
|
-
[data-v-
|
|
6338
|
+
[data-v-712c6915] .vgl-item .el-form-item .el-input__wrapper {
|
|
6340
6339
|
padding: 1px 12px;
|
|
6341
6340
|
}
|
|
6342
|
-
[data-v-
|
|
6341
|
+
[data-v-712c6915] .vgl-item .el-form-item .el-select__wrapper {
|
|
6343
6342
|
padding: 8px 12px;
|
|
6344
6343
|
}
|
|
6345
|
-
.fec-el-form[data-v-
|
|
6344
|
+
.fec-el-form[data-v-712c6915] {
|
|
6346
6345
|
padding: 12px !important;
|
|
6347
6346
|
}
|
|
6348
6347
|
}
|
|
6349
6348
|
/* 标准 PC(1200px ~ 1439px)*/
|
|
6350
6349
|
@media (min-width: 1366px) and (max-width: 1719px) {
|
|
6351
|
-
[data-v-
|
|
6350
|
+
[data-v-712c6915] .vgl-item .el-form-item__label {
|
|
6352
6351
|
max-width: 130px !important;
|
|
6353
6352
|
padding-right: 6px !important;
|
|
6354
6353
|
}
|
|
6355
|
-
[data-v-
|
|
6354
|
+
[data-v-712c6915] .vgl-item .el-form-item {
|
|
6356
6355
|
padding: 6px 0 0 0 !important;
|
|
6357
6356
|
}
|
|
6358
|
-
[data-v-
|
|
6357
|
+
[data-v-712c6915] .vgl-item .el-form-item .el-input__wrapper {
|
|
6359
6358
|
padding: 1px 8px;
|
|
6360
6359
|
}
|
|
6361
|
-
[data-v-
|
|
6360
|
+
[data-v-712c6915] .vgl-item .el-form-item .el-select__wrapper {
|
|
6362
6361
|
padding: 8px 8px;
|
|
6363
6362
|
}
|
|
6364
|
-
.fec-el-form[data-v-
|
|
6363
|
+
.fec-el-form[data-v-712c6915] {
|
|
6365
6364
|
padding: 8px !important;
|
|
6366
6365
|
}
|
|
6367
6366
|
}
|
|
6368
6367
|
/* 2. 标准 PC 992px ~ 1199px */
|
|
6369
6368
|
@media (min-width: 992px) and (max-width: 1365px) {
|
|
6370
|
-
[data-v-
|
|
6369
|
+
[data-v-712c6915] .vgl-item .el-form-item__label {
|
|
6371
6370
|
max-width: 125px !important;
|
|
6372
6371
|
padding-right: 4px !important;
|
|
6373
6372
|
}
|
|
6374
|
-
[data-v-
|
|
6373
|
+
[data-v-712c6915] .vgl-item .el-form-item {
|
|
6375
6374
|
padding: 0 !important;
|
|
6376
6375
|
}
|
|
6377
|
-
[data-v-
|
|
6376
|
+
[data-v-712c6915] .vgl-item .el-form-item .el-input__wrapper {
|
|
6378
6377
|
padding: 1px 6px;
|
|
6379
6378
|
}
|
|
6380
|
-
[data-v-
|
|
6379
|
+
[data-v-712c6915] .vgl-item .el-form-item .el-select__wrapper {
|
|
6381
6380
|
padding: 8px 6px;
|
|
6382
6381
|
}
|
|
6383
|
-
.fec-el-form[data-v-
|
|
6382
|
+
.fec-el-form[data-v-712c6915] {
|
|
6384
6383
|
padding: 6px !important;
|
|
6385
6384
|
}
|
|
6386
6385
|
}
|
|
6387
6386
|
/* 3. 小屏 PC / 窄窗口 <992px(最小到768px)*/
|
|
6388
6387
|
@media (max-width: 991px) and (min-width: 768px) {
|
|
6389
|
-
[data-v-
|
|
6388
|
+
[data-v-712c6915] .vgl-item .el-form-item__label {
|
|
6390
6389
|
max-width: 100px !important;
|
|
6391
6390
|
padding-right: 4px !important;
|
|
6392
6391
|
}
|
|
6393
|
-
[data-v-
|
|
6392
|
+
[data-v-712c6915] .vgl-item .el-form-item {
|
|
6394
6393
|
padding: 0 !important;
|
|
6395
6394
|
}
|
|
6396
|
-
[data-v-
|
|
6395
|
+
[data-v-712c6915] .vgl-item .el-form-item .el-input__wrapper {
|
|
6397
6396
|
padding: 1px 4px;
|
|
6398
6397
|
}
|
|
6399
|
-
[data-v-
|
|
6398
|
+
[data-v-712c6915] .vgl-item .el-form-item .el-select__wrapper {
|
|
6400
6399
|
padding: 8px 4px;
|
|
6401
6400
|
}
|
|
6402
|
-
.fec-el-form[data-v-
|
|
6401
|
+
.fec-el-form[data-v-712c6915] {
|
|
6403
6402
|
padding: 6px !important;
|
|
6404
6403
|
}
|
|
6405
6404
|
}
|
|
6406
6405
|
/* 超小屏 <768px */
|
|
6407
6406
|
@media (max-width: 767px) {
|
|
6408
|
-
[data-v-
|
|
6407
|
+
[data-v-712c6915] .vgl-item .el-form-item__label {
|
|
6409
6408
|
max-width: 80px !important;
|
|
6410
6409
|
padding-right: 4px !important;
|
|
6411
6410
|
}
|
|
6412
|
-
[data-v-
|
|
6411
|
+
[data-v-712c6915] .vgl-item .el-form-item {
|
|
6413
6412
|
padding: 0 !important;
|
|
6414
6413
|
}
|
|
6415
|
-
[data-v-
|
|
6414
|
+
[data-v-712c6915] .vgl-item .el-form-item .el-input__wrapper {
|
|
6416
6415
|
padding: 1px 2px;
|
|
6417
6416
|
}
|
|
6418
|
-
[data-v-
|
|
6417
|
+
[data-v-712c6915] .vgl-item .el-form-item .el-select__wrapper {
|
|
6419
6418
|
padding: 8px 2px;
|
|
6420
6419
|
}
|
|
6421
|
-
.fec-el-form[data-v-
|
|
6420
|
+
.fec-el-form[data-v-712c6915] {
|
|
6422
6421
|
padding: 6px !important;
|
|
6423
6422
|
}
|
|
6424
6423
|
}.table-pagination[data-v-142fdd35] {
|
|
@@ -6477,10 +6476,10 @@ body,
|
|
|
6477
6476
|
border-radius: 5px;
|
|
6478
6477
|
margin-right: 12px;
|
|
6479
6478
|
margin-top: 2px;
|
|
6480
|
-
}.cell-content .cell-text[data-v-
|
|
6479
|
+
}.cell-content .cell-text[data-v-336afafd] {
|
|
6481
6480
|
display: inline-block;
|
|
6482
6481
|
}
|
|
6483
|
-
.cell-content .copy-icon[data-v-
|
|
6482
|
+
.cell-content .copy-icon[data-v-336afafd] {
|
|
6484
6483
|
cursor: pointer;
|
|
6485
6484
|
color: #909399;
|
|
6486
6485
|
font-size: 14px;
|
|
@@ -6488,7 +6487,7 @@ body,
|
|
|
6488
6487
|
top: 4px;
|
|
6489
6488
|
margin-left: 4px;
|
|
6490
6489
|
}
|
|
6491
|
-
.cell-content .copy-icon[data-v-
|
|
6490
|
+
.cell-content .copy-icon[data-v-336afafd]:hover {
|
|
6492
6491
|
color: #409eff;
|
|
6493
6492
|
}.fec-table-filter[data-v-ba2f1878] {
|
|
6494
6493
|
display: flex;
|
|
@@ -6784,12 +6783,12 @@ body,
|
|
|
6784
6783
|
white-space: nowrap;
|
|
6785
6784
|
overflow: hidden;
|
|
6786
6785
|
text-overflow: ellipsis;
|
|
6787
|
-
}.fec-table[data-v-
|
|
6786
|
+
}.fec-table[data-v-199fae66] {
|
|
6788
6787
|
height: 100%;
|
|
6789
6788
|
flex-grow: 1;
|
|
6790
6789
|
padding: 0 16px;
|
|
6791
6790
|
}
|
|
6792
|
-
.fec-table-container[data-v-
|
|
6791
|
+
.fec-table-container[data-v-199fae66] {
|
|
6793
6792
|
width: 100%;
|
|
6794
6793
|
background: #fff;
|
|
6795
6794
|
box-sizing: border-box;
|
|
@@ -6799,91 +6798,91 @@ body,
|
|
|
6799
6798
|
overflow: hidden;
|
|
6800
6799
|
flex-grow: 1;
|
|
6801
6800
|
}
|
|
6802
|
-
.fec-table-container .fec-vxe-table[data-v-
|
|
6801
|
+
.fec-table-container .fec-vxe-table[data-v-199fae66] {
|
|
6803
6802
|
flex: 1;
|
|
6804
6803
|
min-height: 0;
|
|
6805
6804
|
overflow: hidden;
|
|
6806
6805
|
margin-bottom: 16px;
|
|
6807
6806
|
}
|
|
6808
|
-
.fec-table-container[data-v-
|
|
6807
|
+
.fec-table-container[data-v-199fae66] .vxe-table {
|
|
6809
6808
|
font-size: 14px;
|
|
6810
6809
|
font-family: inherit;
|
|
6811
6810
|
}
|
|
6812
|
-
.fec-table-container[data-v-
|
|
6813
|
-
.fec-table-container[data-v-
|
|
6811
|
+
.fec-table-container[data-v-199fae66] .vxe-table .vxe-sort--asc-btn,
|
|
6812
|
+
.fec-table-container[data-v-199fae66] .vxe-table .vxe-sort--desc-btn {
|
|
6814
6813
|
color: #dcdcdc;
|
|
6815
6814
|
}
|
|
6816
|
-
.fec-table-container[data-v-
|
|
6817
|
-
.fec-table-container[data-v-
|
|
6815
|
+
.fec-table-container[data-v-199fae66] .vxe-table .serverSort .vxe-sort--asc-btn,
|
|
6816
|
+
.fec-table-container[data-v-199fae66] .vxe-table .serverSort .vxe-sort--desc-btn {
|
|
6818
6817
|
color: #d3edf9;
|
|
6819
6818
|
}
|
|
6820
|
-
.fec-table-container[data-v-
|
|
6819
|
+
.fec-table-container[data-v-199fae66] .vxe-table .serverSort .sort--active {
|
|
6821
6820
|
color: var(--el-color-primary);
|
|
6822
6821
|
}
|
|
6823
|
-
.fec-table-container[data-v-
|
|
6822
|
+
.fec-table-container[data-v-199fae66] .vxe-table .sort--active {
|
|
6824
6823
|
color: var(--el-color-primary);
|
|
6825
6824
|
}
|
|
6826
|
-
.fec-table-container[data-v-
|
|
6825
|
+
.fec-table-container[data-v-199fae66] .vxe-table .vxe-table--body-wrapper {
|
|
6827
6826
|
overflow: auto;
|
|
6828
6827
|
}
|
|
6829
|
-
.fec-table-container[data-v-
|
|
6830
|
-
.fec-table-container[data-v-
|
|
6831
|
-
.fec-table-container[data-v-
|
|
6828
|
+
.fec-table-container[data-v-199fae66] .vxe-table .vxe-table--body,
|
|
6829
|
+
.fec-table-container[data-v-199fae66] .vxe-table .vxe-table--header,
|
|
6830
|
+
.fec-table-container[data-v-199fae66] .vxe-table .vxe-table--footer {
|
|
6832
6831
|
width: 100% !important;
|
|
6833
6832
|
}
|
|
6834
|
-
.fec-table-container[data-v-
|
|
6833
|
+
.fec-table-container[data-v-199fae66] .vxe-table .vxe-header--column {
|
|
6835
6834
|
background-color: #fff;
|
|
6836
6835
|
}
|
|
6837
|
-
.fec-table-container[data-v-
|
|
6836
|
+
.fec-table-container[data-v-199fae66] .vxe-table .vxe-header--column .vxe-cell {
|
|
6838
6837
|
height: 40px !important;
|
|
6839
6838
|
min-height: 40px !important;
|
|
6840
6839
|
color: #333;
|
|
6841
6840
|
}
|
|
6842
|
-
.fec-table-container[data-v-
|
|
6841
|
+
.fec-table-container[data-v-199fae66] .vxe-table .vxe-table--header-inner-wrapper {
|
|
6843
6842
|
height: 40px !important;
|
|
6844
6843
|
}
|
|
6845
|
-
.fec-table-container[data-v-
|
|
6844
|
+
.fec-table-container[data-v-199fae66] .vxe-table .vxe-body--column .vxe-cell {
|
|
6846
6845
|
padding: 6px !important;
|
|
6847
6846
|
min-height: 32px !important;
|
|
6848
6847
|
color: #666;
|
|
6849
6848
|
font-size: 13px;
|
|
6850
6849
|
}
|
|
6851
|
-
.fec-table-container[data-v-
|
|
6852
|
-
.fec-table-container[data-v-
|
|
6850
|
+
.fec-table-container[data-v-199fae66] .vxe-table .vxe-body--column .c--tooltip,
|
|
6851
|
+
.fec-table-container[data-v-199fae66] .vxe-table .vxe-body--column .c--title {
|
|
6853
6852
|
height: 32px !important;
|
|
6854
6853
|
min-height: 32px !important;
|
|
6855
6854
|
}
|
|
6856
|
-
.fec-table-container[data-v-
|
|
6855
|
+
.fec-table-container[data-v-199fae66] .vxe-table .vxe-table--border-line {
|
|
6857
6856
|
border: none;
|
|
6858
6857
|
border-bottom: 1px solid #ebeef5;
|
|
6859
6858
|
border-top: 1px solid #ebeef5;
|
|
6860
6859
|
}
|
|
6861
|
-
.fec-table-container[data-v-
|
|
6862
|
-
.fec-table-container[data-v-
|
|
6860
|
+
.fec-table-container[data-v-199fae66] .vxe-table .vxe-table--scroll-y-handle-appearance,
|
|
6861
|
+
.fec-table-container[data-v-199fae66] .vxe-table .vxe-table--scroll-y-wrapper:after {
|
|
6863
6862
|
border: none !important;
|
|
6864
6863
|
}
|
|
6865
|
-
.fec-table-container[data-v-
|
|
6864
|
+
.fec-table-container[data-v-199fae66] .vxe-table .vxe-table--scroll-y-top-corner {
|
|
6866
6865
|
display: none !important;
|
|
6867
6866
|
}
|
|
6868
|
-
.fec-table-container[data-v-
|
|
6867
|
+
.fec-table-container[data-v-199fae66] .vxe-table .vxe-cell--sort {
|
|
6869
6868
|
font-size: 14px;
|
|
6870
6869
|
}
|
|
6871
|
-
.fec-table-container[data-v-
|
|
6872
|
-
.fec-table-container[data-v-
|
|
6873
|
-
.fec-table-container[data-v-
|
|
6874
|
-
.fec-table-container[data-v-
|
|
6875
|
-
.fec-table-container[data-v-
|
|
6876
|
-
.fec-table-container[data-v-
|
|
6870
|
+
.fec-table-container[data-v-199fae66] .vxe-table .vxe-body--column,
|
|
6871
|
+
.fec-table-container[data-v-199fae66] .vxe-table .vxe-footer--column,
|
|
6872
|
+
.fec-table-container[data-v-199fae66] .vxe-table .vxe-header--column,
|
|
6873
|
+
.fec-table-container[data-v-199fae66] .vxe-table .vxe-body--column,
|
|
6874
|
+
.fec-table-container[data-v-199fae66] .vxe-table .vxe-footer--column,
|
|
6875
|
+
.fec-table-container[data-v-199fae66] .vxe-table .vxe-header--column {
|
|
6877
6876
|
background-image: linear-gradient(#ebeef5, #ebeef5) !important;
|
|
6878
6877
|
}
|
|
6879
|
-
.fec-table-container[data-v-
|
|
6878
|
+
.fec-table-container[data-v-199fae66] .vxe-table .el-button.is-disabled {
|
|
6880
6879
|
color: #ccc !important;
|
|
6881
6880
|
}
|
|
6882
|
-
.fec-table-container[data-v-
|
|
6883
|
-
.fec-table-container[data-v-
|
|
6881
|
+
.fec-table-container[data-v-199fae66] .vxe-table .vxe-table--scroll-x-handle-appearance,
|
|
6882
|
+
.fec-table-container[data-v-199fae66] .vxe-table .vxe-table--scroll-x-right-corner {
|
|
6884
6883
|
display: none !important;
|
|
6885
6884
|
}
|
|
6886
|
-
.fec-table-sub[data-v-
|
|
6885
|
+
.fec-table-sub[data-v-199fae66] .vxe-table .vxe-table--border-line {
|
|
6887
6886
|
border-top: none;
|
|
6888
6887
|
}
|
|
6889
6888
|
.fec-layout-card[data-v-a6236024] {
|
|
@@ -7778,7 +7777,7 @@ body,
|
|
|
7778
7777
|
:root,:host{--van-sidebar-width: 80px}.van-sidebar{width:var(--van-sidebar-width);overflow-y:auto;-webkit-overflow-scrolling:touch}
|
|
7779
7778
|
: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)}
|
|
7780
7779
|
|
|
7781
|
-
.grid-wrapper[data-v-
|
|
7780
|
+
.grid-wrapper[data-v-e6130bde] {
|
|
7782
7781
|
flex: 1;
|
|
7783
7782
|
overflow: auto;
|
|
7784
7783
|
display: flex;
|
|
@@ -7786,26 +7785,26 @@ body,
|
|
|
7786
7785
|
}
|
|
7787
7786
|
|
|
7788
7787
|
/* 主流浏览器:Chrome / Edge / 移动端 Webkit */
|
|
7789
|
-
.no-scrollbar[data-v-
|
|
7788
|
+
.no-scrollbar[data-v-e6130bde]::-webkit-scrollbar {
|
|
7790
7789
|
display: none;
|
|
7791
7790
|
}
|
|
7792
7791
|
|
|
7793
7792
|
/* Firefox */
|
|
7794
|
-
.no-scrollbar[data-v-
|
|
7793
|
+
.no-scrollbar[data-v-e6130bde] {
|
|
7795
7794
|
scrollbar-width: none;
|
|
7796
7795
|
}
|
|
7797
7796
|
|
|
7798
7797
|
/* IE / Edge 老版本 */
|
|
7799
|
-
.no-scrollbar[data-v-
|
|
7798
|
+
.no-scrollbar[data-v-e6130bde] {
|
|
7800
7799
|
-ms-overflow-style: none;
|
|
7801
7800
|
}
|
|
7802
|
-
.component-content[data-v-
|
|
7801
|
+
.component-content[data-v-e6130bde] {
|
|
7803
7802
|
display: flex;
|
|
7804
7803
|
height: 100%;
|
|
7805
7804
|
width: 100%;
|
|
7806
7805
|
flex-direction: column;
|
|
7807
7806
|
}
|
|
7808
|
-
[data-v-
|
|
7807
|
+
[data-v-e6130bde] .vgl-item.isAutoHeight {
|
|
7809
7808
|
height: 100% !important;
|
|
7810
7809
|
}.fec-tabs-container[data-v-3ac885e8] {
|
|
7811
7810
|
display: flex;
|
|
@@ -8361,4 +8360,20 @@ body,
|
|
|
8361
8360
|
}
|
|
8362
8361
|
.fec-form .el-select__wrapper.is-disabled .el-select__selected-item {
|
|
8363
8362
|
color: #666 !important;
|
|
8363
|
+
}
|
|
8364
|
+
.vxe-table-export--panel-column-option[title=操作] {
|
|
8365
|
+
display: none;
|
|
8366
|
+
}
|
|
8367
|
+
.vxe-table-export--panel-table .vxe-table-export--panel-option-row {
|
|
8368
|
+
display: none;
|
|
8369
|
+
}
|
|
8370
|
+
/* 只让第二个显示 */
|
|
8371
|
+
.vxe-table-export--panel-table .vxe-table-export--panel-option-row:nth-child(2) {
|
|
8372
|
+
display: block;
|
|
8373
|
+
}
|
|
8374
|
+
.vxe-table-export--panel-table .vxe-table-export--panel-option-row .vxe-checkbox {
|
|
8375
|
+
display: none;
|
|
8376
|
+
}
|
|
8377
|
+
.vxe-table-export--panel-table .vxe-table-export--panel-option-row .vxe-checkbox:first-child {
|
|
8378
|
+
display: block;
|
|
8364
8379
|
}
|