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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agilebuilder-ui",
3
- "version": "1.1.54-ui1",
3
+ "version": " 1.1.54-ui2",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "main": "./lib/super-ui.js",
@@ -372,7 +372,7 @@
372
372
  .el-form-item--default {
373
373
  --font-size: 16px;
374
374
  --el-form-label-font-size: var(--font-size);
375
- margin-bottom: 18px;
375
+ margin-bottom: 20px;
376
376
  // height: 38px;
377
377
  }
378
378
 
@@ -356,7 +356,7 @@
356
356
  .el-form-item--default {
357
357
  --font-size: 16px;
358
358
  --el-form-label-font-size: var(--font-size);
359
- margin-bottom: 18px;
359
+ margin-bottom: 20px;
360
360
  // height: 38px;
361
361
  }
362
362
 
@@ -389,7 +389,7 @@
389
389
  .el-form-item--default {
390
390
  --font-size: 16px;
391
391
  --el-form-label-font-size: var(--font-size);
392
- margin-bottom: 18px;
392
+ margin-bottom: 20px;
393
393
  // height: 38px;
394
394
  }
395
395
 
@@ -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: 18px;
369
+ margin-bottom: 20px;
366
370
  // height: 38px;
367
371
  }
368
372
 
@@ -274,7 +274,7 @@
274
274
  background-color: $--menu-hove-background-color;
275
275
  }
276
276
 
277
- 运行时工具栏样式
277
+ // 运行时工具栏样式
278
278
  .amb-widget-tools-parent{
279
279
  margin-bottom: 20px;
280
280
  }