@tmagic/editor 1.8.0-manmanyu.16 → 1.8.0-manmanyu.17

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.
@@ -584,6 +584,10 @@ fieldset.m-fieldset .m-form-tip {
584
584
  margin-right: 8px;
585
585
  }
586
586
 
587
+ .m-form.m-form--magic-admin [class="m-form-container m-container-fieldset"],
588
+ .m-form.m-form--magic-admin [class="m-container-fieldset m-form-container"] {
589
+ margin-top: 15px;
590
+ }
587
591
  .m-form.m-form--magic-admin .m-container-tab:not(.magic-right-panel-tabs-top):not(.magic-form-dynamic-tab) > .tmagic-design-tabs:not(.el-tabs--border-card) > .el-tabs__content {
588
592
  background-color: #fff;
589
593
  padding: 16px 16px 0 16px;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.8.0-manmanyu.16",
2
+ "version": "1.8.0-manmanyu.17",
3
3
  "name": "@tmagic/editor",
4
4
  "type": "module",
5
5
  "sideEffects": [
@@ -58,11 +58,11 @@
58
58
  "moveable": "^0.53.0",
59
59
  "serialize-javascript": "^7.0.0",
60
60
  "sortablejs": "^1.15.6",
61
- "@tmagic/form": "1.8.0-manmanyu.16",
62
- "@tmagic/stage": "1.8.0-manmanyu.16",
63
- "@tmagic/design": "1.8.0-manmanyu.16",
64
- "@tmagic/table": "1.8.0-manmanyu.16",
65
- "@tmagic/utils": "1.8.0-manmanyu.16"
61
+ "@tmagic/form": "1.8.0-manmanyu.17",
62
+ "@tmagic/table": "1.8.0-manmanyu.17",
63
+ "@tmagic/design": "1.8.0-manmanyu.17",
64
+ "@tmagic/utils": "1.8.0-manmanyu.17",
65
+ "@tmagic/stage": "1.8.0-manmanyu.17"
66
66
  },
67
67
  "devDependencies": {
68
68
  "@types/events": "^3.0.3",
@@ -76,7 +76,7 @@
76
76
  "type-fest": "^5.2.0",
77
77
  "typescript": "^6.0.3",
78
78
  "vue": "^3.5.38",
79
- "@tmagic/core": "1.8.0-manmanyu.16"
79
+ "@tmagic/core": "1.8.0-manmanyu.17"
80
80
  },
81
81
  "peerDependenciesMeta": {
82
82
  "typescript": {