cloud-business 0.1.87-4 → 0.1.87-5
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 +16 -15
- 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
|
@@ -13575,13 +13575,12 @@ body {
|
|
|
13575
13575
|
--shuyunBlue7: #002147;
|
|
13576
13576
|
}
|
|
13577
13577
|
.customer-view-new-top-div {
|
|
13578
|
-
width: 100
|
|
13578
|
+
width: calc(100% - 1080px);
|
|
13579
13579
|
height: 100%;
|
|
13580
|
-
background: rgba(0, 0, 0, 0.2);
|
|
13581
13580
|
position: fixed;
|
|
13582
13581
|
left: 0;
|
|
13583
13582
|
top: 0;
|
|
13584
|
-
right:
|
|
13583
|
+
right: 1080px;
|
|
13585
13584
|
bottom: 0;
|
|
13586
13585
|
}
|
|
13587
13586
|
.newCloud-drawer1-content {
|
|
@@ -13650,13 +13649,12 @@ body {
|
|
|
13650
13649
|
--shuyunBlue7: #002147;
|
|
13651
13650
|
}
|
|
13652
13651
|
.customer-view-new-top-div {
|
|
13653
|
-
width: 100
|
|
13652
|
+
width: calc(100% - 1080px);
|
|
13654
13653
|
height: 100%;
|
|
13655
|
-
background: rgba(0, 0, 0, 0.2);
|
|
13656
13654
|
position: fixed;
|
|
13657
13655
|
left: 0;
|
|
13658
13656
|
top: 0;
|
|
13659
|
-
right:
|
|
13657
|
+
right: 1080px;
|
|
13660
13658
|
bottom: 0;
|
|
13661
13659
|
}
|
|
13662
13660
|
.newCloud-drawer1-content {
|
|
@@ -13888,13 +13886,12 @@ body {
|
|
|
13888
13886
|
--shuyunBlue7: #002147;
|
|
13889
13887
|
}
|
|
13890
13888
|
.customer-view-new-top-div {
|
|
13891
|
-
width: 100
|
|
13889
|
+
width: calc(100% - 1080px);
|
|
13892
13890
|
height: 100%;
|
|
13893
|
-
background: rgba(0, 0, 0, 0.2);
|
|
13894
13891
|
position: fixed;
|
|
13895
13892
|
left: 0;
|
|
13896
13893
|
top: 0;
|
|
13897
|
-
right:
|
|
13894
|
+
right: 1080px;
|
|
13898
13895
|
bottom: 0;
|
|
13899
13896
|
}
|
|
13900
13897
|
.newCloud-drawer1-content {
|
|
@@ -14613,13 +14610,12 @@ body {
|
|
|
14613
14610
|
--shuyunBlue7: #002147;
|
|
14614
14611
|
}
|
|
14615
14612
|
.customer-view-new-top-div {
|
|
14616
|
-
width: 100
|
|
14613
|
+
width: calc(100% - 1080px);
|
|
14617
14614
|
height: 100%;
|
|
14618
|
-
background: rgba(0, 0, 0, 0.2);
|
|
14619
14615
|
position: fixed;
|
|
14620
14616
|
left: 0;
|
|
14621
14617
|
top: 0;
|
|
14622
|
-
right:
|
|
14618
|
+
right: 1080px;
|
|
14623
14619
|
bottom: 0;
|
|
14624
14620
|
}
|
|
14625
14621
|
.newCloud-drawer1-content {
|
|
@@ -14779,6 +14775,12 @@ body {
|
|
|
14779
14775
|
color: var(--shuyunBlue4);
|
|
14780
14776
|
line-height: 20px;
|
|
14781
14777
|
}
|
|
14778
|
+
.customer-card-container-new .right-card-info .info-title .test {
|
|
14779
|
+
right: 130px;
|
|
14780
|
+
}
|
|
14781
|
+
.customer-card-container-new .right-card-info .info-title .test2 {
|
|
14782
|
+
right: 230px;
|
|
14783
|
+
}
|
|
14782
14784
|
.customer-card-container-new .right-card-info .info-context {
|
|
14783
14785
|
display: flex;
|
|
14784
14786
|
flex-flow: row wrap;
|
|
@@ -14808,13 +14810,12 @@ body {
|
|
|
14808
14810
|
--shuyunBlue7: #002147;
|
|
14809
14811
|
}
|
|
14810
14812
|
.customer-view-new-top-div {
|
|
14811
|
-
width: 100
|
|
14813
|
+
width: calc(100% - 1080px);
|
|
14812
14814
|
height: 100%;
|
|
14813
|
-
background: rgba(0, 0, 0, 0.2);
|
|
14814
14815
|
position: fixed;
|
|
14815
14816
|
left: 0;
|
|
14816
14817
|
top: 0;
|
|
14817
|
-
right:
|
|
14818
|
+
right: 1080px;
|
|
14818
14819
|
bottom: 0;
|
|
14819
14820
|
}
|
|
14820
14821
|
.newCloud-drawer1-content {
|