提交 4c94ea8d authored 作者: 王鹏飞's avatar 王鹏飞

bug fixes

上级 ae7ade90
{
"name": "@ezijing/vue-form",
"version": "2.0.13",
"version": "2.1.0",
"private": false,
"description": "基于Vue Element-UI的表单",
"scripts": {
......
......@@ -96,3 +96,18 @@ export default {
}
}
</script>
<style lang="scss">
.v-form__prepend,
.v-form-item__prepend {
padding-top: 12px;
line-height: 26px;
color: #00e;
}
.v-form__append,
.v-form-item__append {
padding-top: 12px;
line-height: 26px;
color: #00e;
}
</style>
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论