cloud-business 0.1.137-2 → 0.1.137-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.
@@ -3647,12 +3647,18 @@ body {
3647
3647
  margin-bottom: 16px;
3648
3648
  }
3649
3649
  .account-area-new .customer-account-info-new .info-explain-container {
3650
- margin-bottom: 18px;
3650
+ margin-bottom: 12px;
3651
3651
  }
3652
3652
  .account-area-new .customer-account-info-new .info-explain-container .info-dropdown {
3653
3653
  position: relative;
3654
3654
  display: inline-block;
3655
3655
  }
3656
+ .account-area-new .customer-account-info-new .info-explain-container .info-dropdown .newCloud-tabs .newCloud-tabs-item-slide {
3657
+ line-height: 14px!important;
3658
+ }
3659
+ .account-area-new .customer-account-info-new .info-explain-container .info-dropdown .newCloud-tabs .newCloud-tabs-item-slide::after {
3660
+ top: 1px!important;
3661
+ }
3656
3662
  .account-area-new .customer-account-info-new .info-explain-container .info-explain {
3657
3663
  position: absolute;
3658
3664
  right: 16px;
@@ -3767,7 +3773,10 @@ body {
3767
3773
  font-size: 14px;
3768
3774
  color: rgba(0, 0, 0, 0.85);
3769
3775
  }
3770
- .account-area-new .customer-account-info-new .customer-info-wrap .customer-info:last-child {
3776
+ .account-area-new .customer-account-info-new .customer-info-wrap .customer-info.customer-info-address {
3777
+ width: 50%;
3778
+ }
3779
+ .account-area-new .customer-account-info-new .customer-info-wrap .customer-info.customer-info-address.show-address {
3771
3780
  width: 100%;
3772
3781
  }
3773
3782
  .account-area-new .customer-account-info-new .customer-info-wrap .newCloud-icon-view,
@@ -3839,6 +3848,7 @@ body {
3839
3848
  .custom-view-edit-item i {
3840
3849
  cursor: pointer;
3841
3850
  color: rgba(0, 0, 0, 0.45);
3851
+ height: 16px;
3842
3852
  }
3843
3853
 
3844
3854
  /**
@@ -3920,7 +3930,7 @@ body {
3920
3930
  display: none;
3921
3931
  }
3922
3932
  .grid-area-new {
3923
- height: calc(100% - 236px - 18px);
3933
+ height: calc(100% - 190px - 18px);
3924
3934
  background: #FFFFFF;
3925
3935
  }
3926
3936
  .grid-area-new .newCloud-tabs {
@@ -4199,17 +4209,16 @@ body {
4199
4209
  display: flex;
4200
4210
  align-items: center;
4201
4211
  color: rgba(0, 0, 0, 0.65);
4212
+ font-size: 14px;
4202
4213
  }
4203
4214
  .grid-area-new .customer-order-new .shop-filter {
4204
4215
  position: relative;
4205
4216
  font-size: 14px;
4206
4217
  margin-bottom: 16px;
4207
4218
  padding-left: 16px;
4208
- margin-top: 16px;
4209
4219
  }
4210
4220
  .grid-area-new .customer-order-new .table-container {
4211
- padding: 0 16px;
4212
- height: calc(100% - 178px);
4221
+ padding: 0 16px 16px 16px;
4213
4222
  }
4214
4223
  .grid-area-new .customer-order-new .table-container .expand-icon {
4215
4224
  color: rgba(0, 0, 0, 0.45);
@@ -6780,6 +6789,9 @@ body {
6780
6789
  .cloud-goods-selector-new-goods-modal .newCloud-tabs-line-horizontal {
6781
6790
  padding: 0;
6782
6791
  }
6792
+ .cloud-goods-selector-new-goods-modal-tab-panel {
6793
+ height: 100%;
6794
+ }
6783
6795
  .cloud-goods-selector-new-goods-modal-tabs {
6784
6796
  display: flex;
6785
6797
  flex-flow: column nowrap;
@@ -6791,6 +6803,7 @@ body {
6791
6803
  /* 表格基本样式 */
6792
6804
  }
6793
6805
  .cloud-goods-selector-new-goods-modal-tabs-panel {
6806
+ height: 100%;
6794
6807
  height: 670px;
6795
6808
  display: flex;
6796
6809
  flex-flow: column nowrap;
@@ -6808,6 +6821,7 @@ body {
6808
6821
  display: inline-flex;
6809
6822
  }
6810
6823
  .cloud-goods-selector-new-goods-modal-tabs .cloud-goods-selector-new-goods-table-wrap {
6824
+ height: 100%;
6811
6825
  display: flex;
6812
6826
  flex-flow: column;
6813
6827
  flex: 1;