@vtx/components 3.0.0-2 → 3.0.0-3
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/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
# [3.0.0-3](https://git.cloudhw.cn:3443/front-end/react-components/compare/3.0.0-2...3.0.0-3) (2022-01-15)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### 🐛 Bug Fixes
|
|
5
|
+
|
|
6
|
+
* 修复表单布局查看模式下样式问题 ([da255e0](https://git.cloudhw.cn:3443/front-end/react-components/commit/da255e0)) by: **gongjinhua**
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
1
10
|
# [3.0.0-2](https://git.cloudhw.cn:3443/front-end/react-components/compare/3.0.0-1...3.0.0-2) (2022-01-15)
|
|
2
11
|
|
|
3
12
|
|
|
@@ -12,6 +21,11 @@
|
|
|
12
21
|
* 表单列间距调整 ([2843e79](https://git.cloudhw.cn:3443/front-end/react-components/commit/2843e79)) by: **gongjinhua**
|
|
13
22
|
|
|
14
23
|
|
|
24
|
+
### 🎫 Chores
|
|
25
|
+
|
|
26
|
+
* release v3.0.0-2 ([58d5001](https://git.cloudhw.cn:3443/front-end/react-components/commit/58d5001)) by: **gongjinhua**
|
|
27
|
+
|
|
28
|
+
|
|
15
29
|
### 🐛 Bug Fixes
|
|
16
30
|
|
|
17
31
|
* https://github.com/ant-design/ant-design/issues/33007 ([222a1d9](https://git.cloudhw.cn:3443/front-end/react-components/commit/222a1d9)) by: **gongjinhua**
|
|
@@ -39,9 +39,6 @@
|
|
|
39
39
|
.vtx-form-layout .vtx-form-item .ant-form-item-explain {
|
|
40
40
|
font-size: 12px;
|
|
41
41
|
}
|
|
42
|
-
.vtx-form-layout .vtx-form-item--view {
|
|
43
|
-
margin-bottom: 0;
|
|
44
|
-
}
|
|
45
42
|
.vtx-form-layout .vtx-form-item--view .ant-form-item-label,
|
|
46
43
|
.vtx-form-layout .vtx-form-item--view .ant-form-item-control {
|
|
47
44
|
line-height: 1.5715;
|
|
@@ -62,6 +59,9 @@
|
|
|
62
59
|
.vtx-form-layout .vtx-form-item-col .ant-form-item {
|
|
63
60
|
margin-bottom: 20px;
|
|
64
61
|
}
|
|
62
|
+
.vtx-form-layout .vtx-form-item-col .vtx-form-item--view {
|
|
63
|
+
margin-bottom: 0;
|
|
64
|
+
}
|
|
65
65
|
.vtx-form-layout .vtx-form-item-col .ant-form-item-with-help {
|
|
66
66
|
margin-bottom: 0;
|
|
67
67
|
}
|
|
@@ -34,7 +34,6 @@
|
|
|
34
34
|
font-size: @font-size-sm;
|
|
35
35
|
}
|
|
36
36
|
&--view {
|
|
37
|
-
margin-bottom: 0;
|
|
38
37
|
.ant-form-item-label,
|
|
39
38
|
.ant-form-item-control {
|
|
40
39
|
line-height: @line-height-base;
|
|
@@ -60,6 +59,9 @@
|
|
|
60
59
|
.ant-form-item {
|
|
61
60
|
margin-bottom: 20px;
|
|
62
61
|
}
|
|
62
|
+
.vtx-form-item--view {
|
|
63
|
+
margin-bottom: 0;
|
|
64
|
+
}
|
|
63
65
|
.ant-form-item-with-help {
|
|
64
66
|
margin-bottom: 0;
|
|
65
67
|
}
|