cloud-business 0.1.86-7 → 0.1.87-1

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.
@@ -13485,6 +13485,22 @@ body {
13485
13485
  font-variant: tabular-nums;
13486
13486
  font-feature-settings: 'tnum', "tnum";
13487
13487
  }
13488
+ .newCloud-drawer1-title {
13489
+ font-size: 16px;
13490
+ font-weight: bold;
13491
+ }
13492
+ .newCloud-drawer1-close {
13493
+ font-size: 24px;
13494
+ padding-right: 16px;
13495
+ cursor: pointer;
13496
+ }
13497
+ .newCloud-input:focus {
13498
+ border-color: var(--shuyunBlue4) !important;
13499
+ }
13500
+ .newCloud-picker-input > input:focus {
13501
+ border: 0 !important;
13502
+ outline: none;
13503
+ }
13488
13504
 
13489
13505
  /**
13490
13506
  * index.less
@@ -13533,6 +13549,22 @@ body {
13533
13549
  font-variant: tabular-nums;
13534
13550
  font-feature-settings: 'tnum', "tnum";
13535
13551
  }
13552
+ .newCloud-drawer1-title {
13553
+ font-size: 16px;
13554
+ font-weight: bold;
13555
+ }
13556
+ .newCloud-drawer1-close {
13557
+ font-size: 24px;
13558
+ padding-right: 16px;
13559
+ cursor: pointer;
13560
+ }
13561
+ .newCloud-input:focus {
13562
+ border-color: var(--shuyunBlue4) !important;
13563
+ }
13564
+ .newCloud-picker-input > input:focus {
13565
+ border: 0 !important;
13566
+ outline: none;
13567
+ }
13536
13568
  .account-area-new {
13537
13569
  background: #FFFFFF;
13538
13570
  height: 120px;
@@ -13735,6 +13767,22 @@ body {
13735
13767
  font-variant: tabular-nums;
13736
13768
  font-feature-settings: 'tnum', "tnum";
13737
13769
  }
13770
+ .newCloud-drawer1-title {
13771
+ font-size: 16px;
13772
+ font-weight: bold;
13773
+ }
13774
+ .newCloud-drawer1-close {
13775
+ font-size: 24px;
13776
+ padding-right: 16px;
13777
+ cursor: pointer;
13778
+ }
13779
+ .newCloud-input:focus {
13780
+ border-color: var(--shuyunBlue4) !important;
13781
+ }
13782
+ .newCloud-picker-input > input:focus {
13783
+ border: 0 !important;
13784
+ outline: none;
13785
+ }
13738
13786
  #computedWidth {
13739
13787
  display: none;
13740
13788
  }
@@ -14010,18 +14058,6 @@ body {
14010
14058
  padding-left: 16px;
14011
14059
  margin-top: 16px;
14012
14060
  }
14013
- .grid-area-new .customer-order-area-new .default-img {
14014
- display: inline-block;
14015
- width: 60px;
14016
- height: 60px;
14017
- color: rgba(0, 0, 0, 0.45);
14018
- background: #EBEBEB;
14019
- padding: 15px 15px;
14020
- box-sizing: border-box;
14021
- line-height: 16px;
14022
- letter-spacing: 3px;
14023
- white-space: normal;
14024
- }
14025
14061
  .grid-area-new .customer-order-area-new .empty-order {
14026
14062
  position: absolute;
14027
14063
  top: calc((100% - 90px)/2);
@@ -14066,6 +14102,8 @@ body {
14066
14102
  }
14067
14103
  .grid-area-new .customer-order-area-new .order-table-title {
14068
14104
  display: flex;
14105
+ font-size: 14px;
14106
+ color: rgba(0, 0, 0, 0.45);
14069
14107
  }
14070
14108
  .grid-area-new .customer-order-area-new .order-table-title .table-column1,
14071
14109
  .grid-area-new .customer-order-area-new .order-table-title .table-column2,
@@ -14270,8 +14308,13 @@ body {
14270
14308
  .grid-area-new .customer-order-area-new .order-table-body .order-content .order-content-4 {
14271
14309
  width: 260px;
14272
14310
  border-right: 1px solid #E8E8E8;
14311
+ line-height: 20px;
14312
+ display: flex;
14313
+ flex-direction: column;
14314
+ justify-content: center;
14315
+ align-items: flex-start;
14273
14316
  }
14274
- .grid-area-new .customer-order-area-new .order-table-body .order-content .order-content-4 span:nth-child(1) {
14317
+ .grid-area-new .customer-order-area-new .order-table-body .order-content .order-content-4 p:nth-child(1) {
14275
14318
  color: #FD830A;
14276
14319
  }
14277
14320
  .grid-area-new .customer-order-area-new .order-table-body-empty {
@@ -14357,6 +14400,7 @@ body {
14357
14400
  }
14358
14401
  .grid-area-new .customer-account-new .account-info-right .info-copy .newCloud-icon {
14359
14402
  cursor: pointer;
14403
+ color: rgba(0, 0, 0, 0.45);
14360
14404
  }
14361
14405
  .grid-area-new .tips-label {
14362
14406
  text-align: right;
@@ -14438,6 +14482,22 @@ body {
14438
14482
  font-variant: tabular-nums;
14439
14483
  font-feature-settings: 'tnum', "tnum";
14440
14484
  }
14485
+ .newCloud-drawer1-title {
14486
+ font-size: 16px;
14487
+ font-weight: bold;
14488
+ }
14489
+ .newCloud-drawer1-close {
14490
+ font-size: 24px;
14491
+ padding-right: 16px;
14492
+ cursor: pointer;
14493
+ }
14494
+ .newCloud-input:focus {
14495
+ border-color: var(--shuyunBlue4) !important;
14496
+ }
14497
+ .newCloud-picker-input > input:focus {
14498
+ border: 0 !important;
14499
+ outline: none;
14500
+ }
14441
14501
  .customer-card-container-new {
14442
14502
  position: relative;
14443
14503
  display: flex;
@@ -14515,7 +14575,7 @@ body {
14515
14575
  box-sizing: border-box;
14516
14576
  }
14517
14577
  .customer-card-container-new .right-card-info .info {
14518
- padding-top: 16px;
14578
+ padding-top: 24px;
14519
14579
  box-sizing: border-box;
14520
14580
  }
14521
14581
  .customer-card-container-new .right-card-info .info:not(:last-child) {
@@ -14606,6 +14666,22 @@ body {
14606
14666
  font-variant: tabular-nums;
14607
14667
  font-feature-settings: 'tnum', "tnum";
14608
14668
  }
14669
+ .newCloud-drawer1-title {
14670
+ font-size: 16px;
14671
+ font-weight: bold;
14672
+ }
14673
+ .newCloud-drawer1-close {
14674
+ font-size: 24px;
14675
+ padding-right: 16px;
14676
+ cursor: pointer;
14677
+ }
14678
+ .newCloud-input:focus {
14679
+ border-color: var(--shuyunBlue4) !important;
14680
+ }
14681
+ .newCloud-picker-input > input:focus {
14682
+ border: 0 !important;
14683
+ outline: none;
14684
+ }
14609
14685
  .customer-label-area-new {
14610
14686
  height: 100%;
14611
14687
  box-sizing: border-box;
@@ -14769,7 +14845,7 @@ body {
14769
14845
  }
14770
14846
  .customer-label-area-new .customer-label-content .rfm-module-new .common-rfm-block {
14771
14847
  border-bottom: 1px solid #E8E8E8;
14772
- margin-bottom: 15px;
14848
+ margin-bottom: 16px;
14773
14849
  padding-bottom: 16px;
14774
14850
  box-sizing: border-box;
14775
14851
  }
@@ -14815,6 +14891,7 @@ body {
14815
14891
  color: rgba(0, 0, 0, 0.85);
14816
14892
  height: 28px;
14817
14893
  line-height: 28px;
14894
+ font-family: 'DIN alternate';
14818
14895
  }
14819
14896
  .customer-label-area-new .customer-label-content .rfm-module-new .allRfm-info .right {
14820
14897
  width: calc(100% - 324px);
@@ -14841,6 +14918,10 @@ body {
14841
14918
  .customer-label-area-new .customer-label-content .rfm-module-new .shopRfm-info {
14842
14919
  padding-top: 16px;
14843
14920
  }
14921
+ .customer-label-area-new .customer-label-content .rfm-module-new .platRfm-info .emptyArea p,
14922
+ .customer-label-area-new .customer-label-content .rfm-module-new .shopRfm-info .emptyArea p {
14923
+ color: rgba(0, 0, 0, 0.45);
14924
+ }
14844
14925
  .customer-label-area-new .customer-label-content .rfm-module-new .plat-name {
14845
14926
  padding-left: 8px;
14846
14927
  }
@@ -14886,6 +14967,7 @@ body {
14886
14967
  }
14887
14968
  .customer-label-area-new .customer-label-content .custom-module-new .common-block-info .shop-block:last-child {
14888
14969
  border-bottom: none;
14970
+ margin-bottom: 0;
14889
14971
  }
14890
14972
  .customer-label-area-new .customer-label-content .custom-module-new .common-block-info .shop-title {
14891
14973
  height: 17px;
@@ -14921,6 +15003,10 @@ body {
14921
15003
  }
14922
15004
  .customer-label-area-new .customer-label-content .custom-module-new .common-block-info-group:last-child {
14923
15005
  border-bottom: none;
15006
+ padding: 12px 0px 0px;
15007
+ }
15008
+ .customer-label-area-new .customer-label-content .custom-module-new .common-block-info-group:last-child .info-title {
15009
+ margin-bottom: 0;
14924
15010
  }
14925
15011
  .customer-label-area-new .customer-label-content .custom-module-new .common-block-info-group .info-title {
14926
15012
  font-size: 14px;
@@ -15065,13 +15151,13 @@ body {
15065
15151
  border-bottom: 1px solid #E8E8E8;
15066
15152
  }
15067
15153
  .edit-tag .edit-tag-container .edit-tag-search-block .tag-select-container .area-container .area-content .area-item {
15068
- height: 32px;
15154
+ height: 40px;
15069
15155
  width: 100%;
15070
15156
  display: flex;
15071
15157
  align-items: center;
15072
15158
  box-sizing: border-box;
15073
15159
  padding-left: 16px;
15074
- line-height: 32px;
15160
+ line-height: 40px;
15075
15161
  cursor: pointer;
15076
15162
  position: relative;
15077
15163
  color: rgba(0, 0, 0, 0.85);
@@ -15110,6 +15196,10 @@ body {
15110
15196
  position: absolute;
15111
15197
  white-space: nowrap;
15112
15198
  }
15199
+ .edit-tag .edit-tag-container .edit-tag-form .newCloud-form-item-label {
15200
+ color: rgba(0, 0, 0, 0.85);
15201
+ margin-bottom: 16px;
15202
+ }
15113
15203
  .edit-tag .edit-tag-container .edit-tag-form .edit-tag-header {
15114
15204
  padding: 0 16px;
15115
15205
  display: flex;
@@ -15153,6 +15243,22 @@ body {
15153
15243
  .edit-tag .edit-tag-container .edit-tag-form .newCloud-radio-group {
15154
15244
  flex-wrap: wrap;
15155
15245
  overflow: hidden;
15246
+ margin-top: 0px;
15247
+ }
15248
+ .edit-tag .edit-tag-container .edit-tag-form .newCloud-radio {
15249
+ margin-top: 0px;
15250
+ }
15251
+ .edit-tag .edit-tag-container .edit-tag-form .newCloud-checkbox-group.horizontal {
15252
+ margin-top: -16px;
15253
+ }
15254
+ .edit-tag .edit-tag-container .edit-tag-form .newCloud-checkbox {
15255
+ margin-top: 16px;
15256
+ }
15257
+ .edit-tag .edit-tag-container .edit-tag-form .newCloud-checkbox-group.horizontal > *:not(:last-child) {
15258
+ margin-right: 24px;
15259
+ }
15260
+ .edit-tag .edit-tag-container .edit-tag-form .newCloud-form-item-label[required]::before {
15261
+ display: none;
15156
15262
  }
15157
15263
  .edit-tag .edit-tag-container .edit-tag-form .newCloud-form-item {
15158
15264
  margin: 0;