gw-gis-standard-gpage-ui-vue3 1.1.97 → 1.1.99

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
@@ -21,6 +21,7 @@ html, body {
21
21
  min-width: var(--gwMinWidth);
22
22
  min-height: var(--gwMinHeight);
23
23
  overflow: auto;
24
+ overflow-x: hidden;
24
25
  }
25
26
 
26
27
  .container {
@@ -787,8 +788,8 @@ html, body {
787
788
  }
788
789
 
789
790
  .gw-headerTags-element .header-tags-clear {
790
- color: var(--gwCommonTextColor);
791
- background: #D4D6D8;
791
+ color: var(--pageTagsCloseColor);
792
+ background: var(--pageTagsCloseBgColor);
792
793
  }
793
794
 
794
795
  .gw-headerTags-element .tags-list .tags-close-con span {
@@ -894,7 +895,6 @@ html, body {
894
895
  }
895
896
 
896
897
  .message-content .title {
897
- //background: red !important;
898
898
  background: var(--gwThemeColor);
899
899
  }
900
900