@g1cloud/bluesea 5.0.0-alpha.106 → 5.0.0-alpha.107
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/css/bluesea.css +1 -1
- package/dist/bluesea.css +1 -1
- package/package.json +1 -1
package/css/bluesea.css
CHANGED
|
@@ -30412,7 +30412,7 @@ div[data-v-70fc1df7] {
|
|
|
30412
30412
|
bottom: 0;
|
|
30413
30413
|
background-color: #000;
|
|
30414
30414
|
opacity: 0.1;
|
|
30415
|
-
z-index:
|
|
30415
|
+
z-index: 300;
|
|
30416
30416
|
}
|
|
30417
30417
|
|
|
30418
30418
|
.bs-notification-container > .bs-loading-icon > .font-icon {
|
package/dist/bluesea.css
CHANGED
|
@@ -11141,7 +11141,7 @@ span.table-property[data-v-96d890f0]:after {
|
|
|
11141
11141
|
bottom: 0;
|
|
11142
11142
|
background-color: #000;
|
|
11143
11143
|
opacity: 0.1;
|
|
11144
|
-
z-index:
|
|
11144
|
+
z-index: 300;
|
|
11145
11145
|
}
|
|
11146
11146
|
.bs-notification-container > .bs-loading-icon > .font-icon {
|
|
11147
11147
|
font-size: 52px;
|