cloud-business 0.1.137-9 → 0.1.138
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 +22 -13
- 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
|
@@ -3642,17 +3642,26 @@ body {
|
|
|
3642
3642
|
}
|
|
3643
3643
|
.account-area-new {
|
|
3644
3644
|
background: #FFFFFF;
|
|
3645
|
-
padding: 16px;
|
|
3645
|
+
padding: 16px 16px 11px 16px;
|
|
3646
3646
|
box-sizing: border-box;
|
|
3647
3647
|
margin-bottom: 16px;
|
|
3648
3648
|
}
|
|
3649
|
+
.account-area-new .customer-account-info-new .newCloud-loading {
|
|
3650
|
+
min-height: 60px;
|
|
3651
|
+
}
|
|
3649
3652
|
.account-area-new .customer-account-info-new .info-explain-container {
|
|
3650
|
-
margin-bottom:
|
|
3653
|
+
margin-bottom: 12px;
|
|
3651
3654
|
}
|
|
3652
3655
|
.account-area-new .customer-account-info-new .info-explain-container .info-dropdown {
|
|
3653
3656
|
position: relative;
|
|
3654
3657
|
display: inline-block;
|
|
3655
3658
|
}
|
|
3659
|
+
.account-area-new .customer-account-info-new .info-explain-container .info-dropdown .newCloud-tabs .newCloud-tabs-item-slide {
|
|
3660
|
+
line-height: 14px!important;
|
|
3661
|
+
}
|
|
3662
|
+
.account-area-new .customer-account-info-new .info-explain-container .info-dropdown .newCloud-tabs .newCloud-tabs-item-slide::after {
|
|
3663
|
+
top: 1px!important;
|
|
3664
|
+
}
|
|
3656
3665
|
.account-area-new .customer-account-info-new .info-explain-container .info-explain {
|
|
3657
3666
|
position: absolute;
|
|
3658
3667
|
right: 16px;
|
|
@@ -3767,7 +3776,10 @@ body {
|
|
|
3767
3776
|
font-size: 14px;
|
|
3768
3777
|
color: rgba(0, 0, 0, 0.85);
|
|
3769
3778
|
}
|
|
3770
|
-
.account-area-new .customer-account-info-new .customer-info-wrap .customer-info
|
|
3779
|
+
.account-area-new .customer-account-info-new .customer-info-wrap .customer-info.customer-info-address {
|
|
3780
|
+
width: 50%;
|
|
3781
|
+
}
|
|
3782
|
+
.account-area-new .customer-account-info-new .customer-info-wrap .customer-info.customer-info-address.show-address {
|
|
3771
3783
|
width: 100%;
|
|
3772
3784
|
}
|
|
3773
3785
|
.account-area-new .customer-account-info-new .customer-info-wrap .newCloud-icon-view,
|
|
@@ -3821,12 +3833,6 @@ body {
|
|
|
3821
3833
|
.customer-info-edit-modal .special-bottom {
|
|
3822
3834
|
margin-bottom: 24px !important;
|
|
3823
3835
|
}
|
|
3824
|
-
.info-explain-modal > p {
|
|
3825
|
-
font-size: 14px;
|
|
3826
|
-
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
|
|
3827
|
-
color: rgba(0, 0, 0, 0.85);
|
|
3828
|
-
line-height: 20px;
|
|
3829
|
-
}
|
|
3830
3836
|
.info-explain-modal > p:first-child {
|
|
3831
3837
|
margin-bottom: 4px;
|
|
3832
3838
|
}
|
|
@@ -3839,6 +3845,7 @@ body {
|
|
|
3839
3845
|
.custom-view-edit-item i {
|
|
3840
3846
|
cursor: pointer;
|
|
3841
3847
|
color: rgba(0, 0, 0, 0.45);
|
|
3848
|
+
height: 16px;
|
|
3842
3849
|
}
|
|
3843
3850
|
|
|
3844
3851
|
/**
|
|
@@ -3920,7 +3927,7 @@ body {
|
|
|
3920
3927
|
display: none;
|
|
3921
3928
|
}
|
|
3922
3929
|
.grid-area-new {
|
|
3923
|
-
height: calc(100% -
|
|
3930
|
+
height: calc(100% - 174px - 18px);
|
|
3924
3931
|
background: #FFFFFF;
|
|
3925
3932
|
}
|
|
3926
3933
|
.grid-area-new .newCloud-tabs {
|
|
@@ -4199,17 +4206,16 @@ body {
|
|
|
4199
4206
|
display: flex;
|
|
4200
4207
|
align-items: center;
|
|
4201
4208
|
color: rgba(0, 0, 0, 0.65);
|
|
4209
|
+
font-size: 14px;
|
|
4202
4210
|
}
|
|
4203
4211
|
.grid-area-new .customer-order-new .shop-filter {
|
|
4204
4212
|
position: relative;
|
|
4205
4213
|
font-size: 14px;
|
|
4206
4214
|
margin-bottom: 16px;
|
|
4207
4215
|
padding-left: 16px;
|
|
4208
|
-
margin-top: 16px;
|
|
4209
4216
|
}
|
|
4210
4217
|
.grid-area-new .customer-order-new .table-container {
|
|
4211
|
-
padding: 0 16px;
|
|
4212
|
-
height: calc(100% - 178px);
|
|
4218
|
+
padding: 0 16px 16px 16px;
|
|
4213
4219
|
}
|
|
4214
4220
|
.grid-area-new .customer-order-new .table-container .expand-icon {
|
|
4215
4221
|
color: rgba(0, 0, 0, 0.45);
|
|
@@ -4224,6 +4230,9 @@ body {
|
|
|
4224
4230
|
.grid-area-new .customer-order-new .table-container .newCloud-table .newCloud-table-expanded-row > .newCloud-table-cell {
|
|
4225
4231
|
padding: 0!important;
|
|
4226
4232
|
}
|
|
4233
|
+
.grid-area-new .customer-order-new .table-container .newCloud-table .newCloud-table-expanded-row .newCloud-table-cell > .newCloud-table-expanded-row-fixed {
|
|
4234
|
+
padding: 12px 0 12px 58px;
|
|
4235
|
+
}
|
|
4227
4236
|
.grid-area-new .customer-order-new .table-container .newCloud-table .newCloud-table-expanded-row .newCloud-table-cell > .newCloud-table-container {
|
|
4228
4237
|
padding: 0 0 0 58px;
|
|
4229
4238
|
}
|