agilebuilder-ui 1.1.54-ui1 → 1.1.54-ui2
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/package.json
CHANGED
|
@@ -217,6 +217,10 @@
|
|
|
217
217
|
|
|
218
218
|
--layout-form-flex-gap: 20px;
|
|
219
219
|
|
|
220
|
+
.el-form-item {
|
|
221
|
+
margin-bottom: 0;
|
|
222
|
+
}
|
|
223
|
+
|
|
220
224
|
.el-button>span {
|
|
221
225
|
align-items: center;
|
|
222
226
|
display: inline-flex;
|
|
@@ -362,7 +366,7 @@
|
|
|
362
366
|
.el-form-item--default {
|
|
363
367
|
--font-size: 16px;
|
|
364
368
|
--el-form-label-font-size: var(--font-size);
|
|
365
|
-
margin-bottom:
|
|
369
|
+
margin-bottom: 20px;
|
|
366
370
|
// height: 38px;
|
|
367
371
|
}
|
|
368
372
|
|