cloud-business 0.1.89-2 → 0.1.89-4

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.
@@ -13572,6 +13572,12 @@ body {
13572
13572
  white-space: nowrap;
13573
13573
  text-overflow: ellipsis;
13574
13574
  }
13575
+ .newCloud-picker-disabled input {
13576
+ background: #f5f5f5 !important;
13577
+ }
13578
+ .newCloud-input-disabled {
13579
+ background: #f5f5f5 !important;
13580
+ }
13575
13581
  .customer-view-new-tip-temp {
13576
13582
  display: flex;
13577
13583
  }
@@ -13677,6 +13683,12 @@ body {
13677
13683
  white-space: nowrap;
13678
13684
  text-overflow: ellipsis;
13679
13685
  }
13686
+ .newCloud-picker-disabled input {
13687
+ background: #f5f5f5 !important;
13688
+ }
13689
+ .newCloud-input-disabled {
13690
+ background: #f5f5f5 !important;
13691
+ }
13680
13692
  .customer-view-new-tip-temp {
13681
13693
  display: flex;
13682
13694
  }
@@ -13961,6 +13973,12 @@ body {
13961
13973
  white-space: nowrap;
13962
13974
  text-overflow: ellipsis;
13963
13975
  }
13976
+ .newCloud-picker-disabled input {
13977
+ background: #f5f5f5 !important;
13978
+ }
13979
+ .newCloud-input-disabled {
13980
+ background: #f5f5f5 !important;
13981
+ }
13964
13982
  .customer-view-new-tip-temp {
13965
13983
  display: flex;
13966
13984
  }
@@ -14740,6 +14758,12 @@ body {
14740
14758
  white-space: nowrap;
14741
14759
  text-overflow: ellipsis;
14742
14760
  }
14761
+ .newCloud-picker-disabled input {
14762
+ background: #f5f5f5 !important;
14763
+ }
14764
+ .newCloud-input-disabled {
14765
+ background: #f5f5f5 !important;
14766
+ }
14743
14767
  .customer-view-new-tip-temp {
14744
14768
  display: flex;
14745
14769
  }
@@ -15008,6 +15032,12 @@ body {
15008
15032
  white-space: nowrap;
15009
15033
  text-overflow: ellipsis;
15010
15034
  }
15035
+ .newCloud-picker-disabled input {
15036
+ background: #f5f5f5 !important;
15037
+ }
15038
+ .newCloud-input-disabled {
15039
+ background: #f5f5f5 !important;
15040
+ }
15011
15041
  .customer-view-new-tip-temp {
15012
15042
  display: flex;
15013
15043
  }
@@ -15070,7 +15100,7 @@ body {
15070
15100
  width: 4px;
15071
15101
  height: 12px;
15072
15102
  background: var(--shuyunBlue4);
15073
- margin-right: 4px;
15103
+ margin-right: 8px;
15074
15104
  }
15075
15105
  .customer-label-area-new .customer-label-content .common-title .common-title-left p {
15076
15106
  font-weight: 500;
@@ -15082,7 +15112,7 @@ body {
15082
15112
  height: 44px;
15083
15113
  border-radius: 4px;
15084
15114
  border: 1px solid #E8E8E8;
15085
- margin-top: 12px;
15115
+ margin-top: 16px;
15086
15116
  overflow: hidden;
15087
15117
  }
15088
15118
  .customer-label-area-new .customer-label-content .common-block .common-block-title {
@@ -15323,8 +15353,11 @@ body {
15323
15353
  margin-bottom: 12px;
15324
15354
  }
15325
15355
  .customer-label-area-new .customer-label-content .custom-module-new .dependent-tag .dependent-tag-item {
15326
- margin-top: 16px;
15327
- margin-bottom: 12px;
15356
+ padding-top: 16px;
15357
+ padding-bottom: 8px;
15358
+ }
15359
+ .customer-label-area-new .customer-label-content .custom-module-new .dependent-tag .dependent-tag-item:not(:last-child) {
15360
+ border-bottom: 1px solid #E8E8E8;
15328
15361
  }
15329
15362
  .customer-label-area-new .customer-label-content .custom-module-new .dependent-tag .instance-title {
15330
15363
  margin-bottom: 12px;
@@ -15347,6 +15380,7 @@ body {
15347
15380
  }
15348
15381
  .customer-label-area-new .customer-label-content .custom-module-new .common-block-info .shop-block {
15349
15382
  margin-bottom: 16px;
15383
+ padding-bottom: 8px;
15350
15384
  border-bottom: 1px solid #E8E8E8;
15351
15385
  }
15352
15386
  .customer-label-area-new .customer-label-content .custom-module-new .common-block-info .shop-block:last-child {
@@ -15411,8 +15445,8 @@ body {
15411
15445
  font-size: 14px;
15412
15446
  font-weight: 400;
15413
15447
  color: rgba(0, 0, 0, 0.45);
15414
- line-height: 20px;
15415
15448
  text-align: center;
15449
+ margin-top: 8px;
15416
15450
  }
15417
15451
  .edit-tag {
15418
15452
  width: 100%;
@@ -15658,6 +15692,12 @@ body {
15658
15692
  right: 16px;
15659
15693
  display: none;
15660
15694
  }
15695
+ .edit-tag .edit-tag-container .edit-tag-form .newCloud-icon-close {
15696
+ font-size: 8px;
15697
+ margin-left: 10px;
15698
+ font-weight: normal;
15699
+ cursor: pointer;
15700
+ }
15661
15701
  .edit-tag .edit-tag-container .edit-tag-form .newCloud-radio-group {
15662
15702
  flex-wrap: wrap;
15663
15703
  overflow: hidden;