cloud-business 0.1.137-19 → 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.
- package/cloud-business.css +14 -4
- package/cloud-business.js +1 -1
- package/cloud-business.min.css +1 -1
- package/cloud-business.min.js +1 -1
- package/package.json +1 -1
package/cloud-business.css
CHANGED
|
@@ -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:
|
|
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
|
|
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% -
|
|
3933
|
+
height: calc(100% - 190px - 18px);
|
|
3924
3934
|
background: #FFFFFF;
|
|
3925
3935
|
}
|
|
3926
3936
|
.grid-area-new .newCloud-tabs {
|
|
@@ -4199,13 +4209,13 @@ 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
4221
|
padding: 0 16px 16px 16px;
|