@tmagic/form 1.8.0-beta.24 → 1.8.0-beta.25

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/dist/es/style.css CHANGED
@@ -427,7 +427,11 @@ fieldset.m-fieldset .m-form-tip {
427
427
  .m-form-box .el-box__header {
428
428
  margin: 0;
429
429
  }
430
+ .m-form-box .m-box-body {
431
+ min-height: 0;
432
+ }
430
433
  .m-form-box .dialog-footer {
434
+ flex-shrink: 0;
431
435
  display: flex;
432
436
  align-items: center;
433
437
  justify-content: space-between;
package/dist/style.css CHANGED
@@ -427,7 +427,11 @@ fieldset.m-fieldset .m-form-tip {
427
427
  .m-form-box .el-box__header {
428
428
  margin: 0;
429
429
  }
430
+ .m-form-box .m-box-body {
431
+ min-height: 0;
432
+ }
430
433
  .m-form-box .dialog-footer {
434
+ flex-shrink: 0;
431
435
  display: flex;
432
436
  align-items: center;
433
437
  justify-content: space-between;
@@ -427,7 +427,11 @@ fieldset.m-fieldset .m-form-tip {
427
427
  .m-form-box .el-box__header {
428
428
  margin: 0;
429
429
  }
430
+ .m-form-box .m-box-body {
431
+ min-height: 0;
432
+ }
430
433
  .m-form-box .dialog-footer {
434
+ flex-shrink: 0;
431
435
  display: flex;
432
436
  align-items: center;
433
437
  justify-content: space-between;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.8.0-beta.24",
2
+ "version": "1.8.0-beta.25",
3
3
  "name": "@tmagic/form",
4
4
  "type": "module",
5
5
  "sideEffects": [
@@ -52,9 +52,9 @@
52
52
  "peerDependencies": {
53
53
  "typescript": "^6.0.3",
54
54
  "vue": "^3.5.41",
55
- "@tmagic/design": "1.8.0-beta.24",
56
- "@tmagic/utils": "1.8.0-beta.24",
57
- "@tmagic/form-schema": "1.8.0-beta.24"
55
+ "@tmagic/form-schema": "1.8.0-beta.25",
56
+ "@tmagic/design": "1.8.0-beta.25",
57
+ "@tmagic/utils": "1.8.0-beta.25"
58
58
  },
59
59
  "peerDependenciesMeta": {
60
60
  "typescript": {
@@ -5,7 +5,12 @@
5
5
  margin: 0;
6
6
  }
7
7
 
8
+ .m-box-body {
9
+ min-height: 0;
10
+ }
11
+
8
12
  .dialog-footer {
13
+ flex-shrink: 0;
9
14
  display: flex;
10
15
  align-items: center;
11
16
  justify-content: space-between;