gw-gis-standard-gpage-ui-vue3 1.1.90 → 1.1.92
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 +0 -8
- package/gw-gis-standard-gpage-ui-vue3.js +329 -330
- 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
|
@@ -146,12 +146,6 @@ html, body {
|
|
|
146
146
|
display: flex;
|
|
147
147
|
}
|
|
148
148
|
|
|
149
|
-
// 修改表单的高度
|
|
150
|
-
.el-form-item {
|
|
151
|
-
//margin-bottom: 10px;
|
|
152
|
-
//margin-bottom: 15px !important;
|
|
153
|
-
}
|
|
154
|
-
|
|
155
149
|
// 修改element头部高度
|
|
156
150
|
.el-table .el-table__cell {
|
|
157
151
|
padding: 0 !important;
|
|
@@ -165,9 +159,7 @@ html, body {
|
|
|
165
159
|
|
|
166
160
|
// 表单 element 按钮大小
|
|
167
161
|
:only-child .el-button {
|
|
168
|
-
//font-size: 15px !important;
|
|
169
162
|
padding: 10px 15px !important;
|
|
170
|
-
//color: red !important;
|
|
171
163
|
}
|
|
172
164
|
|
|
173
165
|
// 表单按钮 无背景字体颜色
|