@tmagic/form 1.3.0-alpha.13 → 1.3.0-alpha.14

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/style.css CHANGED
@@ -9,6 +9,15 @@
9
9
  margin-bottom: 0;
10
10
  }
11
11
 
12
+ .m-form-drawer .el-drawer__header {
13
+ margin: 0;
14
+ }
15
+ .m-form-drawer .m-drawer-body {
16
+ height: 100%;
17
+ overflow-y: auto;
18
+ overflow-x: hidden;
19
+ }
20
+
12
21
  .fade-enter-active,
13
22
  .fade-leave-active {
14
23
  transition: opacity 0.5s;
@@ -106,6 +115,10 @@ fieldset.m-fieldset .m-form-tip {
106
115
  margin-left: 5px;
107
116
  }
108
117
 
118
+ .m-container-panel:not(:last-of-type) {
119
+ margin-bottom: 20px;
120
+ }
121
+
109
122
  .m-fields-table {
110
123
  width: 100%;
111
124
  }