@vtx/components 3.1.13 → 3.1.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.
@@ -67,10 +67,9 @@
67
67
  }
68
68
  .vtx-datagrid .ant-table-tbody > tr.ant-table-placeholder {
69
69
  position: absolute;
70
- top: auto;
71
70
  right: 0;
72
- bottom: auto;
73
71
  left: 0;
72
+ top: 25%;
74
73
  background-color: transparent;
75
74
  border-top: none;
76
75
  }
@@ -86,8 +85,7 @@
86
85
  justify-content: center;
87
86
  width: 100%;
88
87
  height: 100%;
89
- border-right: 1px solid #f0f0f0;
90
- border-left: 1px solid #f0f0f0;
88
+ border: none;
91
89
  }
92
90
  .vtx-datagrid-alert {
93
91
  margin-bottom: 8px;
@@ -106,10 +106,11 @@
106
106
 
107
107
  &.ant-table-placeholder {
108
108
  position: absolute;
109
- top: auto;
109
+ // top: auto;
110
110
  right: 0;
111
- bottom: auto;
111
+ // bottom: auto;
112
112
  left: 0;
113
+ top: 25%;
113
114
  background-color: transparent;
114
115
  border-top: none;
115
116
  // height: 100%;
@@ -119,8 +120,9 @@
119
120
  justify-content: center;
120
121
  width: 100%;
121
122
  height: 100%;
122
- border-right: @border-width-base @border-style-base @table-border-color;
123
- border-left: @border-width-base @border-style-base @table-border-color;
123
+ // border-right: @border-width-base @border-style-base @table-border-color;
124
+ // border-left: @border-width-base @border-style-base @table-border-color;
125
+ border: none;
124
126
  }
125
127
  }
126
128
  }
@@ -17,11 +17,18 @@
17
17
  .vtx-form-layout .vtx-form-item .ant-form-item-label label::after {
18
18
  content: '';
19
19
  }
20
+ .vtx-form-layout .vtx-form-item-vertical {
21
+ -webkit-box-orient: vertical;
22
+ -webkit-box-direction: normal;
23
+ -ms-flex-direction: column;
24
+ flex-direction: column;
25
+ }
20
26
  .vtx-form-layout .vtx-form-item-vertical .ant-form-item-row {
21
27
  -webkit-box-orient: vertical;
22
28
  -webkit-box-direction: normal;
23
29
  -ms-flex-direction: column;
24
30
  flex-direction: column;
31
+ margin-bottom: 20px;
25
32
  }
26
33
  .vtx-form-layout .vtx-form-item-vertical .ant-form-item-label,
27
34
  .vtx-form-layout .vtx-form-item-vertical .ant-form-item-control {
@@ -17,8 +17,10 @@
17
17
  }
18
18
  }
19
19
  &-vertical {
20
+ flex-direction: column;
20
21
  .ant-form-item-row {
21
22
  flex-direction: column;
23
+ margin-bottom: 20px;
22
24
  }
23
25
  .ant-form-item-label,
24
26
  .ant-form-item-control {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vtx/components",
3
- "version": "3.1.13",
3
+ "version": "3.1.14",
4
4
  "description": "React components for Vortex",
5
5
  "keywords": [
6
6
  "react",