@tmagic/form 1.8.0-manmanyu.15 → 1.8.0-manmanyu.16

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.
@@ -458,6 +458,9 @@ fieldset.m-fieldset .m-form-tip {
458
458
  white-space: pre-line;
459
459
  line-height: 20px;
460
460
  }
461
+ .m-form.m-form--magic-admin .el-form-item__content .tmagic-design-radio-group {
462
+ row-gap: 10px;
463
+ }
461
464
  .m-form.m-form--magic-admin .el-form-item__content .tmagic-design-radio-group .tmagic-design-radio-button {
462
465
  margin-right: 8px;
463
466
  height: 32px;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.8.0-manmanyu.15",
2
+ "version": "1.8.0-manmanyu.16",
3
3
  "name": "@tmagic/form",
4
4
  "type": "module",
5
5
  "sideEffects": [
@@ -52,9 +52,9 @@
52
52
  "peerDependencies": {
53
53
  "vue": "^3.5.38",
54
54
  "typescript": "^6.0.3",
55
- "@tmagic/utils": "1.8.0-manmanyu.15",
56
- "@tmagic/form-schema": "1.8.0-manmanyu.15",
57
- "@tmagic/design": "1.8.0-manmanyu.15"
55
+ "@tmagic/design": "1.8.0-manmanyu.16",
56
+ "@tmagic/form-schema": "1.8.0-manmanyu.16",
57
+ "@tmagic/utils": "1.8.0-manmanyu.16"
58
58
  },
59
59
  "peerDependenciesMeta": {
60
60
  "typescript": {
@@ -38,6 +38,7 @@
38
38
  }
39
39
  .el-form-item__content {
40
40
  .tmagic-design-radio-group {
41
+ row-gap: 10px;
41
42
  .tmagic-design-radio-button {
42
43
  margin-right: 8px;
43
44
  height: 32px;