cloud-business 0.1.91-1 → 0.1.91-11
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/cloud-business.css +500 -94
- package/cloud-business.js +2 -2
- package/cloud-business.min.css +1 -1
- package/cloud-business.min.js +1 -1
- package/package.json +1 -1
package/cloud-business.css
CHANGED
|
@@ -11239,6 +11239,304 @@ body {
|
|
|
11239
11239
|
width: 50px;
|
|
11240
11240
|
}
|
|
11241
11241
|
|
|
11242
|
+
body {
|
|
11243
|
+
margin: 0;
|
|
11244
|
+
--shuyunBlue1: #EDF6FF;
|
|
11245
|
+
--shuyunBlue2: #CCE6FF;
|
|
11246
|
+
--shuyunBlue3: #72B0ED;
|
|
11247
|
+
--shuyunBlue4: #0066CC;
|
|
11248
|
+
--shuyunBlue5: #004CA3;
|
|
11249
|
+
--shuyunBlue6: #003775;
|
|
11250
|
+
--shuyunBlue7: #002147;
|
|
11251
|
+
}
|
|
11252
|
+
.cloud-satisfaction-survey-popup {
|
|
11253
|
+
position: absolute;
|
|
11254
|
+
width: -moz-fit-content;
|
|
11255
|
+
width: fit-content;
|
|
11256
|
+
padding: 16px;
|
|
11257
|
+
background: #FFFFFF;
|
|
11258
|
+
box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08), 0 1px 4px 0 rgba(0, 0, 0, 0.04);
|
|
11259
|
+
border-radius: 4px;
|
|
11260
|
+
z-index: 10000;
|
|
11261
|
+
font-family: PingFangSC-Medium, PingFang SC;
|
|
11262
|
+
box-sizing: content-box;
|
|
11263
|
+
}
|
|
11264
|
+
.cloud-satisfaction-survey-popup:after {
|
|
11265
|
+
position: absolute;
|
|
11266
|
+
left: 50%;
|
|
11267
|
+
top: -5px;
|
|
11268
|
+
transform: translate(-50%) rotate(45deg);
|
|
11269
|
+
display: block;
|
|
11270
|
+
content: '';
|
|
11271
|
+
width: 0;
|
|
11272
|
+
height: 0;
|
|
11273
|
+
border: 5px solid transparent;
|
|
11274
|
+
border-top-width: 5px;
|
|
11275
|
+
background: white;
|
|
11276
|
+
}
|
|
11277
|
+
|
|
11278
|
+
body {
|
|
11279
|
+
margin: 0;
|
|
11280
|
+
--shuyunBlue1: #EDF6FF;
|
|
11281
|
+
--shuyunBlue2: #CCE6FF;
|
|
11282
|
+
--shuyunBlue3: #72B0ED;
|
|
11283
|
+
--shuyunBlue4: #0066CC;
|
|
11284
|
+
--shuyunBlue5: #004CA3;
|
|
11285
|
+
--shuyunBlue6: #003775;
|
|
11286
|
+
--shuyunBlue7: #002147;
|
|
11287
|
+
}
|
|
11288
|
+
.cloud-satisfaction-survey-reason-title {
|
|
11289
|
+
height: 20px;
|
|
11290
|
+
line-height: 20px;
|
|
11291
|
+
font-size: 14px;
|
|
11292
|
+
font-weight: 500;
|
|
11293
|
+
color: rgba(0, 0, 0, 0.85);
|
|
11294
|
+
}
|
|
11295
|
+
.cloud-satisfaction-survey-reason-list {
|
|
11296
|
+
display: flex;
|
|
11297
|
+
flex-wrap: wrap;
|
|
11298
|
+
gap: 12px;
|
|
11299
|
+
font-size: 12px;
|
|
11300
|
+
margin-top: 16px;
|
|
11301
|
+
margin-bottom: 12px;
|
|
11302
|
+
}
|
|
11303
|
+
.cloud-satisfaction-survey-reason-item {
|
|
11304
|
+
min-width: 72px;
|
|
11305
|
+
height: 18px;
|
|
11306
|
+
padding: 4px 8px;
|
|
11307
|
+
line-height: 18px;
|
|
11308
|
+
background: white;
|
|
11309
|
+
border: 1px solid #E8E8E8;
|
|
11310
|
+
color: rgba(0, 0, 0, 0.85);
|
|
11311
|
+
cursor: pointer;
|
|
11312
|
+
text-align: center;
|
|
11313
|
+
border-radius: 2px;
|
|
11314
|
+
font-family: PingFangSC-Regular, PingFang SC;
|
|
11315
|
+
font-weight: 400;
|
|
11316
|
+
box-sizing: content-box;
|
|
11317
|
+
white-space: nowrap;
|
|
11318
|
+
overflow: hidden;
|
|
11319
|
+
text-overflow: ellipsis;
|
|
11320
|
+
}
|
|
11321
|
+
.cloud-satisfaction-survey-reason-item:hover,
|
|
11322
|
+
.cloud-satisfaction-survey-reason-item.active {
|
|
11323
|
+
border: 1px solid #DBECFF;
|
|
11324
|
+
color: #0055CC;
|
|
11325
|
+
background: #F0F7FF;
|
|
11326
|
+
}
|
|
11327
|
+
.cloud-satisfaction-survey-reason-operate {
|
|
11328
|
+
display: flex;
|
|
11329
|
+
flex-direction: row-reverse;
|
|
11330
|
+
gap: 8px;
|
|
11331
|
+
}
|
|
11332
|
+
.cloud-satisfaction-survey-reason-operate button.newCloud-button.small {
|
|
11333
|
+
padding: 3px 8px;
|
|
11334
|
+
}
|
|
11335
|
+
.cloud-satisfaction-survey-reason-operate button.newCloud-button.normal {
|
|
11336
|
+
border: 1px solid #E8E8E8;
|
|
11337
|
+
color: rgba(0, 0, 0, 0.85);
|
|
11338
|
+
}
|
|
11339
|
+
.cloud-satisfaction-survey-reason-operate button.newCloud-button.normal:hover {
|
|
11340
|
+
background: transparent;
|
|
11341
|
+
}
|
|
11342
|
+
|
|
11343
|
+
body {
|
|
11344
|
+
margin: 0;
|
|
11345
|
+
--shuyunBlue1: #EDF6FF;
|
|
11346
|
+
--shuyunBlue2: #CCE6FF;
|
|
11347
|
+
--shuyunBlue3: #72B0ED;
|
|
11348
|
+
--shuyunBlue4: #0066CC;
|
|
11349
|
+
--shuyunBlue5: #004CA3;
|
|
11350
|
+
--shuyunBlue6: #003775;
|
|
11351
|
+
--shuyunBlue7: #002147;
|
|
11352
|
+
}
|
|
11353
|
+
.cloud-satisfaction-survey-result-list-title {
|
|
11354
|
+
display: flex;
|
|
11355
|
+
flex-direction: column;
|
|
11356
|
+
align-items: center;
|
|
11357
|
+
gap: 4px;
|
|
11358
|
+
color: #0055CC;
|
|
11359
|
+
font-size: 14px;
|
|
11360
|
+
font-weight: bold;
|
|
11361
|
+
line-height: 18px;
|
|
11362
|
+
}
|
|
11363
|
+
.cloud-satisfaction-survey-result-list-list {
|
|
11364
|
+
display: flex;
|
|
11365
|
+
align-items: center;
|
|
11366
|
+
justify-content: center;
|
|
11367
|
+
flex-wrap: wrap;
|
|
11368
|
+
gap: 8px;
|
|
11369
|
+
font-size: 12px;
|
|
11370
|
+
margin-top: 16px;
|
|
11371
|
+
}
|
|
11372
|
+
.cloud-satisfaction-survey-result-list-one-line {
|
|
11373
|
+
white-space: nowrap;
|
|
11374
|
+
overflow: hidden;
|
|
11375
|
+
text-overflow: ellipsis;
|
|
11376
|
+
}
|
|
11377
|
+
.cloud-satisfaction-survey-result-list-item {
|
|
11378
|
+
min-width: 72px;
|
|
11379
|
+
padding: 4px 8px;
|
|
11380
|
+
line-height: 18px;
|
|
11381
|
+
color: rgba(0, 0, 0, 0.85);
|
|
11382
|
+
border: 1px solid #DBECFF;
|
|
11383
|
+
color: #0055CC;
|
|
11384
|
+
background: #F0F7FF;
|
|
11385
|
+
text-align: center;
|
|
11386
|
+
box-sizing: content-box;
|
|
11387
|
+
font-family: PingFangSC-Regular, PingFang SC;
|
|
11388
|
+
}
|
|
11389
|
+
.cloud-satisfaction-survey-result-list-extra-container {
|
|
11390
|
+
width: 100%;
|
|
11391
|
+
display: flex;
|
|
11392
|
+
justify-content: center;
|
|
11393
|
+
}
|
|
11394
|
+
.cloud-satisfaction-survey-result-list-extra-item {
|
|
11395
|
+
min-width: auto;
|
|
11396
|
+
width: -moz-fit-content;
|
|
11397
|
+
width: fit-content;
|
|
11398
|
+
display: flex;
|
|
11399
|
+
justify-content: center;
|
|
11400
|
+
}
|
|
11401
|
+
|
|
11402
|
+
body {
|
|
11403
|
+
margin: 0;
|
|
11404
|
+
--shuyunBlue1: #EDF6FF;
|
|
11405
|
+
--shuyunBlue2: #CCE6FF;
|
|
11406
|
+
--shuyunBlue3: #72B0ED;
|
|
11407
|
+
--shuyunBlue4: #0066CC;
|
|
11408
|
+
--shuyunBlue5: #004CA3;
|
|
11409
|
+
--shuyunBlue6: #003775;
|
|
11410
|
+
--shuyunBlue7: #002147;
|
|
11411
|
+
}
|
|
11412
|
+
.cloud-flash-line {
|
|
11413
|
+
background: url("data:image/png;base64,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") no-repeat;
|
|
11414
|
+
background-size: 100% 100%;
|
|
11415
|
+
width: 26px;
|
|
11416
|
+
height: 26px;
|
|
11417
|
+
position: absolute;
|
|
11418
|
+
top: 0;
|
|
11419
|
+
left: 0;
|
|
11420
|
+
animation: run 800ms linear infinite;
|
|
11421
|
+
}
|
|
11422
|
+
@keyframes run {
|
|
11423
|
+
0% {
|
|
11424
|
+
left: 0;
|
|
11425
|
+
}
|
|
11426
|
+
100% {
|
|
11427
|
+
left: 90%;
|
|
11428
|
+
}
|
|
11429
|
+
}
|
|
11430
|
+
|
|
11431
|
+
body {
|
|
11432
|
+
margin: 0;
|
|
11433
|
+
--shuyunBlue1: #EDF6FF;
|
|
11434
|
+
--shuyunBlue2: #CCE6FF;
|
|
11435
|
+
--shuyunBlue3: #72B0ED;
|
|
11436
|
+
--shuyunBlue4: #0066CC;
|
|
11437
|
+
--shuyunBlue5: #004CA3;
|
|
11438
|
+
--shuyunBlue6: #003775;
|
|
11439
|
+
--shuyunBlue7: #002147;
|
|
11440
|
+
}
|
|
11441
|
+
.cloud-satisfaction-survey {
|
|
11442
|
+
position: relative;
|
|
11443
|
+
min-width: 177px;
|
|
11444
|
+
width: -moz-fit-content;
|
|
11445
|
+
width: fit-content;
|
|
11446
|
+
font-family: PingFangSC-Medium, PingFang SC;
|
|
11447
|
+
}
|
|
11448
|
+
.cloud-satisfaction-survey-question {
|
|
11449
|
+
position: relative;
|
|
11450
|
+
display: flex;
|
|
11451
|
+
align-items: center;
|
|
11452
|
+
gap: 5px;
|
|
11453
|
+
font-size: 12px;
|
|
11454
|
+
height: 26px;
|
|
11455
|
+
width: -moz-fit-content;
|
|
11456
|
+
width: fit-content;
|
|
11457
|
+
padding: 0 6px;
|
|
11458
|
+
background: linear-gradient(314deg, #91C7FF 0%, #D8EAFF 100%);
|
|
11459
|
+
border-radius: 6px;
|
|
11460
|
+
cursor: pointer;
|
|
11461
|
+
font-weight: 500;
|
|
11462
|
+
color: #123B75;
|
|
11463
|
+
}
|
|
11464
|
+
.cloud-satisfaction-survey-remark-icon {
|
|
11465
|
+
font-size: 12px;
|
|
11466
|
+
}
|
|
11467
|
+
.cloud-satisfaction-survey-evaluate {
|
|
11468
|
+
display: flex;
|
|
11469
|
+
align-items: center;
|
|
11470
|
+
justify-content: center;
|
|
11471
|
+
height: 26px;
|
|
11472
|
+
width: -moz-fit-content;
|
|
11473
|
+
width: fit-content;
|
|
11474
|
+
background: #FFFFFF;
|
|
11475
|
+
box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08), 0 1px 4px 0 rgba(0, 0, 0, 0.04);
|
|
11476
|
+
border-radius: 6px;
|
|
11477
|
+
color: #0055CC;
|
|
11478
|
+
}
|
|
11479
|
+
.cloud-satisfaction-survey-support,
|
|
11480
|
+
.cloud-satisfaction-survey-oppose {
|
|
11481
|
+
display: flex;
|
|
11482
|
+
align-items: center;
|
|
11483
|
+
gap: 4px;
|
|
11484
|
+
font-size: 12px;
|
|
11485
|
+
cursor: pointer;
|
|
11486
|
+
line-height: 22px;
|
|
11487
|
+
margin: 2px;
|
|
11488
|
+
border-radius: 4px;
|
|
11489
|
+
}
|
|
11490
|
+
.cloud-satisfaction-survey-support.active,
|
|
11491
|
+
.cloud-satisfaction-survey-oppose.active {
|
|
11492
|
+
background: #DBECFF;
|
|
11493
|
+
}
|
|
11494
|
+
.cloud-satisfaction-survey-support {
|
|
11495
|
+
padding-left: 12px;
|
|
11496
|
+
padding-right: 11px;
|
|
11497
|
+
}
|
|
11498
|
+
.cloud-satisfaction-survey-oppose {
|
|
11499
|
+
padding-left: 11px;
|
|
11500
|
+
padding-right: 12px;
|
|
11501
|
+
}
|
|
11502
|
+
.cloud-satisfaction-survey-split {
|
|
11503
|
+
width: 1px;
|
|
11504
|
+
height: 12px;
|
|
11505
|
+
background: #E8E8E8;
|
|
11506
|
+
}
|
|
11507
|
+
.cloud-satisfaction-survey-result {
|
|
11508
|
+
display: flex;
|
|
11509
|
+
align-items: center;
|
|
11510
|
+
gap: 5px;
|
|
11511
|
+
height: 26px;
|
|
11512
|
+
width: -moz-fit-content;
|
|
11513
|
+
width: fit-content;
|
|
11514
|
+
line-height: 26px;
|
|
11515
|
+
padding: 0 6px;
|
|
11516
|
+
background: #FFFFFF;
|
|
11517
|
+
box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
|
|
11518
|
+
border-radius: 6px;
|
|
11519
|
+
font-size: 12px;
|
|
11520
|
+
color: #008F21;
|
|
11521
|
+
}
|
|
11522
|
+
.cloud-satisfaction-survey-success-fill {
|
|
11523
|
+
color: #21BA45;
|
|
11524
|
+
}
|
|
11525
|
+
.cloud-satisfaction-survey-view-estimate {
|
|
11526
|
+
color: #21BA45;
|
|
11527
|
+
cursor: pointer;
|
|
11528
|
+
}
|
|
11529
|
+
.cloud-satisfaction-survey-popover {
|
|
11530
|
+
width: 220px!important;
|
|
11531
|
+
padding: 16px;
|
|
11532
|
+
height: -moz-fit-content;
|
|
11533
|
+
height: fit-content;
|
|
11534
|
+
font-family: PingFangSC-Medium, PingFang SC;
|
|
11535
|
+
}
|
|
11536
|
+
.cloud-satisfaction-survey-popover .newCloud-popover-main-content {
|
|
11537
|
+
width: 100%;
|
|
11538
|
+
}
|
|
11539
|
+
|
|
11242
11540
|
body {
|
|
11243
11541
|
margin: 0;
|
|
11244
11542
|
--shuyunBlue1: #EDF6FF;
|
|
@@ -13788,7 +14086,7 @@ body {
|
|
|
13788
14086
|
max-width: calc(100% - 20px) !important;
|
|
13789
14087
|
}
|
|
13790
14088
|
.newCloud-ccascader-menus .newCloud-ccascader-menu:nth-child(1) {
|
|
13791
|
-
width:
|
|
14089
|
+
width: 270px !important;
|
|
13792
14090
|
}
|
|
13793
14091
|
.newCloud-ccascader-menus .newCloud-ccascader-menu:nth-child(1) .newCloud-ccascader-menu-item-content {
|
|
13794
14092
|
overflow: hidden;
|
|
@@ -13801,6 +14099,10 @@ body {
|
|
|
13801
14099
|
.newCloud-input-disabled {
|
|
13802
14100
|
background: #f5f5f5 !important;
|
|
13803
14101
|
}
|
|
14102
|
+
#newCloud-popover-confirm {
|
|
14103
|
+
background: #0055cc !important;
|
|
14104
|
+
border: 1px solid #0055cc !important;
|
|
14105
|
+
}
|
|
13804
14106
|
.customer-view-new-tip-temp {
|
|
13805
14107
|
display: flex;
|
|
13806
14108
|
}
|
|
@@ -13902,7 +14204,7 @@ body {
|
|
|
13902
14204
|
max-width: calc(100% - 20px) !important;
|
|
13903
14205
|
}
|
|
13904
14206
|
.newCloud-ccascader-menus .newCloud-ccascader-menu:nth-child(1) {
|
|
13905
|
-
width:
|
|
14207
|
+
width: 270px !important;
|
|
13906
14208
|
}
|
|
13907
14209
|
.newCloud-ccascader-menus .newCloud-ccascader-menu:nth-child(1) .newCloud-ccascader-menu-item-content {
|
|
13908
14210
|
overflow: hidden;
|
|
@@ -13915,6 +14217,10 @@ body {
|
|
|
13915
14217
|
.newCloud-input-disabled {
|
|
13916
14218
|
background: #f5f5f5 !important;
|
|
13917
14219
|
}
|
|
14220
|
+
#newCloud-popover-confirm {
|
|
14221
|
+
background: #0055cc !important;
|
|
14222
|
+
border: 1px solid #0055cc !important;
|
|
14223
|
+
}
|
|
13918
14224
|
.customer-view-new-tip-temp {
|
|
13919
14225
|
display: flex;
|
|
13920
14226
|
}
|
|
@@ -14195,7 +14501,7 @@ body {
|
|
|
14195
14501
|
max-width: calc(100% - 20px) !important;
|
|
14196
14502
|
}
|
|
14197
14503
|
.newCloud-ccascader-menus .newCloud-ccascader-menu:nth-child(1) {
|
|
14198
|
-
width:
|
|
14504
|
+
width: 270px !important;
|
|
14199
14505
|
}
|
|
14200
14506
|
.newCloud-ccascader-menus .newCloud-ccascader-menu:nth-child(1) .newCloud-ccascader-menu-item-content {
|
|
14201
14507
|
overflow: hidden;
|
|
@@ -14208,6 +14514,10 @@ body {
|
|
|
14208
14514
|
.newCloud-input-disabled {
|
|
14209
14515
|
background: #f5f5f5 !important;
|
|
14210
14516
|
}
|
|
14517
|
+
#newCloud-popover-confirm {
|
|
14518
|
+
background: #0055cc !important;
|
|
14519
|
+
border: 1px solid #0055cc !important;
|
|
14520
|
+
}
|
|
14211
14521
|
.customer-view-new-tip-temp {
|
|
14212
14522
|
display: flex;
|
|
14213
14523
|
}
|
|
@@ -14566,6 +14876,9 @@ body {
|
|
|
14566
14876
|
overflow-y: auto;
|
|
14567
14877
|
overflow-x: hidden;
|
|
14568
14878
|
}
|
|
14879
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-temp-tip-width {
|
|
14880
|
+
width: calc(100% - 60px);
|
|
14881
|
+
}
|
|
14569
14882
|
.grid-area-new .customer-order-area-new .order-table-body .order-info {
|
|
14570
14883
|
width: 100%;
|
|
14571
14884
|
margin-top: 13px;
|
|
@@ -14586,7 +14899,7 @@ body {
|
|
|
14586
14899
|
.grid-area-new .customer-order-area-new .order-table-body .order-title .order-time {
|
|
14587
14900
|
height: 20px;
|
|
14588
14901
|
line-height: 20px;
|
|
14589
|
-
font-size:
|
|
14902
|
+
font-size: 12px;
|
|
14590
14903
|
color: rgba(0, 0, 0, 0.85);
|
|
14591
14904
|
}
|
|
14592
14905
|
.grid-area-new .customer-order-area-new .order-table-body .order-title .order-shop .copy-order-id,
|
|
@@ -14619,16 +14932,29 @@ body {
|
|
|
14619
14932
|
cursor: pointer;
|
|
14620
14933
|
}
|
|
14621
14934
|
.grid-area-new .customer-order-area-new .order-table-body .order-title .order-time {
|
|
14622
|
-
width:
|
|
14935
|
+
width: 180px;
|
|
14936
|
+
}
|
|
14937
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-title .order-special {
|
|
14938
|
+
width: 330px !important;
|
|
14939
|
+
}
|
|
14940
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-title .order-common-width-0 {
|
|
14941
|
+
width: calc((100% - 180px - 180px - 330px - 120px) / 2);
|
|
14942
|
+
}
|
|
14943
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-title .order-common-width-1-1 {
|
|
14944
|
+
width: calc((100% - 180px - 180px - 180px - 330px - 150px) / 2);
|
|
14945
|
+
}
|
|
14946
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-title .order-common-width-1-2 {
|
|
14947
|
+
width: calc((100% - 180px - 180px - 330px - 150px) / 3);
|
|
14948
|
+
}
|
|
14949
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-title .order-common-width-2 {
|
|
14950
|
+
width: calc((100% - 180px - 180px - 180px - 330px - 180px) / 3);
|
|
14623
14951
|
}
|
|
14624
14952
|
.grid-area-new .customer-order-area-new .order-table-body .order-title .order-shop {
|
|
14625
|
-
width: calc((100% - 400px - 120px) / 3);
|
|
14626
14953
|
overflow: hidden;
|
|
14627
14954
|
white-space: nowrap;
|
|
14628
14955
|
text-overflow: ellipsis;
|
|
14629
14956
|
}
|
|
14630
14957
|
.grid-area-new .customer-order-area-new .order-table-body .order-title .order-other {
|
|
14631
|
-
width: calc((100% - 400px - 120px) / 3);
|
|
14632
14958
|
display: flex;
|
|
14633
14959
|
}
|
|
14634
14960
|
.grid-area-new .customer-order-area-new .order-table-body .order-title .order-other span {
|
|
@@ -14663,12 +14989,23 @@ body {
|
|
|
14663
14989
|
.grid-area-new .customer-order-area-new .order-table-body .order-title-another .title-section-temp:nth-child(1) {
|
|
14664
14990
|
margin-bottom: 10px;
|
|
14665
14991
|
}
|
|
14992
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-title-another .title-section-temp .order-temp:nth-child(1) {
|
|
14993
|
+
width: calc(100% - 90px - 350px - 180px - 180px);
|
|
14994
|
+
}
|
|
14995
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-title-another .title-section-temp .order-temp:nth-child(2) {
|
|
14996
|
+
width: 350px ;
|
|
14997
|
+
}
|
|
14998
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-title-another .title-section-temp .order-temp:nth-child(3),
|
|
14999
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-title-another .title-section-temp .order-temp:nth-child(4) {
|
|
15000
|
+
width: 180px ;
|
|
15001
|
+
}
|
|
14666
15002
|
.grid-area-new .customer-order-area-new .order-table-body .order-title-another .order-temp {
|
|
15003
|
+
display: flex;
|
|
15004
|
+
align-items: center;
|
|
14667
15005
|
height: 20px;
|
|
14668
15006
|
line-height: 20px;
|
|
14669
|
-
font-size:
|
|
15007
|
+
font-size: 12px;
|
|
14670
15008
|
color: rgba(0, 0, 0, 0.85);
|
|
14671
|
-
width: calc((100% - 90px) / 4);
|
|
14672
15009
|
margin-left: 30px;
|
|
14673
15010
|
overflow: hidden;
|
|
14674
15011
|
white-space: nowrap;
|
|
@@ -14677,6 +15014,9 @@ body {
|
|
|
14677
15014
|
.grid-area-new .customer-order-area-new .order-table-body .order-title-another .order-temp .copy-order-id {
|
|
14678
15015
|
color: rgba(0, 0, 0, 0.85) !important;
|
|
14679
15016
|
cursor: pointer;
|
|
15017
|
+
overflow: hidden;
|
|
15018
|
+
white-space: nowrap;
|
|
15019
|
+
text-overflow: ellipsis;
|
|
14680
15020
|
}
|
|
14681
15021
|
.grid-area-new .customer-order-area-new .order-table-body .order-title-another .order-temp span:nth-child(1) {
|
|
14682
15022
|
color: rgba(0, 0, 0, 0.65);
|
|
@@ -14945,7 +15285,7 @@ body {
|
|
|
14945
15285
|
}
|
|
14946
15286
|
.grid-area-new .customer-account-new .account-info-right .info-copy .newCloud-icon {
|
|
14947
15287
|
cursor: pointer;
|
|
14948
|
-
color: rgba(0, 0, 0, 0.
|
|
15288
|
+
color: rgba(0, 0, 0, 0.25);
|
|
14949
15289
|
}
|
|
14950
15290
|
.grid-area-new .tips-label {
|
|
14951
15291
|
text-align: right;
|
|
@@ -14980,6 +15320,56 @@ body {
|
|
|
14980
15320
|
height: calc(100% - 50px);
|
|
14981
15321
|
}
|
|
14982
15322
|
|
|
15323
|
+
body {
|
|
15324
|
+
margin: 0;
|
|
15325
|
+
--shuyunBlue1: #EDF6FF;
|
|
15326
|
+
--shuyunBlue2: #CCE6FF;
|
|
15327
|
+
--shuyunBlue3: #72B0ED;
|
|
15328
|
+
--shuyunBlue4: #0066CC;
|
|
15329
|
+
--shuyunBlue5: #004CA3;
|
|
15330
|
+
--shuyunBlue6: #003775;
|
|
15331
|
+
--shuyunBlue7: #002147;
|
|
15332
|
+
}
|
|
15333
|
+
.over-length-tip-common {
|
|
15334
|
+
width: 100%;
|
|
15335
|
+
cursor: pointer;
|
|
15336
|
+
overflow: hidden;
|
|
15337
|
+
white-space: nowrap;
|
|
15338
|
+
text-overflow: ellipsis;
|
|
15339
|
+
}
|
|
15340
|
+
.over-length-tip-href {
|
|
15341
|
+
display: block;
|
|
15342
|
+
width: 100%;
|
|
15343
|
+
overflow: hidden;
|
|
15344
|
+
white-space: nowrap;
|
|
15345
|
+
text-overflow: ellipsis;
|
|
15346
|
+
color: var(--shuyunBlue4) !important;
|
|
15347
|
+
cursor: pointer;
|
|
15348
|
+
}
|
|
15349
|
+
.over-length-tip-href:hover {
|
|
15350
|
+
color: var(--shuyunBlue4) !important;
|
|
15351
|
+
}
|
|
15352
|
+
.text-overflow-other {
|
|
15353
|
+
overflow: hidden;
|
|
15354
|
+
white-space: nowrap;
|
|
15355
|
+
text-overflow: ellipsis;
|
|
15356
|
+
width: calc(100% - 60px) !important;
|
|
15357
|
+
padding-right: 0;
|
|
15358
|
+
}
|
|
15359
|
+
.wx-span {
|
|
15360
|
+
width: 100%;
|
|
15361
|
+
}
|
|
15362
|
+
.search-empty-com {
|
|
15363
|
+
display: flex;
|
|
15364
|
+
width: 100%;
|
|
15365
|
+
height: 170px;
|
|
15366
|
+
flex-direction: column;
|
|
15367
|
+
justify-content: center;
|
|
15368
|
+
color: rgba(0, 0, 0, 0.45);
|
|
15369
|
+
align-items: center;
|
|
15370
|
+
border-radius: 2px;
|
|
15371
|
+
}
|
|
15372
|
+
|
|
14983
15373
|
/**
|
|
14984
15374
|
* index.less
|
|
14985
15375
|
* wangbo
|
|
@@ -15074,7 +15464,7 @@ body {
|
|
|
15074
15464
|
max-width: calc(100% - 20px) !important;
|
|
15075
15465
|
}
|
|
15076
15466
|
.newCloud-ccascader-menus .newCloud-ccascader-menu:nth-child(1) {
|
|
15077
|
-
width:
|
|
15467
|
+
width: 270px !important;
|
|
15078
15468
|
}
|
|
15079
15469
|
.newCloud-ccascader-menus .newCloud-ccascader-menu:nth-child(1) .newCloud-ccascader-menu-item-content {
|
|
15080
15470
|
overflow: hidden;
|
|
@@ -15087,6 +15477,10 @@ body {
|
|
|
15087
15477
|
.newCloud-input-disabled {
|
|
15088
15478
|
background: #f5f5f5 !important;
|
|
15089
15479
|
}
|
|
15480
|
+
#newCloud-popover-confirm {
|
|
15481
|
+
background: #0055cc !important;
|
|
15482
|
+
border: 1px solid #0055cc !important;
|
|
15483
|
+
}
|
|
15090
15484
|
.customer-view-new-tip-temp {
|
|
15091
15485
|
display: flex;
|
|
15092
15486
|
}
|
|
@@ -15248,43 +15642,6 @@ body {
|
|
|
15248
15642
|
display: inline-block;
|
|
15249
15643
|
}
|
|
15250
15644
|
|
|
15251
|
-
body {
|
|
15252
|
-
margin: 0;
|
|
15253
|
-
--shuyunBlue1: #EDF6FF;
|
|
15254
|
-
--shuyunBlue2: #CCE6FF;
|
|
15255
|
-
--shuyunBlue3: #72B0ED;
|
|
15256
|
-
--shuyunBlue4: #0066CC;
|
|
15257
|
-
--shuyunBlue5: #004CA3;
|
|
15258
|
-
--shuyunBlue6: #003775;
|
|
15259
|
-
--shuyunBlue7: #002147;
|
|
15260
|
-
}
|
|
15261
|
-
.over-length-tip-common {
|
|
15262
|
-
width: 100%;
|
|
15263
|
-
cursor: pointer;
|
|
15264
|
-
overflow: hidden;
|
|
15265
|
-
white-space: nowrap;
|
|
15266
|
-
text-overflow: ellipsis;
|
|
15267
|
-
}
|
|
15268
|
-
.over-length-tip-href {
|
|
15269
|
-
display: block;
|
|
15270
|
-
width: 100%;
|
|
15271
|
-
overflow: hidden;
|
|
15272
|
-
white-space: nowrap;
|
|
15273
|
-
text-overflow: ellipsis;
|
|
15274
|
-
color: var(--shuyunBlue4);
|
|
15275
|
-
cursor: pointer;
|
|
15276
|
-
}
|
|
15277
|
-
.text-overflow-other {
|
|
15278
|
-
overflow: hidden;
|
|
15279
|
-
white-space: nowrap;
|
|
15280
|
-
text-overflow: ellipsis;
|
|
15281
|
-
width: calc(100% - 60px) !important;
|
|
15282
|
-
padding-right: 0;
|
|
15283
|
-
}
|
|
15284
|
-
.wx-span {
|
|
15285
|
-
width: 100%;
|
|
15286
|
-
}
|
|
15287
|
-
|
|
15288
15645
|
/**
|
|
15289
15646
|
* index.less
|
|
15290
15647
|
* wangbo
|
|
@@ -15379,7 +15736,7 @@ body {
|
|
|
15379
15736
|
max-width: calc(100% - 20px) !important;
|
|
15380
15737
|
}
|
|
15381
15738
|
.newCloud-ccascader-menus .newCloud-ccascader-menu:nth-child(1) {
|
|
15382
|
-
width:
|
|
15739
|
+
width: 270px !important;
|
|
15383
15740
|
}
|
|
15384
15741
|
.newCloud-ccascader-menus .newCloud-ccascader-menu:nth-child(1) .newCloud-ccascader-menu-item-content {
|
|
15385
15742
|
overflow: hidden;
|
|
@@ -15392,6 +15749,10 @@ body {
|
|
|
15392
15749
|
.newCloud-input-disabled {
|
|
15393
15750
|
background: #f5f5f5 !important;
|
|
15394
15751
|
}
|
|
15752
|
+
#newCloud-popover-confirm {
|
|
15753
|
+
background: #0055cc !important;
|
|
15754
|
+
border: 1px solid #0055cc !important;
|
|
15755
|
+
}
|
|
15395
15756
|
.customer-view-new-tip-temp {
|
|
15396
15757
|
display: flex;
|
|
15397
15758
|
}
|
|
@@ -15435,7 +15796,6 @@ body {
|
|
|
15435
15796
|
overflow: hidden;
|
|
15436
15797
|
}
|
|
15437
15798
|
.customer-label-area-new .customer-label-content .rfm-module-new,
|
|
15438
|
-
.customer-label-area-new .customer-label-content .custom-module-new,
|
|
15439
15799
|
.customer-label-area-new .customer-label-content .weChat-module-new {
|
|
15440
15800
|
width: 100%;
|
|
15441
15801
|
height: 100%;
|
|
@@ -15444,11 +15804,17 @@ body {
|
|
|
15444
15804
|
overflow-y: auto;
|
|
15445
15805
|
overflow-x: hidden;
|
|
15446
15806
|
}
|
|
15447
|
-
.customer-label-area-new .customer-label-content .
|
|
15448
|
-
|
|
15449
|
-
|
|
15807
|
+
.customer-label-area-new .customer-label-content .custom-module-new {
|
|
15808
|
+
width: 100%;
|
|
15809
|
+
height: 100%;
|
|
15810
|
+
overflow: hidden;
|
|
15811
|
+
}
|
|
15812
|
+
.customer-label-area-new .customer-label-content .custom-module-new .newCloud-loading {
|
|
15813
|
+
padding: 16px;
|
|
15450
15814
|
min-height: 100%;
|
|
15451
|
-
|
|
15815
|
+
overflow-x: hidden;
|
|
15816
|
+
overflow-y: auto;
|
|
15817
|
+
box-sizing: border-box;
|
|
15452
15818
|
}
|
|
15453
15819
|
.customer-label-area-new .customer-label-content .common-title {
|
|
15454
15820
|
display: flex;
|
|
@@ -15535,15 +15901,13 @@ body {
|
|
|
15535
15901
|
.customer-label-area-new .customer-label-content .common-block:last-child {
|
|
15536
15902
|
margin-bottom: 16px;
|
|
15537
15903
|
}
|
|
15538
|
-
.customer-label-area-new .customer-label-content .
|
|
15539
|
-
padding-left: 14px;
|
|
15540
|
-
}
|
|
15541
|
-
.customer-label-area-new .customer-label-content .info-tag {
|
|
15904
|
+
.customer-label-area-new .customer-label-content .common-block .info-tag {
|
|
15542
15905
|
width: 100%;
|
|
15543
15906
|
display: flex;
|
|
15544
15907
|
flex-flow: wrap;
|
|
15908
|
+
gap: 0 6px;
|
|
15545
15909
|
}
|
|
15546
|
-
.customer-label-area-new .customer-label-content .info-tag span {
|
|
15910
|
+
.customer-label-area-new .customer-label-content .common-block .info-tag span {
|
|
15547
15911
|
display: block;
|
|
15548
15912
|
height: 20px;
|
|
15549
15913
|
font-size: 14px;
|
|
@@ -15552,58 +15916,64 @@ body {
|
|
|
15552
15916
|
line-height: 20px;
|
|
15553
15917
|
margin-bottom: 8px;
|
|
15554
15918
|
}
|
|
15555
|
-
.customer-label-area-new .customer-label-content .info-tag-
|
|
15919
|
+
.customer-label-area-new .customer-label-content .common-block .info-tag-wx {
|
|
15920
|
+
gap: 0 20px;
|
|
15921
|
+
}
|
|
15922
|
+
.customer-label-area-new .customer-label-content .common-block .info-tag-not-depend {
|
|
15556
15923
|
padding: 0 14px;
|
|
15557
15924
|
box-sizing: border-box;
|
|
15558
15925
|
}
|
|
15559
|
-
.customer-label-area-new .customer-label-content .tag-item-edit {
|
|
15926
|
+
.customer-label-area-new .customer-label-content .common-block .tag-item-edit {
|
|
15560
15927
|
cursor: pointer;
|
|
15561
15928
|
}
|
|
15562
|
-
.customer-label-area-new .customer-label-content .
|
|
15929
|
+
.customer-label-area-new .customer-label-content .common-block .tag-item-edit-title {
|
|
15930
|
+
color: rgba(0, 0, 0, 0.65);
|
|
15931
|
+
}
|
|
15932
|
+
.customer-label-area-new .customer-label-content .common-block .info-tag-p2 .tag-item {
|
|
15563
15933
|
display: flex;
|
|
15564
15934
|
width: calc((100% - 20px) / 2);
|
|
15565
15935
|
overflow: hidden;
|
|
15566
15936
|
white-space: nowrap;
|
|
15567
15937
|
text-overflow: ellipsis;
|
|
15568
|
-
margin-right: 20px;
|
|
15569
15938
|
box-sizing: border-box;
|
|
15570
15939
|
}
|
|
15571
|
-
.customer-label-area-new .customer-label-content .info-tag-p2 .tag-item span p {
|
|
15940
|
+
.customer-label-area-new .customer-label-content .common-block .info-tag-p2 .tag-item span p {
|
|
15572
15941
|
display: inline-block;
|
|
15573
15942
|
}
|
|
15574
|
-
.customer-label-area-new .customer-label-content .info-tag-p2 .tag-item span p:nth-child(1) {
|
|
15943
|
+
.customer-label-area-new .customer-label-content .common-block .info-tag-p2 .tag-item span p:nth-child(1) {
|
|
15575
15944
|
color: rgba(0, 0, 0, 0.65);
|
|
15576
15945
|
}
|
|
15577
|
-
.customer-label-area-new .customer-label-content .info-tag-p2 span.tag-item
|
|
15578
|
-
|
|
15946
|
+
.customer-label-area-new .customer-label-content .common-block .info-tag-p2 > span.tag-item-com {
|
|
15947
|
+
padding-left: 14px !important;
|
|
15948
|
+
width: calc((100% - 6px) / 2);
|
|
15579
15949
|
}
|
|
15580
|
-
.customer-label-area-new .customer-label-content .info-tag-p2 .two-overflow {
|
|
15950
|
+
.customer-label-area-new .customer-label-content .common-block .info-tag-p2 .two-overflow {
|
|
15581
15951
|
width: calc(100% - 60px);
|
|
15582
15952
|
overflow: hidden;
|
|
15583
15953
|
white-space: nowrap;
|
|
15584
15954
|
text-overflow: ellipsis;
|
|
15585
15955
|
padding-right: 0;
|
|
15586
15956
|
}
|
|
15587
|
-
.customer-label-area-new .customer-label-content .info-tag-p3 .tag-item {
|
|
15957
|
+
.customer-label-area-new .customer-label-content .common-block .info-tag-p3 .tag-item {
|
|
15588
15958
|
display: flex;
|
|
15589
15959
|
width: calc((100% - 40px) / 3);
|
|
15590
|
-
margin-right: 20px;
|
|
15591
15960
|
overflow: hidden;
|
|
15592
15961
|
white-space: nowrap;
|
|
15593
15962
|
text-overflow: ellipsis;
|
|
15594
15963
|
box-sizing: border-box;
|
|
15595
15964
|
}
|
|
15596
|
-
.customer-label-area-new .customer-label-content .info-tag-p3 span.tag-item
|
|
15597
|
-
|
|
15965
|
+
.customer-label-area-new .customer-label-content .common-block .info-tag-p3 > span.tag-item-com {
|
|
15966
|
+
padding-left: 14px !important;
|
|
15967
|
+
width: calc((100% - 12px) / 3);
|
|
15598
15968
|
}
|
|
15599
|
-
.customer-label-area-new .customer-label-content .info-tag-p3 .three-overflow {
|
|
15969
|
+
.customer-label-area-new .customer-label-content .common-block .info-tag-p3 .three-overflow {
|
|
15600
15970
|
overflow: hidden;
|
|
15601
15971
|
white-space: nowrap;
|
|
15602
15972
|
text-overflow: ellipsis;
|
|
15603
15973
|
width: calc(100% - 60px);
|
|
15604
15974
|
padding-right: 0;
|
|
15605
15975
|
}
|
|
15606
|
-
.customer-label-area-new .customer-label-content .text-overflow {
|
|
15976
|
+
.customer-label-area-new .customer-label-content .common-block .text-overflow {
|
|
15607
15977
|
overflow: hidden;
|
|
15608
15978
|
white-space: nowrap;
|
|
15609
15979
|
text-overflow: ellipsis;
|
|
@@ -15729,7 +16099,7 @@ body {
|
|
|
15729
16099
|
padding-top: 7px;
|
|
15730
16100
|
}
|
|
15731
16101
|
.customer-label-area-new .customer-label-content .weChat-module-new .wc-tag {
|
|
15732
|
-
padding: 16px;
|
|
16102
|
+
padding: 16px 16px 8px 16px;
|
|
15733
16103
|
box-sizing: border-box;
|
|
15734
16104
|
}
|
|
15735
16105
|
.customer-label-area-new .customer-label-content .weChat-module-new .empty-div {
|
|
@@ -15748,12 +16118,16 @@ body {
|
|
|
15748
16118
|
.customer-label-area-new .customer-label-content .custom-module-new .dependent-tag {
|
|
15749
16119
|
width: 100%;
|
|
15750
16120
|
background: #FAFAFA;
|
|
15751
|
-
padding-top:
|
|
16121
|
+
padding-top: 16px;
|
|
15752
16122
|
font-weight: 400;
|
|
15753
16123
|
color: rgba(0, 0, 0, 0.85);
|
|
15754
16124
|
line-height: 20px;
|
|
15755
16125
|
margin-bottom: 14px;
|
|
15756
16126
|
}
|
|
16127
|
+
.customer-label-area-new .customer-label-content .custom-module-new .dependent-tag .dependent-tag-name {
|
|
16128
|
+
padding-left: 14px;
|
|
16129
|
+
margin-bottom: 0;
|
|
16130
|
+
}
|
|
15757
16131
|
.customer-label-area-new .customer-label-content .custom-module-new .dependent-tag > span {
|
|
15758
16132
|
cursor: pointer;
|
|
15759
16133
|
}
|
|
@@ -15761,6 +16135,9 @@ body {
|
|
|
15761
16135
|
padding-top: 16px;
|
|
15762
16136
|
padding-bottom: 8px;
|
|
15763
16137
|
}
|
|
16138
|
+
.customer-label-area-new .customer-label-content .custom-module-new .dependent-tag .dependent-tag-item .instance-title {
|
|
16139
|
+
padding-left: 14px !important;
|
|
16140
|
+
}
|
|
15764
16141
|
.customer-label-area-new .customer-label-content .custom-module-new .dependent-tag .dependent-tag-item:not(:last-child) {
|
|
15765
16142
|
border-bottom: 1px solid #E8E8E8;
|
|
15766
16143
|
}
|
|
@@ -15770,14 +16147,22 @@ body {
|
|
|
15770
16147
|
color: rgba(0, 0, 0, 0.85);
|
|
15771
16148
|
cursor: pointer;
|
|
15772
16149
|
}
|
|
15773
|
-
.customer-label-area-new .customer-label-content .custom-module-new .common-title-right
|
|
15774
|
-
|
|
15775
|
-
|
|
15776
|
-
|
|
15777
|
-
|
|
16150
|
+
.customer-label-area-new .customer-label-content .custom-module-new .common-title-right {
|
|
16151
|
+
display: flex;
|
|
16152
|
+
align-items: center;
|
|
16153
|
+
}
|
|
16154
|
+
.customer-label-area-new .customer-label-content .custom-module-new .common-title-right > span {
|
|
16155
|
+
display: inline-block;
|
|
16156
|
+
border-right: 1px solid #E8E8E8;
|
|
16157
|
+
height: 12px;
|
|
16158
|
+
margin-right: 12px;
|
|
15778
16159
|
}
|
|
15779
16160
|
.customer-label-area-new .customer-label-content .custom-module-new .common-title-right .newCloud-icon {
|
|
16161
|
+
display: inline-block;
|
|
16162
|
+
margin-right: 12px;
|
|
15780
16163
|
font-size: 14px;
|
|
16164
|
+
cursor: pointer;
|
|
16165
|
+
color: rgba(0, 0, 0, 0.45);
|
|
15781
16166
|
}
|
|
15782
16167
|
.customer-label-area-new .customer-label-content .custom-module-new .common-title-right .active-icon {
|
|
15783
16168
|
color: var(--shuyunBlue4) !important;
|
|
@@ -15787,7 +16172,6 @@ body {
|
|
|
15787
16172
|
}
|
|
15788
16173
|
.customer-label-area-new .customer-label-content .custom-module-new .common-block-info .shop-block {
|
|
15789
16174
|
margin-bottom: 16px;
|
|
15790
|
-
padding-bottom: 8px;
|
|
15791
16175
|
border-bottom: 1px solid #E8E8E8;
|
|
15792
16176
|
}
|
|
15793
16177
|
.customer-label-area-new .customer-label-content .custom-module-new .common-block-info .shop-block:last-child {
|
|
@@ -15824,11 +16208,10 @@ body {
|
|
|
15824
16208
|
.customer-label-area-new .customer-label-content .custom-module-new .common-block-info-group {
|
|
15825
16209
|
border-radius: 2px;
|
|
15826
16210
|
border-bottom: 1px solid #E8E8E8;
|
|
15827
|
-
padding:
|
|
16211
|
+
padding: 16px 0 6px 0;
|
|
15828
16212
|
}
|
|
15829
16213
|
.customer-label-area-new .customer-label-content .custom-module-new .common-block-info-group:last-child {
|
|
15830
16214
|
border-bottom: none;
|
|
15831
|
-
padding: 12px 0px 0px;
|
|
15832
16215
|
}
|
|
15833
16216
|
.customer-label-area-new .customer-label-content .custom-module-new .common-block-info-group .info-title {
|
|
15834
16217
|
font-size: 14px;
|
|
@@ -15862,8 +16245,9 @@ body {
|
|
|
15862
16245
|
}
|
|
15863
16246
|
.edit-tag .edit-tag-container {
|
|
15864
16247
|
display: flex;
|
|
15865
|
-
height: 100
|
|
16248
|
+
height: calc(100% - 16px - 38px);
|
|
15866
16249
|
overflow: hidden;
|
|
16250
|
+
margin-top: 16px;
|
|
15867
16251
|
}
|
|
15868
16252
|
.edit-tag .edit-tag-container .edit-tag-search-block {
|
|
15869
16253
|
flex: 0 0 380px;
|
|
@@ -16050,7 +16434,7 @@ body {
|
|
|
16050
16434
|
}
|
|
16051
16435
|
.edit-tag .edit-tag-container .edit-tag-form .newCloud-form-item-label {
|
|
16052
16436
|
color: rgba(0, 0, 0, 0.85);
|
|
16053
|
-
margin-bottom:
|
|
16437
|
+
margin-bottom: 12px;
|
|
16054
16438
|
}
|
|
16055
16439
|
.edit-tag .edit-tag-container .edit-tag-form .edit-tag-header {
|
|
16056
16440
|
padding: 0 16px;
|
|
@@ -16071,10 +16455,6 @@ body {
|
|
|
16071
16455
|
color: rgba(0, 0, 0, 0.65);
|
|
16072
16456
|
line-height: 20px;
|
|
16073
16457
|
}
|
|
16074
|
-
.edit-tag .edit-tag-container .edit-tag-form .age-item-container {
|
|
16075
|
-
display: flex;
|
|
16076
|
-
align-items: center;
|
|
16077
|
-
}
|
|
16078
16458
|
.edit-tag .edit-tag-container .edit-tag-form .age-item-container .newCloud-form-item:first-child {
|
|
16079
16459
|
flex: 0 0 295px;
|
|
16080
16460
|
}
|
|
@@ -16091,7 +16471,15 @@ body {
|
|
|
16091
16471
|
.edit-tag .edit-tag-container .edit-tag-form .tag-info-value .disable-tag {
|
|
16092
16472
|
position: absolute;
|
|
16093
16473
|
top: 16px;
|
|
16094
|
-
right:
|
|
16474
|
+
right: 40px;
|
|
16475
|
+
}
|
|
16476
|
+
.edit-tag .edit-tag-container .edit-tag-form .tag-info-value .disable-tag .disable-tag-span {
|
|
16477
|
+
width: 36px;
|
|
16478
|
+
height: 17px;
|
|
16479
|
+
line-height: 17px;
|
|
16480
|
+
font-size: 12px;
|
|
16481
|
+
color: rgba(0, 0, 0, 0.45);
|
|
16482
|
+
padding-left: 4px;
|
|
16095
16483
|
}
|
|
16096
16484
|
.edit-tag .edit-tag-container .edit-tag-form .tag-info-value .remove-tag-value {
|
|
16097
16485
|
position: absolute;
|
|
@@ -16155,6 +16543,17 @@ body {
|
|
|
16155
16543
|
color: rgba(0, 0, 0, 0.85);
|
|
16156
16544
|
line-height: 20px;
|
|
16157
16545
|
}
|
|
16546
|
+
.edit-tag .edit-tag-container .edit-tag-form .dependent-wrapper .dependent-wrapper-form {
|
|
16547
|
+
padding: 0 !important;
|
|
16548
|
+
width: 100% !important;
|
|
16549
|
+
}
|
|
16550
|
+
.edit-tag .edit-tag-container .edit-tag-form .dependent-wrapper .dependent-wrapper-form .has-error .newCloud-picker {
|
|
16551
|
+
border-color: #e8e8e8 !important;
|
|
16552
|
+
}
|
|
16553
|
+
.edit-tag .edit-tag-container .edit-tag-form .dependent-wrapper .dependent-wrapper-form .has-error > .newCloud-input,
|
|
16554
|
+
.edit-tag .edit-tag-container .edit-tag-form .dependent-wrapper .dependent-wrapper-form .has-error > .newCloud-picker {
|
|
16555
|
+
border-color: red !important;
|
|
16556
|
+
}
|
|
16158
16557
|
.edit-tag .edit-tag-container .edit-tag-form .dependent-wrapper .dependent-instance {
|
|
16159
16558
|
width: 505px;
|
|
16160
16559
|
background: #FFFFFF;
|
|
@@ -16169,22 +16568,29 @@ body {
|
|
|
16169
16568
|
display: flex;
|
|
16170
16569
|
align-items: center;
|
|
16171
16570
|
justify-content: space-between;
|
|
16172
|
-
cursor: pointer;
|
|
16173
16571
|
}
|
|
16174
16572
|
.edit-tag .edit-tag-container .edit-tag-form .dependent-wrapper .dependent-instance .instance-title .title {
|
|
16175
16573
|
font-size: 14px;
|
|
16176
16574
|
font-weight: 400;
|
|
16177
16575
|
color: rgba(0, 0, 0, 0.85);
|
|
16178
16576
|
line-height: 20px;
|
|
16577
|
+
display: flex;
|
|
16578
|
+
align-items: center;
|
|
16579
|
+
}
|
|
16580
|
+
.edit-tag .edit-tag-container .edit-tag-form .dependent-wrapper .dependent-instance .instance-title .newCloud-form-item {
|
|
16581
|
+
width: 270px !important;
|
|
16179
16582
|
}
|
|
16180
16583
|
.edit-tag .edit-tag-container .edit-tag-form .dependent-wrapper .dependent-instance .instance-content {
|
|
16181
16584
|
padding: 16px 12px 0 12px;
|
|
16182
16585
|
}
|
|
16183
|
-
.edit-tag .edit-tag-container .edit-tag-form .dependent-wrapper .dependent-instance .instance-content .newCloud-form-item {
|
|
16586
|
+
.edit-tag .edit-tag-container .edit-tag-form .dependent-wrapper .dependent-instance .instance-content .newCloud-form-item:not(:last-child) {
|
|
16184
16587
|
padding: 0 0 24px 0 !important;
|
|
16185
16588
|
}
|
|
16589
|
+
.edit-tag .edit-tag-container .edit-tag-form .dependent-wrapper .dependent-instance .instance-content .newCloud-form-item:last-child {
|
|
16590
|
+
padding: 0 0 16px 0 !important;
|
|
16591
|
+
}
|
|
16186
16592
|
.edit-tag .edit-tag-container .edit-tag-form .dependent-wrapper .dependent-instance .instance-content .newCloud-form-item-label {
|
|
16187
|
-
margin-bottom:
|
|
16593
|
+
margin-bottom: 12px !important;
|
|
16188
16594
|
}
|
|
16189
16595
|
.edit-tag .edit-tag-container .edit-tag-form .empty {
|
|
16190
16596
|
display: flex;
|