@fecp/designer 5.5.87 → 5.5.89
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.css +81 -76
- package/es/packages/vue/src/components/bus/approvalHistory/ApproveIdea.vue.mjs +2 -2
- package/es/packages/vue/src/components/forms/form/Form.vue.mjs +8 -1
- package/es/packages/vue/src/components/table/DynamicQuery.vue.mjs +1 -1
- package/lib/designer/package.json.js +1 -1
- package/lib/designer.css +81 -76
- package/lib/packages/vue/src/components/bus/approvalHistory/ApproveIdea.vue.js +2 -2
- package/lib/packages/vue/src/components/forms/form/Form.vue.js +8 -1
- package/lib/packages/vue/src/components/table/DynamicQuery.vue.js +1 -1
- package/package.json +1 -1
package/es/designer.css
CHANGED
|
@@ -5561,7 +5561,7 @@ body,
|
|
|
5561
5561
|
display: flex;
|
|
5562
5562
|
margin-top: 2px;
|
|
5563
5563
|
justify-content: space-between;
|
|
5564
|
-
}.el-timeline{--el-timeline-node-size-normal:12px;--el-timeline-node-size-large:14px;--el-timeline-node-color:var(--el-border-color-light);font-size:var(--el-font-size-base);margin:0;list-style:none}.el-timeline .el-timeline-item:last-child .el-timeline-item__tail{display:none}.el-timeline .el-timeline-item__center{align-items:center;display:flex}.el-timeline .el-timeline-item__center .el-timeline-item__wrapper{width:100%}.el-timeline .el-timeline-item__center .el-timeline-item__tail{top:0}.el-timeline .el-timeline-item__center:first-child .el-timeline-item__tail{height:calc(50% + 10px);top:calc(50% - 10px)}.el-timeline .el-timeline-item__center:last-child .el-timeline-item__tail{height:calc(50% - 10px);display:block}.el-timeline.is-start{padding-left:40px;padding-right:0}.el-timeline.is-end{padding-left:0;padding-right:40px}.el-timeline.is-alternate{padding-left:20px;padding-right:20px}.el-timeline.is-alternate .el-timeline-item:nth-child(odd) .el-timeline-item__wrapper{width:calc(50% - 28px);left:calc(50% - var(--el-timeline-node-size-large) / 2);padding-left:28px}.el-timeline.is-alternate .el-timeline-item:nth-child(2n) .el-timeline-item__wrapper{width:calc(50% - 28px + var(--el-timeline-node-size-large) / 2);text-align:right;padding-right:28px}.el-timeline.is-alternate-reverse{padding-left:20px;padding-right:20px}.el-timeline.is-alternate-reverse .el-timeline-item:nth-child(odd) .el-timeline-item__wrapper{width:calc(50% - 28px + var(--el-timeline-node-size-large) / 2);text-align:right;padding-right:28px}.el-timeline.is-alternate-reverse .el-timeline-item:nth-child(2n) .el-timeline-item__wrapper{width:calc(50% - 28px);left:calc(50% - var(--el-timeline-node-size-large) / 2);padding-left:28px}.el-timeline-item{padding-bottom:20px;position:relative}.el-timeline-item__wrapper{box-sizing:content-box;position:relative;top:-3px}.el-timeline-item__tail{border-left:2px solid var(--el-timeline-node-color);height:100%;position:absolute}.el-timeline-item .el-timeline-item__icon{color:var(--el-color-white);font-size:var(--el-font-size-small)}.el-timeline-item__node{background-color:var(--el-timeline-node-color);border-color:var(--el-timeline-node-color);box-sizing:border-box;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute}.el-timeline-item__node--normal{width:var(--el-timeline-node-size-normal);height:var(--el-timeline-node-size-normal)}.el-timeline-item__node--large{width:var(--el-timeline-node-size-large);height:var(--el-timeline-node-size-large)}.el-timeline-item__node.is-hollow{background:var(--el-color-white);border-style:solid;border-width:2px}.el-timeline-item__node--primary{background-color:var(--el-color-primary);border-color:var(--el-color-primary)}.el-timeline-item__node--success{background-color:var(--el-color-success);border-color:var(--el-color-success)}.el-timeline-item__node--warning{background-color:var(--el-color-warning);border-color:var(--el-color-warning)}.el-timeline-item__node--danger{background-color:var(--el-color-danger);border-color:var(--el-color-danger)}.el-timeline-item__node--info{background-color:var(--el-color-info);border-color:var(--el-color-info)}.el-timeline-item__dot{justify-content:center;align-items:center;display:flex;position:absolute}.el-timeline-item__content{color:var(--el-text-color-primary)}.el-timeline-item__timestamp{color:var(--el-text-color-secondary);line-height:1;font-size:var(--el-font-size-small)}.el-timeline-item__timestamp.is-top{margin-bottom:8px;padding-top:4px}.el-timeline-item__timestamp.is-bottom{margin-top:8px}.el-timeline-item.is-start .el-timeline-item__wrapper{padding-left:28px}.el-timeline-item.is-start .el-timeline-item__tail{left:4px}.el-timeline-item.is-start .el-timeline-item__node--normal{left:-1px}.el-timeline-item.is-start .el-timeline-item__node--large{left:-2px}.el-timeline-item.is-end .el-timeline-item__wrapper{text-align:right;padding-right:28px}.el-timeline-item.is-end .el-timeline-item__tail{right:4px}.el-timeline-item.is-end .el-timeline-item__node--normal{right:-1px}.el-timeline-item.is-end .el-timeline-item__node--large{right:-2px}.el-timeline-item.is-alternate .el-timeline-item__tail,.el-timeline-item.is-alternate .el-timeline-item__node,.el-timeline-item.is-alternate-reverse .el-timeline-item__tail,.el-timeline-item.is-alternate-reverse .el-timeline-item__node{left:50%;transform:translate(-50%)}.app-content .approveIdea[data-v-
|
|
5564
|
+
}.el-timeline{--el-timeline-node-size-normal:12px;--el-timeline-node-size-large:14px;--el-timeline-node-color:var(--el-border-color-light);font-size:var(--el-font-size-base);margin:0;list-style:none}.el-timeline .el-timeline-item:last-child .el-timeline-item__tail{display:none}.el-timeline .el-timeline-item__center{align-items:center;display:flex}.el-timeline .el-timeline-item__center .el-timeline-item__wrapper{width:100%}.el-timeline .el-timeline-item__center .el-timeline-item__tail{top:0}.el-timeline .el-timeline-item__center:first-child .el-timeline-item__tail{height:calc(50% + 10px);top:calc(50% - 10px)}.el-timeline .el-timeline-item__center:last-child .el-timeline-item__tail{height:calc(50% - 10px);display:block}.el-timeline.is-start{padding-left:40px;padding-right:0}.el-timeline.is-end{padding-left:0;padding-right:40px}.el-timeline.is-alternate{padding-left:20px;padding-right:20px}.el-timeline.is-alternate .el-timeline-item:nth-child(odd) .el-timeline-item__wrapper{width:calc(50% - 28px);left:calc(50% - var(--el-timeline-node-size-large) / 2);padding-left:28px}.el-timeline.is-alternate .el-timeline-item:nth-child(2n) .el-timeline-item__wrapper{width:calc(50% - 28px + var(--el-timeline-node-size-large) / 2);text-align:right;padding-right:28px}.el-timeline.is-alternate-reverse{padding-left:20px;padding-right:20px}.el-timeline.is-alternate-reverse .el-timeline-item:nth-child(odd) .el-timeline-item__wrapper{width:calc(50% - 28px + var(--el-timeline-node-size-large) / 2);text-align:right;padding-right:28px}.el-timeline.is-alternate-reverse .el-timeline-item:nth-child(2n) .el-timeline-item__wrapper{width:calc(50% - 28px);left:calc(50% - var(--el-timeline-node-size-large) / 2);padding-left:28px}.el-timeline-item{padding-bottom:20px;position:relative}.el-timeline-item__wrapper{box-sizing:content-box;position:relative;top:-3px}.el-timeline-item__tail{border-left:2px solid var(--el-timeline-node-color);height:100%;position:absolute}.el-timeline-item .el-timeline-item__icon{color:var(--el-color-white);font-size:var(--el-font-size-small)}.el-timeline-item__node{background-color:var(--el-timeline-node-color);border-color:var(--el-timeline-node-color);box-sizing:border-box;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute}.el-timeline-item__node--normal{width:var(--el-timeline-node-size-normal);height:var(--el-timeline-node-size-normal)}.el-timeline-item__node--large{width:var(--el-timeline-node-size-large);height:var(--el-timeline-node-size-large)}.el-timeline-item__node.is-hollow{background:var(--el-color-white);border-style:solid;border-width:2px}.el-timeline-item__node--primary{background-color:var(--el-color-primary);border-color:var(--el-color-primary)}.el-timeline-item__node--success{background-color:var(--el-color-success);border-color:var(--el-color-success)}.el-timeline-item__node--warning{background-color:var(--el-color-warning);border-color:var(--el-color-warning)}.el-timeline-item__node--danger{background-color:var(--el-color-danger);border-color:var(--el-color-danger)}.el-timeline-item__node--info{background-color:var(--el-color-info);border-color:var(--el-color-info)}.el-timeline-item__dot{justify-content:center;align-items:center;display:flex;position:absolute}.el-timeline-item__content{color:var(--el-text-color-primary)}.el-timeline-item__timestamp{color:var(--el-text-color-secondary);line-height:1;font-size:var(--el-font-size-small)}.el-timeline-item__timestamp.is-top{margin-bottom:8px;padding-top:4px}.el-timeline-item__timestamp.is-bottom{margin-top:8px}.el-timeline-item.is-start .el-timeline-item__wrapper{padding-left:28px}.el-timeline-item.is-start .el-timeline-item__tail{left:4px}.el-timeline-item.is-start .el-timeline-item__node--normal{left:-1px}.el-timeline-item.is-start .el-timeline-item__node--large{left:-2px}.el-timeline-item.is-end .el-timeline-item__wrapper{text-align:right;padding-right:28px}.el-timeline-item.is-end .el-timeline-item__tail{right:4px}.el-timeline-item.is-end .el-timeline-item__node--normal{right:-1px}.el-timeline-item.is-end .el-timeline-item__node--large{right:-2px}.el-timeline-item.is-alternate .el-timeline-item__tail,.el-timeline-item.is-alternate .el-timeline-item__node,.el-timeline-item.is-alternate-reverse .el-timeline-item__tail,.el-timeline-item.is-alternate-reverse .el-timeline-item__node{left:50%;transform:translate(-50%)}.app-content .approveIdea[data-v-95cdb22f] {
|
|
5565
5565
|
min-height: 30px;
|
|
5566
5566
|
background: linear-gradient(to bottom, transparent 29px, #dedede 1px);
|
|
5567
5567
|
background-size: 100% 30px;
|
|
@@ -5577,7 +5577,7 @@ body,
|
|
|
5577
5577
|
max-height: 90px;
|
|
5578
5578
|
position: relative;
|
|
5579
5579
|
}
|
|
5580
|
-
.app-content .approveIdea[data-v-
|
|
5580
|
+
.app-content .approveIdea[data-v-95cdb22f]:not(.is-expanded)::after {
|
|
5581
5581
|
content: "";
|
|
5582
5582
|
position: absolute;
|
|
5583
5583
|
bottom: 0;
|
|
@@ -5587,16 +5587,16 @@ body,
|
|
|
5587
5587
|
background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.9));
|
|
5588
5588
|
pointer-events: none;
|
|
5589
5589
|
}
|
|
5590
|
-
.app-content .approveIdea.is-expanded[data-v-
|
|
5590
|
+
.app-content .approveIdea.is-expanded[data-v-95cdb22f] {
|
|
5591
5591
|
display: block;
|
|
5592
5592
|
max-height: none;
|
|
5593
5593
|
-webkit-line-clamp: unset;
|
|
5594
5594
|
overflow: visible;
|
|
5595
5595
|
}
|
|
5596
|
-
.app-content .approveIdea.is-expanded[data-v-
|
|
5596
|
+
.app-content .approveIdea.is-expanded[data-v-95cdb22f]::after {
|
|
5597
5597
|
display: none;
|
|
5598
5598
|
}
|
|
5599
|
-
.app-content .approve-toggle[data-v-
|
|
5599
|
+
.app-content .approve-toggle[data-v-95cdb22f] {
|
|
5600
5600
|
color: var(--el-color-primary);
|
|
5601
5601
|
font-size: 12px;
|
|
5602
5602
|
cursor: pointer;
|
|
@@ -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-43e473f4] {
|
|
6276
6276
|
height: 100%;
|
|
6277
6277
|
}
|
|
6278
|
-
.fec-form.inMinApp[data-v-
|
|
6278
|
+
.fec-form.inMinApp[data-v-43e473f4] {
|
|
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-43e473f4] {
|
|
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-43e473f4] .vgl-layout {
|
|
6293
6293
|
position: relative;
|
|
6294
6294
|
}
|
|
6295
|
-
[data-v-
|
|
6295
|
+
[data-v-43e473f4] .vgl-item {
|
|
6296
6296
|
transition: none;
|
|
6297
6297
|
}
|
|
6298
|
-
[data-v-
|
|
6298
|
+
[data-v-43e473f4] .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-43e473f4] .vgl-item > .el-form-item.el-form-item--label-top {
|
|
6305
6305
|
flex-direction: column;
|
|
6306
6306
|
}
|
|
6307
|
-
[data-v-
|
|
6307
|
+
[data-v-43e473f4] .vgl-item > .el-form-item .el-form-item__label {
|
|
6308
6308
|
line-height: 20px;
|
|
6309
6309
|
display: inline-flex;
|
|
6310
6310
|
align-items: center;
|
|
@@ -6318,107 +6318,107 @@ body,
|
|
|
6318
6318
|
flex-shrink: 0;
|
|
6319
6319
|
min-height: 45px;
|
|
6320
6320
|
}
|
|
6321
|
-
[data-v-
|
|
6321
|
+
[data-v-43e473f4] .vgl-item > .el-form-item {
|
|
6322
6322
|
/* .el-form-item__error {
|
|
6323
6323
|
padding-top: 10px;
|
|
6324
6324
|
} */
|
|
6325
6325
|
}
|
|
6326
|
-
[data-v-
|
|
6326
|
+
[data-v-43e473f4] .vgl-item > .el-form-item .el-input__wrapper {
|
|
6327
6327
|
padding: 1px 12px;
|
|
6328
6328
|
}
|
|
6329
|
-
[data-v-
|
|
6329
|
+
[data-v-43e473f4] .vgl-item > .el-container {
|
|
6330
6330
|
height: auto !important;
|
|
6331
6331
|
}
|
|
6332
6332
|
@media (min-width: 1720px) {
|
|
6333
|
-
[data-v-
|
|
6333
|
+
[data-v-43e473f4] .vgl-item .el-form-item__label {
|
|
6334
6334
|
max-width: 160px !important;
|
|
6335
6335
|
}
|
|
6336
|
-
[data-v-
|
|
6336
|
+
[data-v-43e473f4] .vgl-item .el-form-item {
|
|
6337
6337
|
padding: 6px 8px 0 8px !important;
|
|
6338
6338
|
}
|
|
6339
|
-
[data-v-
|
|
6339
|
+
[data-v-43e473f4] .vgl-item .el-form-item .el-input__wrapper {
|
|
6340
6340
|
padding: 1px 12px;
|
|
6341
6341
|
}
|
|
6342
|
-
[data-v-
|
|
6342
|
+
[data-v-43e473f4] .vgl-item .el-form-item .el-select__wrapper {
|
|
6343
6343
|
padding: 8px 12px;
|
|
6344
6344
|
}
|
|
6345
|
-
.fec-el-form[data-v-
|
|
6345
|
+
.fec-el-form[data-v-43e473f4] {
|
|
6346
6346
|
padding: 12px !important;
|
|
6347
6347
|
}
|
|
6348
6348
|
}
|
|
6349
6349
|
/* 标准 PC(1200px ~ 1439px)*/
|
|
6350
6350
|
@media (min-width: 1366px) and (max-width: 1719px) {
|
|
6351
|
-
[data-v-
|
|
6351
|
+
[data-v-43e473f4] .vgl-item .el-form-item__label {
|
|
6352
6352
|
max-width: 130px !important;
|
|
6353
6353
|
padding-right: 6px !important;
|
|
6354
6354
|
}
|
|
6355
|
-
[data-v-
|
|
6355
|
+
[data-v-43e473f4] .vgl-item .el-form-item {
|
|
6356
6356
|
padding: 6px 0 0 0 !important;
|
|
6357
6357
|
}
|
|
6358
|
-
[data-v-
|
|
6358
|
+
[data-v-43e473f4] .vgl-item .el-form-item .el-input__wrapper {
|
|
6359
6359
|
padding: 1px 8px;
|
|
6360
6360
|
}
|
|
6361
|
-
[data-v-
|
|
6361
|
+
[data-v-43e473f4] .vgl-item .el-form-item .el-select__wrapper {
|
|
6362
6362
|
padding: 8px 8px;
|
|
6363
6363
|
}
|
|
6364
|
-
.fec-el-form[data-v-
|
|
6364
|
+
.fec-el-form[data-v-43e473f4] {
|
|
6365
6365
|
padding: 8px !important;
|
|
6366
6366
|
}
|
|
6367
6367
|
}
|
|
6368
6368
|
/* 2. 标准 PC 992px ~ 1199px */
|
|
6369
6369
|
@media (min-width: 992px) and (max-width: 1365px) {
|
|
6370
|
-
[data-v-
|
|
6370
|
+
[data-v-43e473f4] .vgl-item .el-form-item__label {
|
|
6371
6371
|
max-width: 125px !important;
|
|
6372
6372
|
padding-right: 4px !important;
|
|
6373
6373
|
}
|
|
6374
|
-
[data-v-
|
|
6374
|
+
[data-v-43e473f4] .vgl-item .el-form-item {
|
|
6375
6375
|
padding: 0 !important;
|
|
6376
6376
|
}
|
|
6377
|
-
[data-v-
|
|
6377
|
+
[data-v-43e473f4] .vgl-item .el-form-item .el-input__wrapper {
|
|
6378
6378
|
padding: 1px 6px;
|
|
6379
6379
|
}
|
|
6380
|
-
[data-v-
|
|
6380
|
+
[data-v-43e473f4] .vgl-item .el-form-item .el-select__wrapper {
|
|
6381
6381
|
padding: 8px 6px;
|
|
6382
6382
|
}
|
|
6383
|
-
.fec-el-form[data-v-
|
|
6383
|
+
.fec-el-form[data-v-43e473f4] {
|
|
6384
6384
|
padding: 6px !important;
|
|
6385
6385
|
}
|
|
6386
6386
|
}
|
|
6387
6387
|
/* 3. 小屏 PC / 窄窗口 <992px(最小到768px)*/
|
|
6388
6388
|
@media (max-width: 991px) and (min-width: 768px) {
|
|
6389
|
-
[data-v-
|
|
6389
|
+
[data-v-43e473f4] .vgl-item .el-form-item__label {
|
|
6390
6390
|
max-width: 100px !important;
|
|
6391
6391
|
padding-right: 4px !important;
|
|
6392
6392
|
}
|
|
6393
|
-
[data-v-
|
|
6393
|
+
[data-v-43e473f4] .vgl-item .el-form-item {
|
|
6394
6394
|
padding: 0 !important;
|
|
6395
6395
|
}
|
|
6396
|
-
[data-v-
|
|
6396
|
+
[data-v-43e473f4] .vgl-item .el-form-item .el-input__wrapper {
|
|
6397
6397
|
padding: 1px 4px;
|
|
6398
6398
|
}
|
|
6399
|
-
[data-v-
|
|
6399
|
+
[data-v-43e473f4] .vgl-item .el-form-item .el-select__wrapper {
|
|
6400
6400
|
padding: 8px 4px;
|
|
6401
6401
|
}
|
|
6402
|
-
.fec-el-form[data-v-
|
|
6402
|
+
.fec-el-form[data-v-43e473f4] {
|
|
6403
6403
|
padding: 6px !important;
|
|
6404
6404
|
}
|
|
6405
6405
|
}
|
|
6406
6406
|
/* 超小屏 <768px */
|
|
6407
6407
|
@media (max-width: 767px) {
|
|
6408
|
-
[data-v-
|
|
6408
|
+
[data-v-43e473f4] .vgl-item .el-form-item__label {
|
|
6409
6409
|
max-width: 80px !important;
|
|
6410
6410
|
padding-right: 4px !important;
|
|
6411
6411
|
}
|
|
6412
|
-
[data-v-
|
|
6412
|
+
[data-v-43e473f4] .vgl-item .el-form-item {
|
|
6413
6413
|
padding: 0 !important;
|
|
6414
6414
|
}
|
|
6415
|
-
[data-v-
|
|
6415
|
+
[data-v-43e473f4] .vgl-item .el-form-item .el-input__wrapper {
|
|
6416
6416
|
padding: 1px 2px;
|
|
6417
6417
|
}
|
|
6418
|
-
[data-v-
|
|
6418
|
+
[data-v-43e473f4] .vgl-item .el-form-item .el-select__wrapper {
|
|
6419
6419
|
padding: 8px 2px;
|
|
6420
6420
|
}
|
|
6421
|
-
.fec-el-form[data-v-
|
|
6421
|
+
.fec-el-form[data-v-43e473f4] {
|
|
6422
6422
|
padding: 6px !important;
|
|
6423
6423
|
}
|
|
6424
6424
|
}.table-pagination[data-v-142fdd35] {
|
|
@@ -6590,12 +6590,12 @@ body,
|
|
|
6590
6590
|
}
|
|
6591
6591
|
.filter-divider[data-v-ba2f1878] .el-icon {
|
|
6592
6592
|
transition: transform 0.3s ease;
|
|
6593
|
-
}.dynamic-mode-config .dynamic-row[data-v-
|
|
6593
|
+
}.dynamic-mode-config .dynamic-row[data-v-e84974e5] {
|
|
6594
6594
|
display: flex;
|
|
6595
6595
|
height: 54px;
|
|
6596
6596
|
align-items: center;
|
|
6597
6597
|
}
|
|
6598
|
-
.dynamic-mode-config .back-icon[data-v-
|
|
6598
|
+
.dynamic-mode-config .back-icon[data-v-e84974e5] {
|
|
6599
6599
|
display: flex;
|
|
6600
6600
|
align-items: center;
|
|
6601
6601
|
justify-content: center;
|
|
@@ -6608,11 +6608,11 @@ body,
|
|
|
6608
6608
|
margin-left: 4px;
|
|
6609
6609
|
margin-right: -6px;
|
|
6610
6610
|
}
|
|
6611
|
-
.dynamic-mode-config .back-icon .el-icon[data-v-
|
|
6611
|
+
.dynamic-mode-config .back-icon .el-icon[data-v-e84974e5] {
|
|
6612
6612
|
font-size: 16px;
|
|
6613
6613
|
font-weight: bold;
|
|
6614
6614
|
}
|
|
6615
|
-
.dynamic-mode-config .template-name[data-v-
|
|
6615
|
+
.dynamic-mode-config .template-name[data-v-e84974e5] {
|
|
6616
6616
|
font-size: 16px;
|
|
6617
6617
|
font-weight: 600;
|
|
6618
6618
|
color: #303133;
|
|
@@ -6625,7 +6625,7 @@ body,
|
|
|
6625
6625
|
display: flex;
|
|
6626
6626
|
align-items: center;
|
|
6627
6627
|
}
|
|
6628
|
-
.dynamic-mode-config .template-name-line[data-v-
|
|
6628
|
+
.dynamic-mode-config .template-name-line[data-v-e84974e5] {
|
|
6629
6629
|
height: 16px;
|
|
6630
6630
|
width: 4px;
|
|
6631
6631
|
background-color: var(--el-color-primary);
|
|
@@ -6634,42 +6634,42 @@ body,
|
|
|
6634
6634
|
margin-right: 12px;
|
|
6635
6635
|
margin-top: 2px;
|
|
6636
6636
|
}
|
|
6637
|
-
.dynamic-mode-config .tab-display-section[data-v-
|
|
6637
|
+
.dynamic-mode-config .tab-display-section[data-v-e84974e5] {
|
|
6638
6638
|
flex: 1;
|
|
6639
6639
|
min-width: 0;
|
|
6640
6640
|
}
|
|
6641
|
-
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-
|
|
6641
|
+
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-e84974e5] .el-tabs__header {
|
|
6642
6642
|
margin: 0;
|
|
6643
6643
|
}
|
|
6644
|
-
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-
|
|
6644
|
+
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-e84974e5] .el-tabs__nav-wrap::after {
|
|
6645
6645
|
height: 0;
|
|
6646
6646
|
}
|
|
6647
|
-
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-
|
|
6647
|
+
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-e84974e5] .el-tabs__item {
|
|
6648
6648
|
padding: 0 12px;
|
|
6649
6649
|
}
|
|
6650
|
-
.dynamic-mode-config .search-display-section[data-v-
|
|
6650
|
+
.dynamic-mode-config .search-display-section[data-v-e84974e5] {
|
|
6651
6651
|
flex-shrink: 0;
|
|
6652
6652
|
display: flex;
|
|
6653
6653
|
align-items: center;
|
|
6654
6654
|
gap: 12px;
|
|
6655
6655
|
margin-left: auto;
|
|
6656
6656
|
}
|
|
6657
|
-
.dynamic-mode-config .search-display-section .search-input-group .search-input[data-v-
|
|
6657
|
+
.dynamic-mode-config .search-display-section .search-input-group .search-input[data-v-e84974e5] {
|
|
6658
6658
|
/* width: 300px; */
|
|
6659
6659
|
}
|
|
6660
|
-
.dynamic-mode-config .search-display-section .search-input-group .search-input .search[data-v-
|
|
6660
|
+
.dynamic-mode-config .search-display-section .search-input-group .search-input .search[data-v-e84974e5]:hover {
|
|
6661
6661
|
color: var(--el-color-primary);
|
|
6662
6662
|
cursor: pointer;
|
|
6663
6663
|
}
|
|
6664
|
-
.dynamic-mode-config .search-display-section .optBtnDraggable[data-v-
|
|
6664
|
+
.dynamic-mode-config .search-display-section .optBtnDraggable[data-v-e84974e5] {
|
|
6665
6665
|
display: flex;
|
|
6666
6666
|
align-items: center;
|
|
6667
6667
|
gap: 8px;
|
|
6668
6668
|
}
|
|
6669
|
-
.dynamic-mode-config .search-display-section .optBtn[data-v-
|
|
6669
|
+
.dynamic-mode-config .search-display-section .optBtn[data-v-e84974e5] {
|
|
6670
6670
|
position: relative;
|
|
6671
6671
|
}
|
|
6672
|
-
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-
|
|
6672
|
+
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-e84974e5] {
|
|
6673
6673
|
position: absolute;
|
|
6674
6674
|
top: -10px;
|
|
6675
6675
|
right: -10px;
|
|
@@ -6686,31 +6686,31 @@ body,
|
|
|
6686
6686
|
font-size: 12px;
|
|
6687
6687
|
z-index: 1;
|
|
6688
6688
|
}
|
|
6689
|
-
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-
|
|
6689
|
+
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-e84974e5]:hover {
|
|
6690
6690
|
background-color: #f56c6c;
|
|
6691
6691
|
}
|
|
6692
|
-
.dynamic-mode-config .search-display-section .optBtn.is-hover .delete-icon[data-v-
|
|
6692
|
+
.dynamic-mode-config .search-display-section .optBtn.is-hover .delete-icon[data-v-e84974e5] {
|
|
6693
6693
|
display: flex;
|
|
6694
6694
|
}
|
|
6695
|
-
.dynamic-mode-config .search-display-section .optBtn .elBtn[data-v-
|
|
6695
|
+
.dynamic-mode-config .search-display-section .optBtn .elBtn[data-v-e84974e5] {
|
|
6696
6696
|
pointer-events: none;
|
|
6697
6697
|
}
|
|
6698
|
-
.dynamic-mode-config .search-display-section .addLink .el-icon[data-v-
|
|
6698
|
+
.dynamic-mode-config .search-display-section .addLink .el-icon[data-v-e84974e5] {
|
|
6699
6699
|
margin-right: 4px;
|
|
6700
6700
|
}
|
|
6701
|
-
.dynamic-mode-config .expand-filter-section[data-v-
|
|
6701
|
+
.dynamic-mode-config .expand-filter-section[data-v-e84974e5] {
|
|
6702
6702
|
padding-top: 4px;
|
|
6703
6703
|
border-top: 1px solid #ebeef5;
|
|
6704
6704
|
margin-top: 4px;
|
|
6705
6705
|
}
|
|
6706
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section[data-v-
|
|
6706
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section[data-v-e84974e5] {
|
|
6707
6707
|
width: 100%;
|
|
6708
6708
|
}
|
|
6709
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form .form-items-draggable[data-v-
|
|
6709
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form .form-items-draggable[data-v-e84974e5] {
|
|
6710
6710
|
display: flex;
|
|
6711
6711
|
flex-wrap: wrap;
|
|
6712
6712
|
}
|
|
6713
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6713
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-e84974e5] .el-form-item {
|
|
6714
6714
|
padding: 2px;
|
|
6715
6715
|
border: 2px solid transparent;
|
|
6716
6716
|
border-radius: 2px;
|
|
@@ -6719,20 +6719,20 @@ body,
|
|
|
6719
6719
|
cursor: move;
|
|
6720
6720
|
margin-bottom: 4px;
|
|
6721
6721
|
}
|
|
6722
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6722
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-e84974e5] .el-form-item .el-form-item__label-wrap {
|
|
6723
6723
|
margin: 0 0 0 8px !important;
|
|
6724
6724
|
}
|
|
6725
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6725
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-e84974e5] .el-form-item .el-form-item__content {
|
|
6726
6726
|
min-width: 150px;
|
|
6727
6727
|
}
|
|
6728
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6728
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-e84974e5] .el-form-item .form-item-label {
|
|
6729
6729
|
display: flex;
|
|
6730
6730
|
align-items: center;
|
|
6731
6731
|
}
|
|
6732
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6732
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-e84974e5] .el-form-item .el-input {
|
|
6733
6733
|
width: 150px;
|
|
6734
6734
|
}
|
|
6735
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6735
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-e84974e5] .el-form-item .delete-icon {
|
|
6736
6736
|
position: absolute;
|
|
6737
6737
|
top: -10px;
|
|
6738
6738
|
right: -10px;
|
|
@@ -6749,19 +6749,19 @@ body,
|
|
|
6749
6749
|
font-size: 12px;
|
|
6750
6750
|
z-index: 1;
|
|
6751
6751
|
}
|
|
6752
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6752
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-e84974e5] .el-form-item .delete-icon:hover {
|
|
6753
6753
|
background-color: #f56c6c;
|
|
6754
6754
|
}
|
|
6755
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6755
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-e84974e5] .el-form-item.is-hover {
|
|
6756
6756
|
border: 2px dashed #7b99cb !important;
|
|
6757
6757
|
}
|
|
6758
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6758
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-e84974e5] .el-form-item.is-hover .delete-icon {
|
|
6759
6759
|
display: flex;
|
|
6760
6760
|
}
|
|
6761
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6761
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-e84974e5] .el-form-item.is-select {
|
|
6762
6762
|
border: 2px dashed #efa53a !important;
|
|
6763
6763
|
}
|
|
6764
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6764
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-e84974e5] .el-form-item__label {
|
|
6765
6765
|
font-size: 13px;
|
|
6766
6766
|
color: #606266;
|
|
6767
6767
|
pointer-events: none;
|
|
@@ -6771,12 +6771,17 @@ body,
|
|
|
6771
6771
|
align-items: center;
|
|
6772
6772
|
pointer-events: none;
|
|
6773
6773
|
}
|
|
6774
|
-
[data-v-
|
|
6774
|
+
[data-v-e84974e5] .el-checkbox-group {
|
|
6775
6775
|
display: flex;
|
|
6776
6776
|
gap: 12px;
|
|
6777
6777
|
}
|
|
6778
|
-
[data-v-
|
|
6778
|
+
[data-v-e84974e5] .el-checkbox-group .el-checkbox-button__inner {
|
|
6779
6779
|
border-radius: 4px;
|
|
6780
|
+
}
|
|
6781
|
+
[data-v-e84974e5] .el-input__inner::placeholder {
|
|
6782
|
+
white-space: nowrap;
|
|
6783
|
+
overflow: hidden;
|
|
6784
|
+
text-overflow: ellipsis;
|
|
6780
6785
|
}.fec-table[data-v-2a67aa02] {
|
|
6781
6786
|
height: 100%;
|
|
6782
6787
|
flex-grow: 1;
|
|
@@ -21,7 +21,7 @@ const _sfc_main = {
|
|
|
21
21
|
const props = __props;
|
|
22
22
|
const ideaRef = ref(null);
|
|
23
23
|
const isExpanded = ref(false);
|
|
24
|
-
const isOverflow = ref(
|
|
24
|
+
const isOverflow = ref(true);
|
|
25
25
|
const checkOverflow = () => {
|
|
26
26
|
if (!ideaRef.value) return;
|
|
27
27
|
nextTick(() => {
|
|
@@ -58,7 +58,7 @@ const _sfc_main = {
|
|
|
58
58
|
};
|
|
59
59
|
}
|
|
60
60
|
};
|
|
61
|
-
const ApproveIdea = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
61
|
+
const ApproveIdea = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-95cdb22f"]]);
|
|
62
62
|
export {
|
|
63
63
|
ApproveIdea as default
|
|
64
64
|
};
|
|
@@ -716,6 +716,9 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
716
716
|
if (fieldType === "cascader" || fieldType === "area" || fieldType === "industry") {
|
|
717
717
|
splitStr = ",";
|
|
718
718
|
}
|
|
719
|
+
if (!value) {
|
|
720
|
+
value = [];
|
|
721
|
+
}
|
|
719
722
|
if (Array.isArray(value)) {
|
|
720
723
|
result[fieldName] = value.join(splitStr);
|
|
721
724
|
}
|
|
@@ -738,6 +741,9 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
738
741
|
break;
|
|
739
742
|
}
|
|
740
743
|
}
|
|
744
|
+
if (!result[fieldName]) {
|
|
745
|
+
result[fieldName] = "";
|
|
746
|
+
}
|
|
741
747
|
};
|
|
742
748
|
if (fieldsData.value) {
|
|
743
749
|
fieldsData.value.forEach((component) => {
|
|
@@ -920,6 +926,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
920
926
|
layoutFieldItem.component.optionConfig.options = oriOptions.filter(
|
|
921
927
|
(item2) => optionsOpt.includes(item2.value)
|
|
922
928
|
);
|
|
929
|
+
formData.value[layoutFieldItem.component.fieldName] = "";
|
|
923
930
|
}
|
|
924
931
|
});
|
|
925
932
|
}
|
|
@@ -1267,7 +1274,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
1267
1274
|
};
|
|
1268
1275
|
}
|
|
1269
1276
|
});
|
|
1270
|
-
const _Form = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
1277
|
+
const _Form = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-43e473f4"]]);
|
|
1271
1278
|
export {
|
|
1272
1279
|
_Form as default
|
|
1273
1280
|
};
|
|
@@ -494,7 +494,7 @@ const _sfc_main = {
|
|
|
494
494
|
};
|
|
495
495
|
}
|
|
496
496
|
};
|
|
497
|
-
const DynamicQuery = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
497
|
+
const DynamicQuery = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-e84974e5"]]);
|
|
498
498
|
export {
|
|
499
499
|
DynamicQuery as default
|
|
500
500
|
};
|
package/lib/designer.css
CHANGED
|
@@ -5561,7 +5561,7 @@ body,
|
|
|
5561
5561
|
display: flex;
|
|
5562
5562
|
margin-top: 2px;
|
|
5563
5563
|
justify-content: space-between;
|
|
5564
|
-
}.el-timeline{--el-timeline-node-size-normal:12px;--el-timeline-node-size-large:14px;--el-timeline-node-color:var(--el-border-color-light);font-size:var(--el-font-size-base);margin:0;list-style:none}.el-timeline .el-timeline-item:last-child .el-timeline-item__tail{display:none}.el-timeline .el-timeline-item__center{align-items:center;display:flex}.el-timeline .el-timeline-item__center .el-timeline-item__wrapper{width:100%}.el-timeline .el-timeline-item__center .el-timeline-item__tail{top:0}.el-timeline .el-timeline-item__center:first-child .el-timeline-item__tail{height:calc(50% + 10px);top:calc(50% - 10px)}.el-timeline .el-timeline-item__center:last-child .el-timeline-item__tail{height:calc(50% - 10px);display:block}.el-timeline.is-start{padding-left:40px;padding-right:0}.el-timeline.is-end{padding-left:0;padding-right:40px}.el-timeline.is-alternate{padding-left:20px;padding-right:20px}.el-timeline.is-alternate .el-timeline-item:nth-child(odd) .el-timeline-item__wrapper{width:calc(50% - 28px);left:calc(50% - var(--el-timeline-node-size-large) / 2);padding-left:28px}.el-timeline.is-alternate .el-timeline-item:nth-child(2n) .el-timeline-item__wrapper{width:calc(50% - 28px + var(--el-timeline-node-size-large) / 2);text-align:right;padding-right:28px}.el-timeline.is-alternate-reverse{padding-left:20px;padding-right:20px}.el-timeline.is-alternate-reverse .el-timeline-item:nth-child(odd) .el-timeline-item__wrapper{width:calc(50% - 28px + var(--el-timeline-node-size-large) / 2);text-align:right;padding-right:28px}.el-timeline.is-alternate-reverse .el-timeline-item:nth-child(2n) .el-timeline-item__wrapper{width:calc(50% - 28px);left:calc(50% - var(--el-timeline-node-size-large) / 2);padding-left:28px}.el-timeline-item{padding-bottom:20px;position:relative}.el-timeline-item__wrapper{box-sizing:content-box;position:relative;top:-3px}.el-timeline-item__tail{border-left:2px solid var(--el-timeline-node-color);height:100%;position:absolute}.el-timeline-item .el-timeline-item__icon{color:var(--el-color-white);font-size:var(--el-font-size-small)}.el-timeline-item__node{background-color:var(--el-timeline-node-color);border-color:var(--el-timeline-node-color);box-sizing:border-box;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute}.el-timeline-item__node--normal{width:var(--el-timeline-node-size-normal);height:var(--el-timeline-node-size-normal)}.el-timeline-item__node--large{width:var(--el-timeline-node-size-large);height:var(--el-timeline-node-size-large)}.el-timeline-item__node.is-hollow{background:var(--el-color-white);border-style:solid;border-width:2px}.el-timeline-item__node--primary{background-color:var(--el-color-primary);border-color:var(--el-color-primary)}.el-timeline-item__node--success{background-color:var(--el-color-success);border-color:var(--el-color-success)}.el-timeline-item__node--warning{background-color:var(--el-color-warning);border-color:var(--el-color-warning)}.el-timeline-item__node--danger{background-color:var(--el-color-danger);border-color:var(--el-color-danger)}.el-timeline-item__node--info{background-color:var(--el-color-info);border-color:var(--el-color-info)}.el-timeline-item__dot{justify-content:center;align-items:center;display:flex;position:absolute}.el-timeline-item__content{color:var(--el-text-color-primary)}.el-timeline-item__timestamp{color:var(--el-text-color-secondary);line-height:1;font-size:var(--el-font-size-small)}.el-timeline-item__timestamp.is-top{margin-bottom:8px;padding-top:4px}.el-timeline-item__timestamp.is-bottom{margin-top:8px}.el-timeline-item.is-start .el-timeline-item__wrapper{padding-left:28px}.el-timeline-item.is-start .el-timeline-item__tail{left:4px}.el-timeline-item.is-start .el-timeline-item__node--normal{left:-1px}.el-timeline-item.is-start .el-timeline-item__node--large{left:-2px}.el-timeline-item.is-end .el-timeline-item__wrapper{text-align:right;padding-right:28px}.el-timeline-item.is-end .el-timeline-item__tail{right:4px}.el-timeline-item.is-end .el-timeline-item__node--normal{right:-1px}.el-timeline-item.is-end .el-timeline-item__node--large{right:-2px}.el-timeline-item.is-alternate .el-timeline-item__tail,.el-timeline-item.is-alternate .el-timeline-item__node,.el-timeline-item.is-alternate-reverse .el-timeline-item__tail,.el-timeline-item.is-alternate-reverse .el-timeline-item__node{left:50%;transform:translate(-50%)}.app-content .approveIdea[data-v-
|
|
5564
|
+
}.el-timeline{--el-timeline-node-size-normal:12px;--el-timeline-node-size-large:14px;--el-timeline-node-color:var(--el-border-color-light);font-size:var(--el-font-size-base);margin:0;list-style:none}.el-timeline .el-timeline-item:last-child .el-timeline-item__tail{display:none}.el-timeline .el-timeline-item__center{align-items:center;display:flex}.el-timeline .el-timeline-item__center .el-timeline-item__wrapper{width:100%}.el-timeline .el-timeline-item__center .el-timeline-item__tail{top:0}.el-timeline .el-timeline-item__center:first-child .el-timeline-item__tail{height:calc(50% + 10px);top:calc(50% - 10px)}.el-timeline .el-timeline-item__center:last-child .el-timeline-item__tail{height:calc(50% - 10px);display:block}.el-timeline.is-start{padding-left:40px;padding-right:0}.el-timeline.is-end{padding-left:0;padding-right:40px}.el-timeline.is-alternate{padding-left:20px;padding-right:20px}.el-timeline.is-alternate .el-timeline-item:nth-child(odd) .el-timeline-item__wrapper{width:calc(50% - 28px);left:calc(50% - var(--el-timeline-node-size-large) / 2);padding-left:28px}.el-timeline.is-alternate .el-timeline-item:nth-child(2n) .el-timeline-item__wrapper{width:calc(50% - 28px + var(--el-timeline-node-size-large) / 2);text-align:right;padding-right:28px}.el-timeline.is-alternate-reverse{padding-left:20px;padding-right:20px}.el-timeline.is-alternate-reverse .el-timeline-item:nth-child(odd) .el-timeline-item__wrapper{width:calc(50% - 28px + var(--el-timeline-node-size-large) / 2);text-align:right;padding-right:28px}.el-timeline.is-alternate-reverse .el-timeline-item:nth-child(2n) .el-timeline-item__wrapper{width:calc(50% - 28px);left:calc(50% - var(--el-timeline-node-size-large) / 2);padding-left:28px}.el-timeline-item{padding-bottom:20px;position:relative}.el-timeline-item__wrapper{box-sizing:content-box;position:relative;top:-3px}.el-timeline-item__tail{border-left:2px solid var(--el-timeline-node-color);height:100%;position:absolute}.el-timeline-item .el-timeline-item__icon{color:var(--el-color-white);font-size:var(--el-font-size-small)}.el-timeline-item__node{background-color:var(--el-timeline-node-color);border-color:var(--el-timeline-node-color);box-sizing:border-box;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute}.el-timeline-item__node--normal{width:var(--el-timeline-node-size-normal);height:var(--el-timeline-node-size-normal)}.el-timeline-item__node--large{width:var(--el-timeline-node-size-large);height:var(--el-timeline-node-size-large)}.el-timeline-item__node.is-hollow{background:var(--el-color-white);border-style:solid;border-width:2px}.el-timeline-item__node--primary{background-color:var(--el-color-primary);border-color:var(--el-color-primary)}.el-timeline-item__node--success{background-color:var(--el-color-success);border-color:var(--el-color-success)}.el-timeline-item__node--warning{background-color:var(--el-color-warning);border-color:var(--el-color-warning)}.el-timeline-item__node--danger{background-color:var(--el-color-danger);border-color:var(--el-color-danger)}.el-timeline-item__node--info{background-color:var(--el-color-info);border-color:var(--el-color-info)}.el-timeline-item__dot{justify-content:center;align-items:center;display:flex;position:absolute}.el-timeline-item__content{color:var(--el-text-color-primary)}.el-timeline-item__timestamp{color:var(--el-text-color-secondary);line-height:1;font-size:var(--el-font-size-small)}.el-timeline-item__timestamp.is-top{margin-bottom:8px;padding-top:4px}.el-timeline-item__timestamp.is-bottom{margin-top:8px}.el-timeline-item.is-start .el-timeline-item__wrapper{padding-left:28px}.el-timeline-item.is-start .el-timeline-item__tail{left:4px}.el-timeline-item.is-start .el-timeline-item__node--normal{left:-1px}.el-timeline-item.is-start .el-timeline-item__node--large{left:-2px}.el-timeline-item.is-end .el-timeline-item__wrapper{text-align:right;padding-right:28px}.el-timeline-item.is-end .el-timeline-item__tail{right:4px}.el-timeline-item.is-end .el-timeline-item__node--normal{right:-1px}.el-timeline-item.is-end .el-timeline-item__node--large{right:-2px}.el-timeline-item.is-alternate .el-timeline-item__tail,.el-timeline-item.is-alternate .el-timeline-item__node,.el-timeline-item.is-alternate-reverse .el-timeline-item__tail,.el-timeline-item.is-alternate-reverse .el-timeline-item__node{left:50%;transform:translate(-50%)}.app-content .approveIdea[data-v-95cdb22f] {
|
|
5565
5565
|
min-height: 30px;
|
|
5566
5566
|
background: linear-gradient(to bottom, transparent 29px, #dedede 1px);
|
|
5567
5567
|
background-size: 100% 30px;
|
|
@@ -5577,7 +5577,7 @@ body,
|
|
|
5577
5577
|
max-height: 90px;
|
|
5578
5578
|
position: relative;
|
|
5579
5579
|
}
|
|
5580
|
-
.app-content .approveIdea[data-v-
|
|
5580
|
+
.app-content .approveIdea[data-v-95cdb22f]:not(.is-expanded)::after {
|
|
5581
5581
|
content: "";
|
|
5582
5582
|
position: absolute;
|
|
5583
5583
|
bottom: 0;
|
|
@@ -5587,16 +5587,16 @@ body,
|
|
|
5587
5587
|
background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.9));
|
|
5588
5588
|
pointer-events: none;
|
|
5589
5589
|
}
|
|
5590
|
-
.app-content .approveIdea.is-expanded[data-v-
|
|
5590
|
+
.app-content .approveIdea.is-expanded[data-v-95cdb22f] {
|
|
5591
5591
|
display: block;
|
|
5592
5592
|
max-height: none;
|
|
5593
5593
|
-webkit-line-clamp: unset;
|
|
5594
5594
|
overflow: visible;
|
|
5595
5595
|
}
|
|
5596
|
-
.app-content .approveIdea.is-expanded[data-v-
|
|
5596
|
+
.app-content .approveIdea.is-expanded[data-v-95cdb22f]::after {
|
|
5597
5597
|
display: none;
|
|
5598
5598
|
}
|
|
5599
|
-
.app-content .approve-toggle[data-v-
|
|
5599
|
+
.app-content .approve-toggle[data-v-95cdb22f] {
|
|
5600
5600
|
color: var(--el-color-primary);
|
|
5601
5601
|
font-size: 12px;
|
|
5602
5602
|
cursor: pointer;
|
|
@@ -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-43e473f4] {
|
|
6276
6276
|
height: 100%;
|
|
6277
6277
|
}
|
|
6278
|
-
.fec-form.inMinApp[data-v-
|
|
6278
|
+
.fec-form.inMinApp[data-v-43e473f4] {
|
|
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-43e473f4] {
|
|
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-43e473f4] .vgl-layout {
|
|
6293
6293
|
position: relative;
|
|
6294
6294
|
}
|
|
6295
|
-
[data-v-
|
|
6295
|
+
[data-v-43e473f4] .vgl-item {
|
|
6296
6296
|
transition: none;
|
|
6297
6297
|
}
|
|
6298
|
-
[data-v-
|
|
6298
|
+
[data-v-43e473f4] .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-43e473f4] .vgl-item > .el-form-item.el-form-item--label-top {
|
|
6305
6305
|
flex-direction: column;
|
|
6306
6306
|
}
|
|
6307
|
-
[data-v-
|
|
6307
|
+
[data-v-43e473f4] .vgl-item > .el-form-item .el-form-item__label {
|
|
6308
6308
|
line-height: 20px;
|
|
6309
6309
|
display: inline-flex;
|
|
6310
6310
|
align-items: center;
|
|
@@ -6318,107 +6318,107 @@ body,
|
|
|
6318
6318
|
flex-shrink: 0;
|
|
6319
6319
|
min-height: 45px;
|
|
6320
6320
|
}
|
|
6321
|
-
[data-v-
|
|
6321
|
+
[data-v-43e473f4] .vgl-item > .el-form-item {
|
|
6322
6322
|
/* .el-form-item__error {
|
|
6323
6323
|
padding-top: 10px;
|
|
6324
6324
|
} */
|
|
6325
6325
|
}
|
|
6326
|
-
[data-v-
|
|
6326
|
+
[data-v-43e473f4] .vgl-item > .el-form-item .el-input__wrapper {
|
|
6327
6327
|
padding: 1px 12px;
|
|
6328
6328
|
}
|
|
6329
|
-
[data-v-
|
|
6329
|
+
[data-v-43e473f4] .vgl-item > .el-container {
|
|
6330
6330
|
height: auto !important;
|
|
6331
6331
|
}
|
|
6332
6332
|
@media (min-width: 1720px) {
|
|
6333
|
-
[data-v-
|
|
6333
|
+
[data-v-43e473f4] .vgl-item .el-form-item__label {
|
|
6334
6334
|
max-width: 160px !important;
|
|
6335
6335
|
}
|
|
6336
|
-
[data-v-
|
|
6336
|
+
[data-v-43e473f4] .vgl-item .el-form-item {
|
|
6337
6337
|
padding: 6px 8px 0 8px !important;
|
|
6338
6338
|
}
|
|
6339
|
-
[data-v-
|
|
6339
|
+
[data-v-43e473f4] .vgl-item .el-form-item .el-input__wrapper {
|
|
6340
6340
|
padding: 1px 12px;
|
|
6341
6341
|
}
|
|
6342
|
-
[data-v-
|
|
6342
|
+
[data-v-43e473f4] .vgl-item .el-form-item .el-select__wrapper {
|
|
6343
6343
|
padding: 8px 12px;
|
|
6344
6344
|
}
|
|
6345
|
-
.fec-el-form[data-v-
|
|
6345
|
+
.fec-el-form[data-v-43e473f4] {
|
|
6346
6346
|
padding: 12px !important;
|
|
6347
6347
|
}
|
|
6348
6348
|
}
|
|
6349
6349
|
/* 标准 PC(1200px ~ 1439px)*/
|
|
6350
6350
|
@media (min-width: 1366px) and (max-width: 1719px) {
|
|
6351
|
-
[data-v-
|
|
6351
|
+
[data-v-43e473f4] .vgl-item .el-form-item__label {
|
|
6352
6352
|
max-width: 130px !important;
|
|
6353
6353
|
padding-right: 6px !important;
|
|
6354
6354
|
}
|
|
6355
|
-
[data-v-
|
|
6355
|
+
[data-v-43e473f4] .vgl-item .el-form-item {
|
|
6356
6356
|
padding: 6px 0 0 0 !important;
|
|
6357
6357
|
}
|
|
6358
|
-
[data-v-
|
|
6358
|
+
[data-v-43e473f4] .vgl-item .el-form-item .el-input__wrapper {
|
|
6359
6359
|
padding: 1px 8px;
|
|
6360
6360
|
}
|
|
6361
|
-
[data-v-
|
|
6361
|
+
[data-v-43e473f4] .vgl-item .el-form-item .el-select__wrapper {
|
|
6362
6362
|
padding: 8px 8px;
|
|
6363
6363
|
}
|
|
6364
|
-
.fec-el-form[data-v-
|
|
6364
|
+
.fec-el-form[data-v-43e473f4] {
|
|
6365
6365
|
padding: 8px !important;
|
|
6366
6366
|
}
|
|
6367
6367
|
}
|
|
6368
6368
|
/* 2. 标准 PC 992px ~ 1199px */
|
|
6369
6369
|
@media (min-width: 992px) and (max-width: 1365px) {
|
|
6370
|
-
[data-v-
|
|
6370
|
+
[data-v-43e473f4] .vgl-item .el-form-item__label {
|
|
6371
6371
|
max-width: 125px !important;
|
|
6372
6372
|
padding-right: 4px !important;
|
|
6373
6373
|
}
|
|
6374
|
-
[data-v-
|
|
6374
|
+
[data-v-43e473f4] .vgl-item .el-form-item {
|
|
6375
6375
|
padding: 0 !important;
|
|
6376
6376
|
}
|
|
6377
|
-
[data-v-
|
|
6377
|
+
[data-v-43e473f4] .vgl-item .el-form-item .el-input__wrapper {
|
|
6378
6378
|
padding: 1px 6px;
|
|
6379
6379
|
}
|
|
6380
|
-
[data-v-
|
|
6380
|
+
[data-v-43e473f4] .vgl-item .el-form-item .el-select__wrapper {
|
|
6381
6381
|
padding: 8px 6px;
|
|
6382
6382
|
}
|
|
6383
|
-
.fec-el-form[data-v-
|
|
6383
|
+
.fec-el-form[data-v-43e473f4] {
|
|
6384
6384
|
padding: 6px !important;
|
|
6385
6385
|
}
|
|
6386
6386
|
}
|
|
6387
6387
|
/* 3. 小屏 PC / 窄窗口 <992px(最小到768px)*/
|
|
6388
6388
|
@media (max-width: 991px) and (min-width: 768px) {
|
|
6389
|
-
[data-v-
|
|
6389
|
+
[data-v-43e473f4] .vgl-item .el-form-item__label {
|
|
6390
6390
|
max-width: 100px !important;
|
|
6391
6391
|
padding-right: 4px !important;
|
|
6392
6392
|
}
|
|
6393
|
-
[data-v-
|
|
6393
|
+
[data-v-43e473f4] .vgl-item .el-form-item {
|
|
6394
6394
|
padding: 0 !important;
|
|
6395
6395
|
}
|
|
6396
|
-
[data-v-
|
|
6396
|
+
[data-v-43e473f4] .vgl-item .el-form-item .el-input__wrapper {
|
|
6397
6397
|
padding: 1px 4px;
|
|
6398
6398
|
}
|
|
6399
|
-
[data-v-
|
|
6399
|
+
[data-v-43e473f4] .vgl-item .el-form-item .el-select__wrapper {
|
|
6400
6400
|
padding: 8px 4px;
|
|
6401
6401
|
}
|
|
6402
|
-
.fec-el-form[data-v-
|
|
6402
|
+
.fec-el-form[data-v-43e473f4] {
|
|
6403
6403
|
padding: 6px !important;
|
|
6404
6404
|
}
|
|
6405
6405
|
}
|
|
6406
6406
|
/* 超小屏 <768px */
|
|
6407
6407
|
@media (max-width: 767px) {
|
|
6408
|
-
[data-v-
|
|
6408
|
+
[data-v-43e473f4] .vgl-item .el-form-item__label {
|
|
6409
6409
|
max-width: 80px !important;
|
|
6410
6410
|
padding-right: 4px !important;
|
|
6411
6411
|
}
|
|
6412
|
-
[data-v-
|
|
6412
|
+
[data-v-43e473f4] .vgl-item .el-form-item {
|
|
6413
6413
|
padding: 0 !important;
|
|
6414
6414
|
}
|
|
6415
|
-
[data-v-
|
|
6415
|
+
[data-v-43e473f4] .vgl-item .el-form-item .el-input__wrapper {
|
|
6416
6416
|
padding: 1px 2px;
|
|
6417
6417
|
}
|
|
6418
|
-
[data-v-
|
|
6418
|
+
[data-v-43e473f4] .vgl-item .el-form-item .el-select__wrapper {
|
|
6419
6419
|
padding: 8px 2px;
|
|
6420
6420
|
}
|
|
6421
|
-
.fec-el-form[data-v-
|
|
6421
|
+
.fec-el-form[data-v-43e473f4] {
|
|
6422
6422
|
padding: 6px !important;
|
|
6423
6423
|
}
|
|
6424
6424
|
}.table-pagination[data-v-142fdd35] {
|
|
@@ -6590,12 +6590,12 @@ body,
|
|
|
6590
6590
|
}
|
|
6591
6591
|
.filter-divider[data-v-ba2f1878] .el-icon {
|
|
6592
6592
|
transition: transform 0.3s ease;
|
|
6593
|
-
}.dynamic-mode-config .dynamic-row[data-v-
|
|
6593
|
+
}.dynamic-mode-config .dynamic-row[data-v-e84974e5] {
|
|
6594
6594
|
display: flex;
|
|
6595
6595
|
height: 54px;
|
|
6596
6596
|
align-items: center;
|
|
6597
6597
|
}
|
|
6598
|
-
.dynamic-mode-config .back-icon[data-v-
|
|
6598
|
+
.dynamic-mode-config .back-icon[data-v-e84974e5] {
|
|
6599
6599
|
display: flex;
|
|
6600
6600
|
align-items: center;
|
|
6601
6601
|
justify-content: center;
|
|
@@ -6608,11 +6608,11 @@ body,
|
|
|
6608
6608
|
margin-left: 4px;
|
|
6609
6609
|
margin-right: -6px;
|
|
6610
6610
|
}
|
|
6611
|
-
.dynamic-mode-config .back-icon .el-icon[data-v-
|
|
6611
|
+
.dynamic-mode-config .back-icon .el-icon[data-v-e84974e5] {
|
|
6612
6612
|
font-size: 16px;
|
|
6613
6613
|
font-weight: bold;
|
|
6614
6614
|
}
|
|
6615
|
-
.dynamic-mode-config .template-name[data-v-
|
|
6615
|
+
.dynamic-mode-config .template-name[data-v-e84974e5] {
|
|
6616
6616
|
font-size: 16px;
|
|
6617
6617
|
font-weight: 600;
|
|
6618
6618
|
color: #303133;
|
|
@@ -6625,7 +6625,7 @@ body,
|
|
|
6625
6625
|
display: flex;
|
|
6626
6626
|
align-items: center;
|
|
6627
6627
|
}
|
|
6628
|
-
.dynamic-mode-config .template-name-line[data-v-
|
|
6628
|
+
.dynamic-mode-config .template-name-line[data-v-e84974e5] {
|
|
6629
6629
|
height: 16px;
|
|
6630
6630
|
width: 4px;
|
|
6631
6631
|
background-color: var(--el-color-primary);
|
|
@@ -6634,42 +6634,42 @@ body,
|
|
|
6634
6634
|
margin-right: 12px;
|
|
6635
6635
|
margin-top: 2px;
|
|
6636
6636
|
}
|
|
6637
|
-
.dynamic-mode-config .tab-display-section[data-v-
|
|
6637
|
+
.dynamic-mode-config .tab-display-section[data-v-e84974e5] {
|
|
6638
6638
|
flex: 1;
|
|
6639
6639
|
min-width: 0;
|
|
6640
6640
|
}
|
|
6641
|
-
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-
|
|
6641
|
+
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-e84974e5] .el-tabs__header {
|
|
6642
6642
|
margin: 0;
|
|
6643
6643
|
}
|
|
6644
|
-
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-
|
|
6644
|
+
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-e84974e5] .el-tabs__nav-wrap::after {
|
|
6645
6645
|
height: 0;
|
|
6646
6646
|
}
|
|
6647
|
-
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-
|
|
6647
|
+
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-e84974e5] .el-tabs__item {
|
|
6648
6648
|
padding: 0 12px;
|
|
6649
6649
|
}
|
|
6650
|
-
.dynamic-mode-config .search-display-section[data-v-
|
|
6650
|
+
.dynamic-mode-config .search-display-section[data-v-e84974e5] {
|
|
6651
6651
|
flex-shrink: 0;
|
|
6652
6652
|
display: flex;
|
|
6653
6653
|
align-items: center;
|
|
6654
6654
|
gap: 12px;
|
|
6655
6655
|
margin-left: auto;
|
|
6656
6656
|
}
|
|
6657
|
-
.dynamic-mode-config .search-display-section .search-input-group .search-input[data-v-
|
|
6657
|
+
.dynamic-mode-config .search-display-section .search-input-group .search-input[data-v-e84974e5] {
|
|
6658
6658
|
/* width: 300px; */
|
|
6659
6659
|
}
|
|
6660
|
-
.dynamic-mode-config .search-display-section .search-input-group .search-input .search[data-v-
|
|
6660
|
+
.dynamic-mode-config .search-display-section .search-input-group .search-input .search[data-v-e84974e5]:hover {
|
|
6661
6661
|
color: var(--el-color-primary);
|
|
6662
6662
|
cursor: pointer;
|
|
6663
6663
|
}
|
|
6664
|
-
.dynamic-mode-config .search-display-section .optBtnDraggable[data-v-
|
|
6664
|
+
.dynamic-mode-config .search-display-section .optBtnDraggable[data-v-e84974e5] {
|
|
6665
6665
|
display: flex;
|
|
6666
6666
|
align-items: center;
|
|
6667
6667
|
gap: 8px;
|
|
6668
6668
|
}
|
|
6669
|
-
.dynamic-mode-config .search-display-section .optBtn[data-v-
|
|
6669
|
+
.dynamic-mode-config .search-display-section .optBtn[data-v-e84974e5] {
|
|
6670
6670
|
position: relative;
|
|
6671
6671
|
}
|
|
6672
|
-
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-
|
|
6672
|
+
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-e84974e5] {
|
|
6673
6673
|
position: absolute;
|
|
6674
6674
|
top: -10px;
|
|
6675
6675
|
right: -10px;
|
|
@@ -6686,31 +6686,31 @@ body,
|
|
|
6686
6686
|
font-size: 12px;
|
|
6687
6687
|
z-index: 1;
|
|
6688
6688
|
}
|
|
6689
|
-
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-
|
|
6689
|
+
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-e84974e5]:hover {
|
|
6690
6690
|
background-color: #f56c6c;
|
|
6691
6691
|
}
|
|
6692
|
-
.dynamic-mode-config .search-display-section .optBtn.is-hover .delete-icon[data-v-
|
|
6692
|
+
.dynamic-mode-config .search-display-section .optBtn.is-hover .delete-icon[data-v-e84974e5] {
|
|
6693
6693
|
display: flex;
|
|
6694
6694
|
}
|
|
6695
|
-
.dynamic-mode-config .search-display-section .optBtn .elBtn[data-v-
|
|
6695
|
+
.dynamic-mode-config .search-display-section .optBtn .elBtn[data-v-e84974e5] {
|
|
6696
6696
|
pointer-events: none;
|
|
6697
6697
|
}
|
|
6698
|
-
.dynamic-mode-config .search-display-section .addLink .el-icon[data-v-
|
|
6698
|
+
.dynamic-mode-config .search-display-section .addLink .el-icon[data-v-e84974e5] {
|
|
6699
6699
|
margin-right: 4px;
|
|
6700
6700
|
}
|
|
6701
|
-
.dynamic-mode-config .expand-filter-section[data-v-
|
|
6701
|
+
.dynamic-mode-config .expand-filter-section[data-v-e84974e5] {
|
|
6702
6702
|
padding-top: 4px;
|
|
6703
6703
|
border-top: 1px solid #ebeef5;
|
|
6704
6704
|
margin-top: 4px;
|
|
6705
6705
|
}
|
|
6706
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section[data-v-
|
|
6706
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section[data-v-e84974e5] {
|
|
6707
6707
|
width: 100%;
|
|
6708
6708
|
}
|
|
6709
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form .form-items-draggable[data-v-
|
|
6709
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form .form-items-draggable[data-v-e84974e5] {
|
|
6710
6710
|
display: flex;
|
|
6711
6711
|
flex-wrap: wrap;
|
|
6712
6712
|
}
|
|
6713
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6713
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-e84974e5] .el-form-item {
|
|
6714
6714
|
padding: 2px;
|
|
6715
6715
|
border: 2px solid transparent;
|
|
6716
6716
|
border-radius: 2px;
|
|
@@ -6719,20 +6719,20 @@ body,
|
|
|
6719
6719
|
cursor: move;
|
|
6720
6720
|
margin-bottom: 4px;
|
|
6721
6721
|
}
|
|
6722
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6722
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-e84974e5] .el-form-item .el-form-item__label-wrap {
|
|
6723
6723
|
margin: 0 0 0 8px !important;
|
|
6724
6724
|
}
|
|
6725
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6725
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-e84974e5] .el-form-item .el-form-item__content {
|
|
6726
6726
|
min-width: 150px;
|
|
6727
6727
|
}
|
|
6728
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6728
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-e84974e5] .el-form-item .form-item-label {
|
|
6729
6729
|
display: flex;
|
|
6730
6730
|
align-items: center;
|
|
6731
6731
|
}
|
|
6732
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6732
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-e84974e5] .el-form-item .el-input {
|
|
6733
6733
|
width: 150px;
|
|
6734
6734
|
}
|
|
6735
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6735
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-e84974e5] .el-form-item .delete-icon {
|
|
6736
6736
|
position: absolute;
|
|
6737
6737
|
top: -10px;
|
|
6738
6738
|
right: -10px;
|
|
@@ -6749,19 +6749,19 @@ body,
|
|
|
6749
6749
|
font-size: 12px;
|
|
6750
6750
|
z-index: 1;
|
|
6751
6751
|
}
|
|
6752
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6752
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-e84974e5] .el-form-item .delete-icon:hover {
|
|
6753
6753
|
background-color: #f56c6c;
|
|
6754
6754
|
}
|
|
6755
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6755
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-e84974e5] .el-form-item.is-hover {
|
|
6756
6756
|
border: 2px dashed #7b99cb !important;
|
|
6757
6757
|
}
|
|
6758
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6758
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-e84974e5] .el-form-item.is-hover .delete-icon {
|
|
6759
6759
|
display: flex;
|
|
6760
6760
|
}
|
|
6761
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6761
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-e84974e5] .el-form-item.is-select {
|
|
6762
6762
|
border: 2px dashed #efa53a !important;
|
|
6763
6763
|
}
|
|
6764
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6764
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-e84974e5] .el-form-item__label {
|
|
6765
6765
|
font-size: 13px;
|
|
6766
6766
|
color: #606266;
|
|
6767
6767
|
pointer-events: none;
|
|
@@ -6771,12 +6771,17 @@ body,
|
|
|
6771
6771
|
align-items: center;
|
|
6772
6772
|
pointer-events: none;
|
|
6773
6773
|
}
|
|
6774
|
-
[data-v-
|
|
6774
|
+
[data-v-e84974e5] .el-checkbox-group {
|
|
6775
6775
|
display: flex;
|
|
6776
6776
|
gap: 12px;
|
|
6777
6777
|
}
|
|
6778
|
-
[data-v-
|
|
6778
|
+
[data-v-e84974e5] .el-checkbox-group .el-checkbox-button__inner {
|
|
6779
6779
|
border-radius: 4px;
|
|
6780
|
+
}
|
|
6781
|
+
[data-v-e84974e5] .el-input__inner::placeholder {
|
|
6782
|
+
white-space: nowrap;
|
|
6783
|
+
overflow: hidden;
|
|
6784
|
+
text-overflow: ellipsis;
|
|
6780
6785
|
}.fec-table[data-v-2a67aa02] {
|
|
6781
6786
|
height: 100%;
|
|
6782
6787
|
flex-grow: 1;
|
|
@@ -23,7 +23,7 @@ const _sfc_main = {
|
|
|
23
23
|
const props = __props;
|
|
24
24
|
const ideaRef = Vue.ref(null);
|
|
25
25
|
const isExpanded = Vue.ref(false);
|
|
26
|
-
const isOverflow = Vue.ref(
|
|
26
|
+
const isOverflow = Vue.ref(true);
|
|
27
27
|
const checkOverflow = () => {
|
|
28
28
|
if (!ideaRef.value) return;
|
|
29
29
|
Vue.nextTick(() => {
|
|
@@ -60,5 +60,5 @@ const _sfc_main = {
|
|
|
60
60
|
};
|
|
61
61
|
}
|
|
62
62
|
};
|
|
63
|
-
const ApproveIdea = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
63
|
+
const ApproveIdea = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-95cdb22f"]]);
|
|
64
64
|
exports.default = ApproveIdea;
|
|
@@ -718,6 +718,9 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
718
718
|
if (fieldType === "cascader" || fieldType === "area" || fieldType === "industry") {
|
|
719
719
|
splitStr = ",";
|
|
720
720
|
}
|
|
721
|
+
if (!value) {
|
|
722
|
+
value = [];
|
|
723
|
+
}
|
|
721
724
|
if (Array.isArray(value)) {
|
|
722
725
|
result[fieldName] = value.join(splitStr);
|
|
723
726
|
}
|
|
@@ -740,6 +743,9 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
740
743
|
break;
|
|
741
744
|
}
|
|
742
745
|
}
|
|
746
|
+
if (!result[fieldName]) {
|
|
747
|
+
result[fieldName] = "";
|
|
748
|
+
}
|
|
743
749
|
};
|
|
744
750
|
if (fieldsData.value) {
|
|
745
751
|
fieldsData.value.forEach((component) => {
|
|
@@ -922,6 +928,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
922
928
|
layoutFieldItem.component.optionConfig.options = oriOptions.filter(
|
|
923
929
|
(item2) => optionsOpt.includes(item2.value)
|
|
924
930
|
);
|
|
931
|
+
formData.value[layoutFieldItem.component.fieldName] = "";
|
|
925
932
|
}
|
|
926
933
|
});
|
|
927
934
|
}
|
|
@@ -1269,5 +1276,5 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
1269
1276
|
};
|
|
1270
1277
|
}
|
|
1271
1278
|
});
|
|
1272
|
-
const _Form = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
1279
|
+
const _Form = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-43e473f4"]]);
|
|
1273
1280
|
exports.default = _Form;
|
|
@@ -496,5 +496,5 @@ const _sfc_main = {
|
|
|
496
496
|
};
|
|
497
497
|
}
|
|
498
498
|
};
|
|
499
|
-
const DynamicQuery = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
499
|
+
const DynamicQuery = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-e84974e5"]]);
|
|
500
500
|
exports.default = DynamicQuery;
|