@vunk/form 2.14.11 → 2.14.12

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.
@@ -27,6 +27,6 @@
27
27
  .vkf-form-item--inline{
28
28
  display: inline-flex;
29
29
  }
30
- .vkf-form-item.is-empty-label .el-form-item__label{
30
+ .vkf-form-item.is-empty-label > .el-form-item__label{
31
31
  display: none;
32
32
  }
package/index.css CHANGED
@@ -249,7 +249,7 @@
249
249
  .vkf-form-item--inline{
250
250
  display: inline-flex;
251
251
  }
252
- .vkf-form-item.is-empty-label .el-form-item__label{
252
+ .vkf-form-item.is-empty-label > .el-form-item__label{
253
253
  display: none;
254
254
  }
255
255
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vunk/form",
3
- "version": "2.14.11",
3
+ "version": "2.14.12",
4
4
  "description": "",
5
5
  "main": "index.esm.js",
6
6
  "scripts": {