cloud-business 0.1.91-2 → 0.1.91-20

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.
@@ -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: 300px;
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: 300px;
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
  }
@@ -13968,6 +14274,7 @@ body {
13968
14274
  cursor: pointer;
13969
14275
  }
13970
14276
  .account-area-new .customer-account-info-new .uniId-wrap .uniId-state {
14277
+ cursor: pointer;
13971
14278
  margin-left: 8px;
13972
14279
  border-radius: 13px;
13973
14280
  padding: 0 8px;
@@ -14036,6 +14343,10 @@ body {
14036
14343
  margin-left: 4px;
14037
14344
  font-size: 14px;
14038
14345
  }
14346
+ .account-area-new .customer-account-info-new .customer-info-wrap .customer-info-text .newCloud-icon-question-circle {
14347
+ cursor: pointer;
14348
+ color: rgba(0, 0, 0, 0.65);
14349
+ }
14039
14350
  .account-area-new .customer-account-info-new .customer-info-wrap .customer-info-text:hover .newCloud-icon-view,
14040
14351
  .account-area-new .customer-account-info-new .customer-info-wrap .customer-info-text:hover .newCloud-icon-hide {
14041
14352
  display: inline-block;
@@ -14044,7 +14355,7 @@ body {
14044
14355
  width: calc(100% - 90px);
14045
14356
  }
14046
14357
  .account-area-new .customer-account-info-new .customer-info-wrap .customer-info-text-address {
14047
- max-width: calc(100% - 20px);
14358
+ max-width: calc(100% - 40px);
14048
14359
  overflow: hidden;
14049
14360
  text-decoration: none;
14050
14361
  white-space: nowrap;
@@ -14095,6 +14406,56 @@ body {
14095
14406
  margin-bottom: 8px;
14096
14407
  }
14097
14408
 
14409
+ body {
14410
+ margin: 0;
14411
+ --shuyunBlue1: #EDF6FF;
14412
+ --shuyunBlue2: #CCE6FF;
14413
+ --shuyunBlue3: #72B0ED;
14414
+ --shuyunBlue4: #0066CC;
14415
+ --shuyunBlue5: #004CA3;
14416
+ --shuyunBlue6: #003775;
14417
+ --shuyunBlue7: #002147;
14418
+ }
14419
+ .over-length-tip-common {
14420
+ width: 100%;
14421
+ cursor: pointer;
14422
+ overflow: hidden;
14423
+ white-space: nowrap;
14424
+ text-overflow: ellipsis;
14425
+ }
14426
+ .over-length-tip-href {
14427
+ display: block;
14428
+ width: 100%;
14429
+ overflow: hidden;
14430
+ white-space: nowrap;
14431
+ text-overflow: ellipsis;
14432
+ color: var(--shuyunBlue4) !important;
14433
+ cursor: pointer;
14434
+ }
14435
+ .over-length-tip-href:hover {
14436
+ color: var(--shuyunBlue4) !important;
14437
+ }
14438
+ .text-overflow-other {
14439
+ overflow: hidden;
14440
+ white-space: nowrap;
14441
+ text-overflow: ellipsis;
14442
+ width: calc(100% - 60px) !important;
14443
+ padding-right: 0;
14444
+ }
14445
+ .wx-span {
14446
+ width: 100%;
14447
+ }
14448
+ .search-empty-com {
14449
+ display: flex;
14450
+ width: 100%;
14451
+ height: 170px;
14452
+ flex-direction: column;
14453
+ justify-content: center;
14454
+ color: rgba(0, 0, 0, 0.45);
14455
+ align-items: center;
14456
+ border-radius: 2px;
14457
+ }
14458
+
14098
14459
  /**
14099
14460
  * style.less
14100
14461
  * @author wangbo
@@ -14195,7 +14556,7 @@ body {
14195
14556
  max-width: calc(100% - 20px) !important;
14196
14557
  }
14197
14558
  .newCloud-ccascader-menus .newCloud-ccascader-menu:nth-child(1) {
14198
- width: 300px;
14559
+ width: 270px !important;
14199
14560
  }
14200
14561
  .newCloud-ccascader-menus .newCloud-ccascader-menu:nth-child(1) .newCloud-ccascader-menu-item-content {
14201
14562
  overflow: hidden;
@@ -14208,6 +14569,10 @@ body {
14208
14569
  .newCloud-input-disabled {
14209
14570
  background: #f5f5f5 !important;
14210
14571
  }
14572
+ #newCloud-popover-confirm {
14573
+ background: #0055cc !important;
14574
+ border: 1px solid #0055cc !important;
14575
+ }
14211
14576
  .customer-view-new-tip-temp {
14212
14577
  display: flex;
14213
14578
  }
@@ -14479,6 +14844,9 @@ body {
14479
14844
  font-weight: 400;
14480
14845
  font-size: 14px;
14481
14846
  }
14847
+ .grid-area-new .customer-benefit-area-new .info-tip {
14848
+ cursor: pointer;
14849
+ }
14482
14850
  .grid-area-new .customer-order-area-new {
14483
14851
  height: calc(100% - 16px);
14484
14852
  width: 100%;
@@ -14566,6 +14934,9 @@ body {
14566
14934
  overflow-y: auto;
14567
14935
  overflow-x: hidden;
14568
14936
  }
14937
+ .grid-area-new .customer-order-area-new .order-table-body .order-temp-tip-width {
14938
+ width: calc(100% - 60px);
14939
+ }
14569
14940
  .grid-area-new .customer-order-area-new .order-table-body .order-info {
14570
14941
  width: 100%;
14571
14942
  margin-top: 13px;
@@ -14586,7 +14957,7 @@ body {
14586
14957
  .grid-area-new .customer-order-area-new .order-table-body .order-title .order-time {
14587
14958
  height: 20px;
14588
14959
  line-height: 20px;
14589
- font-size: 14px;
14960
+ font-size: 12px;
14590
14961
  color: rgba(0, 0, 0, 0.85);
14591
14962
  }
14592
14963
  .grid-area-new .customer-order-area-new .order-table-body .order-title .order-shop .copy-order-id,
@@ -14619,16 +14990,29 @@ body {
14619
14990
  cursor: pointer;
14620
14991
  }
14621
14992
  .grid-area-new .customer-order-area-new .order-table-body .order-title .order-time {
14622
- width: 200px;
14993
+ width: 180px;
14994
+ }
14995
+ .grid-area-new .customer-order-area-new .order-table-body .order-title .order-special {
14996
+ width: 330px !important;
14997
+ }
14998
+ .grid-area-new .customer-order-area-new .order-table-body .order-title .order-common-width-0 {
14999
+ width: calc((100% - 180px - 180px - 330px - 120px) / 2);
15000
+ }
15001
+ .grid-area-new .customer-order-area-new .order-table-body .order-title .order-common-width-1-1 {
15002
+ width: calc((100% - 180px - 180px - 180px - 330px - 150px) / 2);
15003
+ }
15004
+ .grid-area-new .customer-order-area-new .order-table-body .order-title .order-common-width-1-2 {
15005
+ width: calc((100% - 180px - 180px - 330px - 150px) / 3);
15006
+ }
15007
+ .grid-area-new .customer-order-area-new .order-table-body .order-title .order-common-width-2 {
15008
+ width: calc((100% - 180px - 180px - 180px - 330px - 180px) / 3);
14623
15009
  }
14624
15010
  .grid-area-new .customer-order-area-new .order-table-body .order-title .order-shop {
14625
- width: calc((100% - 400px - 120px) / 3);
14626
15011
  overflow: hidden;
14627
15012
  white-space: nowrap;
14628
15013
  text-overflow: ellipsis;
14629
15014
  }
14630
15015
  .grid-area-new .customer-order-area-new .order-table-body .order-title .order-other {
14631
- width: calc((100% - 400px - 120px) / 3);
14632
15016
  display: flex;
14633
15017
  }
14634
15018
  .grid-area-new .customer-order-area-new .order-table-body .order-title .order-other span {
@@ -14663,12 +15047,23 @@ body {
14663
15047
  .grid-area-new .customer-order-area-new .order-table-body .order-title-another .title-section-temp:nth-child(1) {
14664
15048
  margin-bottom: 10px;
14665
15049
  }
15050
+ .grid-area-new .customer-order-area-new .order-table-body .order-title-another .title-section-temp .order-temp:nth-child(1) {
15051
+ width: calc(100% - 90px - 350px - 180px - 180px);
15052
+ }
15053
+ .grid-area-new .customer-order-area-new .order-table-body .order-title-another .title-section-temp .order-temp:nth-child(2) {
15054
+ width: 350px ;
15055
+ }
15056
+ .grid-area-new .customer-order-area-new .order-table-body .order-title-another .title-section-temp .order-temp:nth-child(3),
15057
+ .grid-area-new .customer-order-area-new .order-table-body .order-title-another .title-section-temp .order-temp:nth-child(4) {
15058
+ width: 180px ;
15059
+ }
14666
15060
  .grid-area-new .customer-order-area-new .order-table-body .order-title-another .order-temp {
15061
+ display: flex;
15062
+ align-items: center;
14667
15063
  height: 20px;
14668
15064
  line-height: 20px;
14669
- font-size: 14px;
15065
+ font-size: 12px;
14670
15066
  color: rgba(0, 0, 0, 0.85);
14671
- width: calc((100% - 90px) / 4);
14672
15067
  margin-left: 30px;
14673
15068
  overflow: hidden;
14674
15069
  white-space: nowrap;
@@ -14677,6 +15072,9 @@ body {
14677
15072
  .grid-area-new .customer-order-area-new .order-table-body .order-title-another .order-temp .copy-order-id {
14678
15073
  color: rgba(0, 0, 0, 0.85) !important;
14679
15074
  cursor: pointer;
15075
+ overflow: hidden;
15076
+ white-space: nowrap;
15077
+ text-overflow: ellipsis;
14680
15078
  }
14681
15079
  .grid-area-new .customer-order-area-new .order-table-body .order-title-another .order-temp span:nth-child(1) {
14682
15080
  color: rgba(0, 0, 0, 0.65);
@@ -14945,7 +15343,7 @@ body {
14945
15343
  }
14946
15344
  .grid-area-new .customer-account-new .account-info-right .info-copy .newCloud-icon {
14947
15345
  cursor: pointer;
14948
- color: rgba(0, 0, 0, 0.45);
15346
+ color: rgba(0, 0, 0, 0.25);
14949
15347
  }
14950
15348
  .grid-area-new .tips-label {
14951
15349
  text-align: right;
@@ -15074,7 +15472,7 @@ body {
15074
15472
  max-width: calc(100% - 20px) !important;
15075
15473
  }
15076
15474
  .newCloud-ccascader-menus .newCloud-ccascader-menu:nth-child(1) {
15077
- width: 300px;
15475
+ width: 270px !important;
15078
15476
  }
15079
15477
  .newCloud-ccascader-menus .newCloud-ccascader-menu:nth-child(1) .newCloud-ccascader-menu-item-content {
15080
15478
  overflow: hidden;
@@ -15087,6 +15485,10 @@ body {
15087
15485
  .newCloud-input-disabled {
15088
15486
  background: #f5f5f5 !important;
15089
15487
  }
15488
+ #newCloud-popover-confirm {
15489
+ background: #0055cc !important;
15490
+ border: 1px solid #0055cc !important;
15491
+ }
15090
15492
  .customer-view-new-tip-temp {
15091
15493
  display: flex;
15092
15494
  }
@@ -15248,46 +15650,6 @@ body {
15248
15650
  display: inline-block;
15249
15651
  }
15250
15652
 
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) !important;
15275
- cursor: pointer;
15276
- }
15277
- .over-length-tip-href:hover {
15278
- color: var(--shuyunBlue4) !important;
15279
- }
15280
- .text-overflow-other {
15281
- overflow: hidden;
15282
- white-space: nowrap;
15283
- text-overflow: ellipsis;
15284
- width: calc(100% - 60px) !important;
15285
- padding-right: 0;
15286
- }
15287
- .wx-span {
15288
- width: 100%;
15289
- }
15290
-
15291
15653
  /**
15292
15654
  * index.less
15293
15655
  * wangbo
@@ -15382,7 +15744,7 @@ body {
15382
15744
  max-width: calc(100% - 20px) !important;
15383
15745
  }
15384
15746
  .newCloud-ccascader-menus .newCloud-ccascader-menu:nth-child(1) {
15385
- width: 300px;
15747
+ width: 270px !important;
15386
15748
  }
15387
15749
  .newCloud-ccascader-menus .newCloud-ccascader-menu:nth-child(1) .newCloud-ccascader-menu-item-content {
15388
15750
  overflow: hidden;
@@ -15395,6 +15757,10 @@ body {
15395
15757
  .newCloud-input-disabled {
15396
15758
  background: #f5f5f5 !important;
15397
15759
  }
15760
+ #newCloud-popover-confirm {
15761
+ background: #0055cc !important;
15762
+ border: 1px solid #0055cc !important;
15763
+ }
15398
15764
  .customer-view-new-tip-temp {
15399
15765
  display: flex;
15400
15766
  }
@@ -15543,15 +15909,13 @@ body {
15543
15909
  .customer-label-area-new .customer-label-content .common-block:last-child {
15544
15910
  margin-bottom: 16px;
15545
15911
  }
15546
- .customer-label-area-new .customer-label-content .tag-item-com {
15547
- padding-left: 14px;
15548
- }
15549
- .customer-label-area-new .customer-label-content .info-tag {
15912
+ .customer-label-area-new .customer-label-content .common-block .info-tag {
15550
15913
  width: 100%;
15551
15914
  display: flex;
15552
15915
  flex-flow: wrap;
15916
+ gap: 0 6px;
15553
15917
  }
15554
- .customer-label-area-new .customer-label-content .info-tag span {
15918
+ .customer-label-area-new .customer-label-content .common-block .info-tag span {
15555
15919
  display: block;
15556
15920
  height: 20px;
15557
15921
  font-size: 14px;
@@ -15560,58 +15924,64 @@ body {
15560
15924
  line-height: 20px;
15561
15925
  margin-bottom: 8px;
15562
15926
  }
15563
- .customer-label-area-new .customer-label-content .info-tag-not-depend {
15927
+ .customer-label-area-new .customer-label-content .common-block .info-tag-wx {
15928
+ gap: 0 20px;
15929
+ }
15930
+ .customer-label-area-new .customer-label-content .common-block .info-tag-not-depend {
15564
15931
  padding: 0 14px;
15565
15932
  box-sizing: border-box;
15566
15933
  }
15567
- .customer-label-area-new .customer-label-content .tag-item-edit {
15934
+ .customer-label-area-new .customer-label-content .common-block .tag-item-edit {
15568
15935
  cursor: pointer;
15569
15936
  }
15570
- .customer-label-area-new .customer-label-content .info-tag-p2 .tag-item {
15937
+ .customer-label-area-new .customer-label-content .common-block .tag-item-edit-title {
15938
+ color: rgba(0, 0, 0, 0.65);
15939
+ }
15940
+ .customer-label-area-new .customer-label-content .common-block .info-tag-p2 .tag-item {
15571
15941
  display: flex;
15572
15942
  width: calc((100% - 20px) / 2);
15573
15943
  overflow: hidden;
15574
15944
  white-space: nowrap;
15575
15945
  text-overflow: ellipsis;
15576
- margin-right: 20px;
15577
15946
  box-sizing: border-box;
15578
15947
  }
15579
- .customer-label-area-new .customer-label-content .info-tag-p2 .tag-item span p {
15948
+ .customer-label-area-new .customer-label-content .common-block .info-tag-p2 .tag-item span p {
15580
15949
  display: inline-block;
15581
15950
  }
15582
- .customer-label-area-new .customer-label-content .info-tag-p2 .tag-item span p:nth-child(1) {
15951
+ .customer-label-area-new .customer-label-content .common-block .info-tag-p2 .tag-item span p:nth-child(1) {
15583
15952
  color: rgba(0, 0, 0, 0.65);
15584
15953
  }
15585
- .customer-label-area-new .customer-label-content .info-tag-p2 span.tag-item:nth-child(2n) {
15586
- margin-right: 0;
15954
+ .customer-label-area-new .customer-label-content .common-block .info-tag-p2 > span.tag-item-com {
15955
+ padding-left: 14px !important;
15956
+ width: calc((100% - 6px) / 2);
15587
15957
  }
15588
- .customer-label-area-new .customer-label-content .info-tag-p2 .two-overflow {
15958
+ .customer-label-area-new .customer-label-content .common-block .info-tag-p2 .two-overflow {
15589
15959
  width: calc(100% - 60px);
15590
15960
  overflow: hidden;
15591
15961
  white-space: nowrap;
15592
15962
  text-overflow: ellipsis;
15593
15963
  padding-right: 0;
15594
15964
  }
15595
- .customer-label-area-new .customer-label-content .info-tag-p3 .tag-item {
15965
+ .customer-label-area-new .customer-label-content .common-block .info-tag-p3 .tag-item {
15596
15966
  display: flex;
15597
15967
  width: calc((100% - 40px) / 3);
15598
- margin-right: 20px;
15599
15968
  overflow: hidden;
15600
15969
  white-space: nowrap;
15601
15970
  text-overflow: ellipsis;
15602
15971
  box-sizing: border-box;
15603
15972
  }
15604
- .customer-label-area-new .customer-label-content .info-tag-p3 span.tag-item:nth-child(3n) {
15605
- margin-right: 0;
15973
+ .customer-label-area-new .customer-label-content .common-block .info-tag-p3 > span.tag-item-com {
15974
+ padding-left: 14px !important;
15975
+ width: calc((100% - 12px) / 3);
15606
15976
  }
15607
- .customer-label-area-new .customer-label-content .info-tag-p3 .three-overflow {
15977
+ .customer-label-area-new .customer-label-content .common-block .info-tag-p3 .three-overflow {
15608
15978
  overflow: hidden;
15609
15979
  white-space: nowrap;
15610
15980
  text-overflow: ellipsis;
15611
15981
  width: calc(100% - 60px);
15612
15982
  padding-right: 0;
15613
15983
  }
15614
- .customer-label-area-new .customer-label-content .text-overflow {
15984
+ .customer-label-area-new .customer-label-content .common-block .text-overflow {
15615
15985
  overflow: hidden;
15616
15986
  white-space: nowrap;
15617
15987
  text-overflow: ellipsis;
@@ -15737,7 +16107,7 @@ body {
15737
16107
  padding-top: 7px;
15738
16108
  }
15739
16109
  .customer-label-area-new .customer-label-content .weChat-module-new .wc-tag {
15740
- padding: 16px;
16110
+ padding: 16px 16px 8px 16px;
15741
16111
  box-sizing: border-box;
15742
16112
  }
15743
16113
  .customer-label-area-new .customer-label-content .weChat-module-new .empty-div {
@@ -15756,12 +16126,16 @@ body {
15756
16126
  .customer-label-area-new .customer-label-content .custom-module-new .dependent-tag {
15757
16127
  width: 100%;
15758
16128
  background: #FAFAFA;
15759
- padding-top: 14px;
16129
+ padding-top: 16px;
15760
16130
  font-weight: 400;
15761
16131
  color: rgba(0, 0, 0, 0.85);
15762
16132
  line-height: 20px;
15763
16133
  margin-bottom: 14px;
15764
16134
  }
16135
+ .customer-label-area-new .customer-label-content .custom-module-new .dependent-tag .dependent-tag-name {
16136
+ padding-left: 14px;
16137
+ margin-bottom: 0;
16138
+ }
15765
16139
  .customer-label-area-new .customer-label-content .custom-module-new .dependent-tag > span {
15766
16140
  cursor: pointer;
15767
16141
  }
@@ -15769,6 +16143,9 @@ body {
15769
16143
  padding-top: 16px;
15770
16144
  padding-bottom: 8px;
15771
16145
  }
16146
+ .customer-label-area-new .customer-label-content .custom-module-new .dependent-tag .dependent-tag-item .instance-title {
16147
+ padding-left: 14px !important;
16148
+ }
15772
16149
  .customer-label-area-new .customer-label-content .custom-module-new .dependent-tag .dependent-tag-item:not(:last-child) {
15773
16150
  border-bottom: 1px solid #E8E8E8;
15774
16151
  }
@@ -15778,14 +16155,22 @@ body {
15778
16155
  color: rgba(0, 0, 0, 0.85);
15779
16156
  cursor: pointer;
15780
16157
  }
15781
- .customer-label-area-new .customer-label-content .custom-module-new .common-title-right span {
15782
- padding-right: 13px;
15783
- cursor: pointer;
15784
- font-size: 14px;
15785
- color: rgba(0, 0, 0, 0.45);
16158
+ .customer-label-area-new .customer-label-content .custom-module-new .common-title-right {
16159
+ display: flex;
16160
+ align-items: center;
16161
+ }
16162
+ .customer-label-area-new .customer-label-content .custom-module-new .common-title-right > span {
16163
+ display: inline-block;
16164
+ border-right: 1px solid #E8E8E8;
16165
+ height: 12px;
16166
+ margin-right: 12px;
15786
16167
  }
15787
16168
  .customer-label-area-new .customer-label-content .custom-module-new .common-title-right .newCloud-icon {
16169
+ display: inline-block;
16170
+ margin-right: 12px;
15788
16171
  font-size: 14px;
16172
+ cursor: pointer;
16173
+ color: rgba(0, 0, 0, 0.45);
15789
16174
  }
15790
16175
  .customer-label-area-new .customer-label-content .custom-module-new .common-title-right .active-icon {
15791
16176
  color: var(--shuyunBlue4) !important;
@@ -15795,7 +16180,6 @@ body {
15795
16180
  }
15796
16181
  .customer-label-area-new .customer-label-content .custom-module-new .common-block-info .shop-block {
15797
16182
  margin-bottom: 16px;
15798
- padding-bottom: 8px;
15799
16183
  border-bottom: 1px solid #E8E8E8;
15800
16184
  }
15801
16185
  .customer-label-area-new .customer-label-content .custom-module-new .common-block-info .shop-block:last-child {
@@ -15832,11 +16216,10 @@ body {
15832
16216
  .customer-label-area-new .customer-label-content .custom-module-new .common-block-info-group {
15833
16217
  border-radius: 2px;
15834
16218
  border-bottom: 1px solid #E8E8E8;
15835
- padding: 12px 0 6px 0;
16219
+ padding: 16px 0 6px 0;
15836
16220
  }
15837
16221
  .customer-label-area-new .customer-label-content .custom-module-new .common-block-info-group:last-child {
15838
16222
  border-bottom: none;
15839
- padding: 12px 0px 0px;
15840
16223
  }
15841
16224
  .customer-label-area-new .customer-label-content .custom-module-new .common-block-info-group .info-title {
15842
16225
  font-size: 14px;
@@ -15870,8 +16253,9 @@ body {
15870
16253
  }
15871
16254
  .edit-tag .edit-tag-container {
15872
16255
  display: flex;
15873
- height: 100%;
16256
+ height: calc(100% - 16px - 38px);
15874
16257
  overflow: hidden;
16258
+ margin-top: 16px;
15875
16259
  }
15876
16260
  .edit-tag .edit-tag-container .edit-tag-search-block {
15877
16261
  flex: 0 0 380px;
@@ -16058,7 +16442,7 @@ body {
16058
16442
  }
16059
16443
  .edit-tag .edit-tag-container .edit-tag-form .newCloud-form-item-label {
16060
16444
  color: rgba(0, 0, 0, 0.85);
16061
- margin-bottom: 16px;
16445
+ margin-bottom: 12px;
16062
16446
  }
16063
16447
  .edit-tag .edit-tag-container .edit-tag-form .edit-tag-header {
16064
16448
  padding: 0 16px;
@@ -16079,10 +16463,6 @@ body {
16079
16463
  color: rgba(0, 0, 0, 0.65);
16080
16464
  line-height: 20px;
16081
16465
  }
16082
- .edit-tag .edit-tag-container .edit-tag-form .age-item-container {
16083
- display: flex;
16084
- align-items: center;
16085
- }
16086
16466
  .edit-tag .edit-tag-container .edit-tag-form .age-item-container .newCloud-form-item:first-child {
16087
16467
  flex: 0 0 295px;
16088
16468
  }
@@ -16099,7 +16479,15 @@ body {
16099
16479
  .edit-tag .edit-tag-container .edit-tag-form .tag-info-value .disable-tag {
16100
16480
  position: absolute;
16101
16481
  top: 16px;
16102
- right: 48px;
16482
+ right: 40px;
16483
+ }
16484
+ .edit-tag .edit-tag-container .edit-tag-form .tag-info-value .disable-tag .disable-tag-span {
16485
+ width: 36px;
16486
+ height: 17px;
16487
+ line-height: 17px;
16488
+ font-size: 12px;
16489
+ color: rgba(0, 0, 0, 0.45);
16490
+ padding-left: 4px;
16103
16491
  }
16104
16492
  .edit-tag .edit-tag-container .edit-tag-form .tag-info-value .remove-tag-value {
16105
16493
  position: absolute;
@@ -16163,6 +16551,17 @@ body {
16163
16551
  color: rgba(0, 0, 0, 0.85);
16164
16552
  line-height: 20px;
16165
16553
  }
16554
+ .edit-tag .edit-tag-container .edit-tag-form .dependent-wrapper .dependent-wrapper-form {
16555
+ padding: 0 !important;
16556
+ width: 100% !important;
16557
+ }
16558
+ .edit-tag .edit-tag-container .edit-tag-form .dependent-wrapper .dependent-wrapper-form .has-error .newCloud-picker {
16559
+ border-color: #e8e8e8 !important;
16560
+ }
16561
+ .edit-tag .edit-tag-container .edit-tag-form .dependent-wrapper .dependent-wrapper-form .has-error > .newCloud-input,
16562
+ .edit-tag .edit-tag-container .edit-tag-form .dependent-wrapper .dependent-wrapper-form .has-error > .newCloud-picker {
16563
+ border-color: red !important;
16564
+ }
16166
16565
  .edit-tag .edit-tag-container .edit-tag-form .dependent-wrapper .dependent-instance {
16167
16566
  width: 505px;
16168
16567
  background: #FFFFFF;
@@ -16177,22 +16576,29 @@ body {
16177
16576
  display: flex;
16178
16577
  align-items: center;
16179
16578
  justify-content: space-between;
16180
- cursor: pointer;
16181
16579
  }
16182
16580
  .edit-tag .edit-tag-container .edit-tag-form .dependent-wrapper .dependent-instance .instance-title .title {
16183
16581
  font-size: 14px;
16184
16582
  font-weight: 400;
16185
16583
  color: rgba(0, 0, 0, 0.85);
16186
16584
  line-height: 20px;
16585
+ display: flex;
16586
+ align-items: center;
16587
+ }
16588
+ .edit-tag .edit-tag-container .edit-tag-form .dependent-wrapper .dependent-instance .instance-title .newCloud-form-item {
16589
+ width: 270px !important;
16187
16590
  }
16188
16591
  .edit-tag .edit-tag-container .edit-tag-form .dependent-wrapper .dependent-instance .instance-content {
16189
16592
  padding: 16px 12px 0 12px;
16190
16593
  }
16191
- .edit-tag .edit-tag-container .edit-tag-form .dependent-wrapper .dependent-instance .instance-content .newCloud-form-item {
16594
+ .edit-tag .edit-tag-container .edit-tag-form .dependent-wrapper .dependent-instance .instance-content .newCloud-form-item:not(:last-child) {
16192
16595
  padding: 0 0 24px 0 !important;
16193
16596
  }
16597
+ .edit-tag .edit-tag-container .edit-tag-form .dependent-wrapper .dependent-instance .instance-content .newCloud-form-item:last-child {
16598
+ padding: 0 0 16px 0 !important;
16599
+ }
16194
16600
  .edit-tag .edit-tag-container .edit-tag-form .dependent-wrapper .dependent-instance .instance-content .newCloud-form-item-label {
16195
- margin-bottom: 8px !important;
16601
+ margin-bottom: 12px !important;
16196
16602
  }
16197
16603
  .edit-tag .edit-tag-container .edit-tag-form .empty {
16198
16604
  display: flex;