cloud-business 0.1.88 → 0.1.89-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.
- package/cloud-business.css +67 -7
- package/cloud-business.js +2 -2
- package/cloud-business.min.css +1 -1
- package/cloud-business.min.js +1 -1
- package/package.json +1 -1
package/cloud-business.css
CHANGED
|
@@ -13564,6 +13564,14 @@ body {
|
|
|
13564
13564
|
.newCloud-ccascader-selection-overflow {
|
|
13565
13565
|
max-width: calc(100% - 20px) !important;
|
|
13566
13566
|
}
|
|
13567
|
+
.newCloud-ccascader-menus .newCloud-ccascader-menu:nth-child(1) {
|
|
13568
|
+
width: 300px;
|
|
13569
|
+
}
|
|
13570
|
+
.newCloud-ccascader-menus .newCloud-ccascader-menu:nth-child(1) .newCloud-ccascader-menu-item-content {
|
|
13571
|
+
overflow: hidden;
|
|
13572
|
+
white-space: nowrap;
|
|
13573
|
+
text-overflow: ellipsis;
|
|
13574
|
+
}
|
|
13567
13575
|
.customer-view-new-tip-temp {
|
|
13568
13576
|
display: flex;
|
|
13569
13577
|
}
|
|
@@ -13661,6 +13669,14 @@ body {
|
|
|
13661
13669
|
.newCloud-ccascader-selection-overflow {
|
|
13662
13670
|
max-width: calc(100% - 20px) !important;
|
|
13663
13671
|
}
|
|
13672
|
+
.newCloud-ccascader-menus .newCloud-ccascader-menu:nth-child(1) {
|
|
13673
|
+
width: 300px;
|
|
13674
|
+
}
|
|
13675
|
+
.newCloud-ccascader-menus .newCloud-ccascader-menu:nth-child(1) .newCloud-ccascader-menu-item-content {
|
|
13676
|
+
overflow: hidden;
|
|
13677
|
+
white-space: nowrap;
|
|
13678
|
+
text-overflow: ellipsis;
|
|
13679
|
+
}
|
|
13664
13680
|
.customer-view-new-tip-temp {
|
|
13665
13681
|
display: flex;
|
|
13666
13682
|
}
|
|
@@ -13772,12 +13788,13 @@ body {
|
|
|
13772
13788
|
display: none;
|
|
13773
13789
|
}
|
|
13774
13790
|
.account-area-new .customer-account-info-new .customer-info-wrap .customer-info-text {
|
|
13775
|
-
cursor:
|
|
13791
|
+
cursor: default;
|
|
13776
13792
|
display: flex;
|
|
13777
13793
|
width: calc(100% - 50px);
|
|
13778
13794
|
}
|
|
13779
13795
|
.account-area-new .customer-account-info-new .customer-info-wrap .customer-info-text .newCloud-icon-view,
|
|
13780
13796
|
.account-area-new .customer-account-info-new .customer-info-wrap .customer-info-text .newCloud-icon-hide {
|
|
13797
|
+
cursor: pointer;
|
|
13781
13798
|
margin-left: 4px;
|
|
13782
13799
|
font-size: 14px;
|
|
13783
13800
|
}
|
|
@@ -13798,6 +13815,15 @@ body {
|
|
|
13798
13815
|
.customer-info-edit-modal .newCloud-form-item-label {
|
|
13799
13816
|
width: 88px !important;
|
|
13800
13817
|
}
|
|
13818
|
+
.customer-info-edit-modal .newCloud-form-item-wrapper {
|
|
13819
|
+
position: relative;
|
|
13820
|
+
}
|
|
13821
|
+
.customer-info-edit-modal .special-btn {
|
|
13822
|
+
position: absolute;
|
|
13823
|
+
left: 140px;
|
|
13824
|
+
top: 37px;
|
|
13825
|
+
font-size: 12px;
|
|
13826
|
+
}
|
|
13801
13827
|
.customer-info-edit-modal .newCloud-form-item {
|
|
13802
13828
|
height: 32px;
|
|
13803
13829
|
margin-bottom: 16px;
|
|
@@ -13927,6 +13953,14 @@ body {
|
|
|
13927
13953
|
.newCloud-ccascader-selection-overflow {
|
|
13928
13954
|
max-width: calc(100% - 20px) !important;
|
|
13929
13955
|
}
|
|
13956
|
+
.newCloud-ccascader-menus .newCloud-ccascader-menu:nth-child(1) {
|
|
13957
|
+
width: 300px;
|
|
13958
|
+
}
|
|
13959
|
+
.newCloud-ccascader-menus .newCloud-ccascader-menu:nth-child(1) .newCloud-ccascader-menu-item-content {
|
|
13960
|
+
overflow: hidden;
|
|
13961
|
+
white-space: nowrap;
|
|
13962
|
+
text-overflow: ellipsis;
|
|
13963
|
+
}
|
|
13930
13964
|
.customer-view-new-tip-temp {
|
|
13931
13965
|
display: flex;
|
|
13932
13966
|
}
|
|
@@ -14515,7 +14549,6 @@ body {
|
|
|
14515
14549
|
background: #FFFFFF;
|
|
14516
14550
|
box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08);
|
|
14517
14551
|
border-radius: 4px;
|
|
14518
|
-
opacity: 0.7;
|
|
14519
14552
|
border: 1px solid #E8E8E8;
|
|
14520
14553
|
margin-bottom: 16px;
|
|
14521
14554
|
box-sizing: border-box;
|
|
@@ -14566,7 +14599,7 @@ body {
|
|
|
14566
14599
|
color: rgba(0, 0, 0, 0.85);
|
|
14567
14600
|
}
|
|
14568
14601
|
.grid-area-new .customer-account-new .account-info-right .info-copy p {
|
|
14569
|
-
width:
|
|
14602
|
+
width: 200px;
|
|
14570
14603
|
font-size: 12px;
|
|
14571
14604
|
white-space: nowrap;
|
|
14572
14605
|
overflow: hidden;
|
|
@@ -14699,6 +14732,14 @@ body {
|
|
|
14699
14732
|
.newCloud-ccascader-selection-overflow {
|
|
14700
14733
|
max-width: calc(100% - 20px) !important;
|
|
14701
14734
|
}
|
|
14735
|
+
.newCloud-ccascader-menus .newCloud-ccascader-menu:nth-child(1) {
|
|
14736
|
+
width: 300px;
|
|
14737
|
+
}
|
|
14738
|
+
.newCloud-ccascader-menus .newCloud-ccascader-menu:nth-child(1) .newCloud-ccascader-menu-item-content {
|
|
14739
|
+
overflow: hidden;
|
|
14740
|
+
white-space: nowrap;
|
|
14741
|
+
text-overflow: ellipsis;
|
|
14742
|
+
}
|
|
14702
14743
|
.customer-view-new-tip-temp {
|
|
14703
14744
|
display: flex;
|
|
14704
14745
|
}
|
|
@@ -14832,12 +14873,9 @@ body {
|
|
|
14832
14873
|
color: rgba(0, 0, 0, 0.85);
|
|
14833
14874
|
line-height: 20px;
|
|
14834
14875
|
}
|
|
14835
|
-
.customer-card-container-new .right-card-info .info-title
|
|
14876
|
+
.customer-card-container-new .right-card-info .info-title .newCloud-button {
|
|
14836
14877
|
position: absolute;
|
|
14837
|
-
cursor: pointer;
|
|
14838
14878
|
right: 0;
|
|
14839
|
-
color: var(--shuyunBlue4);
|
|
14840
|
-
line-height: 20px;
|
|
14841
14879
|
}
|
|
14842
14880
|
.customer-card-container-new .right-card-info .info-title .test {
|
|
14843
14881
|
right: 130px;
|
|
@@ -14845,6 +14883,10 @@ body {
|
|
|
14845
14883
|
.customer-card-container-new .right-card-info .info-title .test2 {
|
|
14846
14884
|
right: 230px;
|
|
14847
14885
|
}
|
|
14886
|
+
.customer-card-container-new .right-card-info .newCloud-icon-view,
|
|
14887
|
+
.customer-card-container-new .right-card-info .newCloud-icon-hide {
|
|
14888
|
+
display: none;
|
|
14889
|
+
}
|
|
14848
14890
|
.customer-card-container-new .right-card-info .info-context {
|
|
14849
14891
|
display: flex;
|
|
14850
14892
|
flex-flow: row wrap;
|
|
@@ -14857,6 +14899,16 @@ body {
|
|
|
14857
14899
|
padding-bottom: 16px;
|
|
14858
14900
|
line-height: 20px;
|
|
14859
14901
|
}
|
|
14902
|
+
.customer-card-container-new .right-card-info .info-context .newCloud-icon-view,
|
|
14903
|
+
.customer-card-container-new .right-card-info .info-context .newCloud-icon-hide {
|
|
14904
|
+
cursor: pointer;
|
|
14905
|
+
margin-left: 4px;
|
|
14906
|
+
font-size: 14px;
|
|
14907
|
+
}
|
|
14908
|
+
.customer-card-container-new .right-card-info .info-context .info-context-icon:hover .newCloud-icon-view,
|
|
14909
|
+
.customer-card-container-new .right-card-info .info-context .info-context-icon:hover .newCloud-icon-hide {
|
|
14910
|
+
display: inline-block;
|
|
14911
|
+
}
|
|
14860
14912
|
|
|
14861
14913
|
/**
|
|
14862
14914
|
* index.less
|
|
@@ -14948,6 +15000,14 @@ body {
|
|
|
14948
15000
|
.newCloud-ccascader-selection-overflow {
|
|
14949
15001
|
max-width: calc(100% - 20px) !important;
|
|
14950
15002
|
}
|
|
15003
|
+
.newCloud-ccascader-menus .newCloud-ccascader-menu:nth-child(1) {
|
|
15004
|
+
width: 300px;
|
|
15005
|
+
}
|
|
15006
|
+
.newCloud-ccascader-menus .newCloud-ccascader-menu:nth-child(1) .newCloud-ccascader-menu-item-content {
|
|
15007
|
+
overflow: hidden;
|
|
15008
|
+
white-space: nowrap;
|
|
15009
|
+
text-overflow: ellipsis;
|
|
15010
|
+
}
|
|
14951
15011
|
.customer-view-new-tip-temp {
|
|
14952
15012
|
display: flex;
|
|
14953
15013
|
}
|