gw-gis-standard-gpage-ui-vue3 1.1.107 → 1.1.109

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 CHANGED
@@ -887,22 +887,22 @@ html, body {
887
887
  background-color: var(--gwCommonBgColor);
888
888
  }
889
889
 
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
- }
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 {