@tmagic/form 1.0.0-beta.8 → 1.0.0-rc.11

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/README.md ADDED
@@ -0,0 +1 @@
1
+ # [文档](https://tencent.github.io/tmagic-editor/docs/)
package/dist/style.css CHANGED
@@ -17,26 +17,24 @@
17
17
  opacity: 0;
18
18
  }
19
19
 
20
- .m-form,
21
- .m-form-panel.el-card .el-card__body {
22
- color: #333;
23
- background-color: #fff;
24
- }
25
-
26
20
  .m-form .m-form-tip {
27
21
  color: rgba(0, 0, 0, 0.45);
28
22
  font-size: 12px;
29
23
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
30
24
  }
31
-
32
25
  .m-form .m-form-schematic {
33
26
  max-width: 50%;
34
27
  height: 100%;
35
28
  }
36
-
37
- .el-table .cell > div.m-form-container {
29
+ .m-form .el-table .cell > div.m-form-container {
38
30
  display: block;
39
31
  }
32
+ .m-form .el-tabs {
33
+ margin-bottom: 10px;
34
+ }
35
+ .m-form .el-form-item.hidden .el-form-item__label {
36
+ display: none;
37
+ }
40
38
 
41
39
  .magic-datetime-picker-popper .el-picker-panel__footer button:first-child {
42
40
  display: none;
@@ -48,7 +46,7 @@ div.m-fields-link {
48
46
 
49
47
  fieldset.m-fieldset {
50
48
  position: relative;
51
- border: 1px solid #e5e5e5;
49
+ border: 1px solid rgb(229, 229, 229);
52
50
  margin-top: 10px;
53
51
  margin-bottom: 10px;
54
52
  min-inline-size: auto;
@@ -59,7 +57,7 @@ fieldset.m-fieldset legend {
59
57
  border: 0;
60
58
  top: -10px;
61
59
  left: 20px;
62
- background: white;
60
+ background: rgb(255, 255, 255);
63
61
  width: auto;
64
62
  padding: 0px 3px;
65
63
  font-weight: bold;