@vunk/form 2.14.13 → 2.14.15

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/index.css CHANGED
@@ -220,6 +220,9 @@
220
220
  margin: 0;
221
221
  }
222
222
 
223
+ .vkf-form-item-label__span{
224
+ vertical-align: middle;
225
+ }
223
226
  .vkf-form-item-label-tip-button:hover .el-icon {
224
227
  color: var(--el-color-primary);
225
228
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vunk/form",
3
- "version": "2.14.13",
3
+ "version": "2.14.15",
4
4
  "description": "",
5
5
  "main": "index.esm.js",
6
6
  "scripts": {