cloud-business 0.1.87-32 → 0.1.87-33
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 +3 -3
- 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
|
@@ -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: 1001;
|
|
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: 1001;
|
|
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: 1001;
|
|
6834
6834
|
}
|
|
6835
6835
|
|
|
6836
6836
|
/* 不要在此引入normalize.less及其他放置公用无需编译的css */
|