gw-gis-standard-gpage-ui-vue3 1.1.108 → 1.1.110
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/app.scss +16 -16
- package/gw-gis-standard-gpage-ui-vue3.js +189 -189
- package/gw-gis-standard-gpage-ui-vue3.umd.cjs +2 -2
- package/package.json +1 -1
- package/style.css +1 -1
package/app.scss
CHANGED
|
@@ -887,22 +887,22 @@ html, body {
|
|
|
887
887
|
background-color: var(--gwCommonBgColor);
|
|
888
888
|
}
|
|
889
889
|
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
background: rgba(0, 0, 0, 0.3);
|
|
893
|
-
}
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
color: var(--headerTextColor);
|
|
897
|
-
}
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
background: var(--gwCommonBgColor);
|
|
901
|
-
}
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
background: var(--gwThemeColor);
|
|
905
|
-
}
|
|
890
|
+
/*---消息 在组件内 刚开始未加载组件 ----*/
|
|
891
|
+
//.message {
|
|
892
|
+
// background: rgba(0, 0, 0, 0.3);
|
|
893
|
+
//}
|
|
894
|
+
//
|
|
895
|
+
//.message .title {
|
|
896
|
+
// color: var(--headerTextColor);
|
|
897
|
+
//}
|
|
898
|
+
//
|
|
899
|
+
//.message .message-content {
|
|
900
|
+
// background: var(--gwCommonBgColor);
|
|
901
|
+
//}
|
|
902
|
+
//
|
|
903
|
+
//.message-content .title {
|
|
904
|
+
// background: var(--gwThemeColor);
|
|
905
|
+
//}
|
|
906
906
|
|
|
907
907
|
/*自定义消息*/
|
|
908
908
|
.gw-self .gw-bg {
|