cloud-business 0.1.120-3 → 0.1.120-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.
- package/cloud-business.css +42 -16
- package/cloud-business.js +642 -179
- package/cloud-business.min.css +1 -1
- package/cloud-business.min.js +20 -20
- package/package.json +1 -1
package/cloud-business.css
CHANGED
|
@@ -3648,11 +3648,43 @@ body {
|
|
|
3648
3648
|
}
|
|
3649
3649
|
.account-area-new {
|
|
3650
3650
|
background: #FFFFFF;
|
|
3651
|
-
height:
|
|
3651
|
+
height: 180px;
|
|
3652
3652
|
padding: 16px;
|
|
3653
3653
|
box-sizing: border-box;
|
|
3654
3654
|
margin-bottom: 16px;
|
|
3655
3655
|
}
|
|
3656
|
+
.account-area-new .customer-account-info-new .info-explain-container {
|
|
3657
|
+
margin-bottom: 18px;
|
|
3658
|
+
}
|
|
3659
|
+
.account-area-new .customer-account-info-new .info-explain-container .info-dropdown {
|
|
3660
|
+
display: inline-block;
|
|
3661
|
+
}
|
|
3662
|
+
.account-area-new .customer-account-info-new .info-explain-container .info-explain {
|
|
3663
|
+
position: absolute;
|
|
3664
|
+
right: 0;
|
|
3665
|
+
font-size: 14px;
|
|
3666
|
+
color: #0055CC;
|
|
3667
|
+
line-height: 20px;
|
|
3668
|
+
cursor: pointer;
|
|
3669
|
+
}
|
|
3670
|
+
.account-area-new .customer-account-info-new .info-explain-container .info-popover {
|
|
3671
|
+
left: 134px !important;
|
|
3672
|
+
top: 16px !important;
|
|
3673
|
+
}
|
|
3674
|
+
.account-area-new .customer-account-info-new .info-explain-container .info-edit {
|
|
3675
|
+
display: inline-block;
|
|
3676
|
+
cursor: pointer;
|
|
3677
|
+
height: 20px;
|
|
3678
|
+
line-height: 20px;
|
|
3679
|
+
font-size: 14px;
|
|
3680
|
+
font-weight: 400;
|
|
3681
|
+
margin-left: 15px;
|
|
3682
|
+
color: var(--shuyunBlue4);
|
|
3683
|
+
}
|
|
3684
|
+
.account-area-new .customer-account-info-new .info-explain-container .info-edit i {
|
|
3685
|
+
font-size: 14px;
|
|
3686
|
+
margin-right: 3px;
|
|
3687
|
+
}
|
|
3656
3688
|
.account-area-new .customer-account-info-new .uniId-wrap {
|
|
3657
3689
|
position: relative;
|
|
3658
3690
|
margin-bottom: 16px;
|
|
@@ -3667,20 +3699,6 @@ body {
|
|
|
3667
3699
|
line-height: 18px;
|
|
3668
3700
|
color: rgba(0, 0, 0, 0.65);
|
|
3669
3701
|
}
|
|
3670
|
-
.account-area-new .customer-account-info-new .uniId-wrap .uniId-wrap-1 .info-edit {
|
|
3671
|
-
cursor: pointer;
|
|
3672
|
-
position: absolute;
|
|
3673
|
-
right: 0;
|
|
3674
|
-
height: 20px;
|
|
3675
|
-
line-height: 20px;
|
|
3676
|
-
font-size: 14px;
|
|
3677
|
-
font-weight: 400;
|
|
3678
|
-
color: var(--shuyunBlue4);
|
|
3679
|
-
}
|
|
3680
|
-
.account-area-new .customer-account-info-new .uniId-wrap .uniId-wrap-1 .info-edit i {
|
|
3681
|
-
font-size: 14px;
|
|
3682
|
-
margin-right: 3px;
|
|
3683
|
-
}
|
|
3684
3702
|
.account-area-new .customer-account-info-new .uniId-wrap .uniId-wrap-2 {
|
|
3685
3703
|
display: flex;
|
|
3686
3704
|
}
|
|
@@ -3781,7 +3799,7 @@ body {
|
|
|
3781
3799
|
text-overflow: ellipsis;
|
|
3782
3800
|
}
|
|
3783
3801
|
.customer-info-edit-modal .newCloud-form-item-label {
|
|
3784
|
-
width:
|
|
3802
|
+
width: 95px !important;
|
|
3785
3803
|
}
|
|
3786
3804
|
.customer-info-edit-modal .newCloud-form-item-wrapper {
|
|
3787
3805
|
position: relative;
|
|
@@ -3802,6 +3820,14 @@ body {
|
|
|
3802
3820
|
.customer-info-edit-modal .special-bottom {
|
|
3803
3821
|
margin-bottom: 24px !important;
|
|
3804
3822
|
}
|
|
3823
|
+
.info-explain-modal > p {
|
|
3824
|
+
font-size: 14px;
|
|
3825
|
+
color: rgba(0, 0, 0, 0.85);
|
|
3826
|
+
line-height: 20px;
|
|
3827
|
+
}
|
|
3828
|
+
.info-explain-modal > p:first-child {
|
|
3829
|
+
margin-bottom: 4px;
|
|
3830
|
+
}
|
|
3805
3831
|
|
|
3806
3832
|
/**
|
|
3807
3833
|
* areaStyle.less
|