gw-gis-standard-gpage-ui-vue3 1.1.104 → 1.1.106

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
@@ -110,6 +110,12 @@ html, body {
110
110
  position: relative;
111
111
  }
112
112
 
113
+ // 向内挤出
114
+ .gw-xc-content-conPadding {
115
+ padding: 15px 20px;
116
+ box-sizing: border-box;
117
+ }
118
+
113
119
  // 这是给主体内容添加背景色
114
120
  .gw-xc-background {
115
121
  background: #FFFFFF;