cloud-business 0.1.87-35 → 0.1.87-37
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 +38 -7
- 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
|
@@ -6479,7 +6479,7 @@ input::-webkit-search-cancel-button {
|
|
|
6479
6479
|
line-height: initial;
|
|
6480
6480
|
width: 246px;
|
|
6481
6481
|
animation: fadeIn 0.2s 0s ease both;
|
|
6482
|
-
z-index:
|
|
6482
|
+
z-index: 1011;
|
|
6483
6483
|
background-color: #fff;
|
|
6484
6484
|
will-change: transform;
|
|
6485
6485
|
}
|
|
@@ -6763,7 +6763,7 @@ input::-webkit-search-cancel-button {
|
|
|
6763
6763
|
}
|
|
6764
6764
|
.newCloud-drawer1.show {
|
|
6765
6765
|
box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.1), 0px 2px 8px 0px rgba(0, 0, 0, 0.04);
|
|
6766
|
-
z-index:
|
|
6766
|
+
z-index: 1010;
|
|
6767
6767
|
}
|
|
6768
6768
|
.newCloud-drawer1.top {
|
|
6769
6769
|
top: 0;
|
|
@@ -6821,7 +6821,7 @@ input::-webkit-search-cancel-button {
|
|
|
6821
6821
|
bottom: 0;
|
|
6822
6822
|
left: 0;
|
|
6823
6823
|
background: rgba(0, 0, 0, 0.45);
|
|
6824
|
-
z-index:
|
|
6824
|
+
z-index: 1010;
|
|
6825
6825
|
}
|
|
6826
6826
|
.newCloud-drawer1-transparent {
|
|
6827
6827
|
position: fixed;
|
|
@@ -6830,7 +6830,7 @@ input::-webkit-search-cancel-button {
|
|
|
6830
6830
|
bottom: 0;
|
|
6831
6831
|
left: 0;
|
|
6832
6832
|
background: transparent;
|
|
6833
|
-
z-index:
|
|
6833
|
+
z-index: 1010;
|
|
6834
6834
|
}
|
|
6835
6835
|
|
|
6836
6836
|
/* 不要在此引入normalize.less及其他放置公用无需编译的css */
|
|
@@ -7842,7 +7842,7 @@ input::-webkit-search-cancel-button {
|
|
|
7842
7842
|
right: 0;
|
|
7843
7843
|
bottom: 0;
|
|
7844
7844
|
left: 0;
|
|
7845
|
-
z-index:
|
|
7845
|
+
z-index: 1011;
|
|
7846
7846
|
}
|
|
7847
7847
|
.newCloud-modal-mask {
|
|
7848
7848
|
position: fixed;
|
|
@@ -13527,6 +13527,9 @@ body {
|
|
|
13527
13527
|
.newCloud-modal {
|
|
13528
13528
|
z-index: 1011;
|
|
13529
13529
|
}
|
|
13530
|
+
.newCloud-drawer1-header {
|
|
13531
|
+
color: rgba(0, 0, 0, 0.45) !important;
|
|
13532
|
+
}
|
|
13530
13533
|
.newCloud-drawer1-mask {
|
|
13531
13534
|
z-index: 1010;
|
|
13532
13535
|
}
|
|
@@ -13539,9 +13542,11 @@ body {
|
|
|
13539
13542
|
.newCloud-drawer1-title {
|
|
13540
13543
|
font-size: 16px;
|
|
13541
13544
|
font-weight: 500;
|
|
13545
|
+
color: rgba(0, 0, 0, 0.85) !important;
|
|
13542
13546
|
}
|
|
13543
13547
|
#newCloud-drawer1-close {
|
|
13544
13548
|
font-size: 24px;
|
|
13549
|
+
color: rgab(0, 0, 0, 0.45);
|
|
13545
13550
|
padding-right: 16px;
|
|
13546
13551
|
cursor: pointer;
|
|
13547
13552
|
box-sizing: border-box;
|
|
@@ -13619,6 +13624,9 @@ body {
|
|
|
13619
13624
|
.newCloud-modal {
|
|
13620
13625
|
z-index: 1011;
|
|
13621
13626
|
}
|
|
13627
|
+
.newCloud-drawer1-header {
|
|
13628
|
+
color: rgba(0, 0, 0, 0.45) !important;
|
|
13629
|
+
}
|
|
13622
13630
|
.newCloud-drawer1-mask {
|
|
13623
13631
|
z-index: 1010;
|
|
13624
13632
|
}
|
|
@@ -13631,9 +13639,11 @@ body {
|
|
|
13631
13639
|
.newCloud-drawer1-title {
|
|
13632
13640
|
font-size: 16px;
|
|
13633
13641
|
font-weight: 500;
|
|
13642
|
+
color: rgba(0, 0, 0, 0.85) !important;
|
|
13634
13643
|
}
|
|
13635
13644
|
#newCloud-drawer1-close {
|
|
13636
13645
|
font-size: 24px;
|
|
13646
|
+
color: rgab(0, 0, 0, 0.45);
|
|
13637
13647
|
padding-right: 16px;
|
|
13638
13648
|
cursor: pointer;
|
|
13639
13649
|
box-sizing: border-box;
|
|
@@ -13880,6 +13890,9 @@ body {
|
|
|
13880
13890
|
.newCloud-modal {
|
|
13881
13891
|
z-index: 1011;
|
|
13882
13892
|
}
|
|
13893
|
+
.newCloud-drawer1-header {
|
|
13894
|
+
color: rgba(0, 0, 0, 0.45) !important;
|
|
13895
|
+
}
|
|
13883
13896
|
.newCloud-drawer1-mask {
|
|
13884
13897
|
z-index: 1010;
|
|
13885
13898
|
}
|
|
@@ -13892,9 +13905,11 @@ body {
|
|
|
13892
13905
|
.newCloud-drawer1-title {
|
|
13893
13906
|
font-size: 16px;
|
|
13894
13907
|
font-weight: 500;
|
|
13908
|
+
color: rgba(0, 0, 0, 0.85) !important;
|
|
13895
13909
|
}
|
|
13896
13910
|
#newCloud-drawer1-close {
|
|
13897
13911
|
font-size: 24px;
|
|
13912
|
+
color: rgab(0, 0, 0, 0.45);
|
|
13898
13913
|
padding-right: 16px;
|
|
13899
13914
|
cursor: pointer;
|
|
13900
13915
|
box-sizing: border-box;
|
|
@@ -14647,6 +14662,9 @@ body {
|
|
|
14647
14662
|
.newCloud-modal {
|
|
14648
14663
|
z-index: 1011;
|
|
14649
14664
|
}
|
|
14665
|
+
.newCloud-drawer1-header {
|
|
14666
|
+
color: rgba(0, 0, 0, 0.45) !important;
|
|
14667
|
+
}
|
|
14650
14668
|
.newCloud-drawer1-mask {
|
|
14651
14669
|
z-index: 1010;
|
|
14652
14670
|
}
|
|
@@ -14659,9 +14677,11 @@ body {
|
|
|
14659
14677
|
.newCloud-drawer1-title {
|
|
14660
14678
|
font-size: 16px;
|
|
14661
14679
|
font-weight: 500;
|
|
14680
|
+
color: rgba(0, 0, 0, 0.85) !important;
|
|
14662
14681
|
}
|
|
14663
14682
|
#newCloud-drawer1-close {
|
|
14664
14683
|
font-size: 24px;
|
|
14684
|
+
color: rgab(0, 0, 0, 0.45);
|
|
14665
14685
|
padding-right: 16px;
|
|
14666
14686
|
cursor: pointer;
|
|
14667
14687
|
box-sizing: border-box;
|
|
@@ -14891,6 +14911,9 @@ body {
|
|
|
14891
14911
|
.newCloud-modal {
|
|
14892
14912
|
z-index: 1011;
|
|
14893
14913
|
}
|
|
14914
|
+
.newCloud-drawer1-header {
|
|
14915
|
+
color: rgba(0, 0, 0, 0.45) !important;
|
|
14916
|
+
}
|
|
14894
14917
|
.newCloud-drawer1-mask {
|
|
14895
14918
|
z-index: 1010;
|
|
14896
14919
|
}
|
|
@@ -14903,9 +14926,11 @@ body {
|
|
|
14903
14926
|
.newCloud-drawer1-title {
|
|
14904
14927
|
font-size: 16px;
|
|
14905
14928
|
font-weight: 500;
|
|
14929
|
+
color: rgba(0, 0, 0, 0.85) !important;
|
|
14906
14930
|
}
|
|
14907
14931
|
#newCloud-drawer1-close {
|
|
14908
14932
|
font-size: 24px;
|
|
14933
|
+
color: rgab(0, 0, 0, 0.45);
|
|
14909
14934
|
padding-right: 16px;
|
|
14910
14935
|
cursor: pointer;
|
|
14911
14936
|
box-sizing: border-box;
|
|
@@ -15607,7 +15632,7 @@ body {
|
|
|
15607
15632
|
}
|
|
15608
15633
|
.edit-tag .edit-tag-container .edit-tag-form .newCloud-form-item {
|
|
15609
15634
|
margin: 0;
|
|
15610
|
-
padding:
|
|
15635
|
+
padding: 16px 0;
|
|
15611
15636
|
text-overflow: ellipsis;
|
|
15612
15637
|
white-space: nowrap;
|
|
15613
15638
|
overflow: hidden;
|
|
@@ -15645,7 +15670,13 @@ body {
|
|
|
15645
15670
|
line-height: 20px;
|
|
15646
15671
|
}
|
|
15647
15672
|
.edit-tag .edit-tag-container .edit-tag-form .dependent-wrapper .dependent-instance .instance-content {
|
|
15648
|
-
padding: 0 12px;
|
|
15673
|
+
padding: 16px 12px 0 12px;
|
|
15674
|
+
}
|
|
15675
|
+
.edit-tag .edit-tag-container .edit-tag-form .dependent-wrapper .dependent-instance .instance-content .newCloud-form-item {
|
|
15676
|
+
padding: 0 0 24px 0 !important;
|
|
15677
|
+
}
|
|
15678
|
+
.edit-tag .edit-tag-container .edit-tag-form .dependent-wrapper .dependent-instance .instance-content .newCloud-form-item-label {
|
|
15679
|
+
margin-bottom: 8px !important;
|
|
15649
15680
|
}
|
|
15650
15681
|
.edit-tag .edit-tag-container .edit-tag-form .empty {
|
|
15651
15682
|
display: flex;
|