Skip to content

Commit

Permalink
3.0.25 修复form表单使用mini的时候不对齐问题
Browse files Browse the repository at this point in the history
  • Loading branch information
hzzhangdaying committed Jan 9, 2019
1 parent cd45a49 commit 2b4cb23
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions components/KLForm.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,9 @@
@include e(content) {
font-size: 12px;
}
@include m(mini) {
.el-form-item__label {
padding: 0 12px 0 0;
}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "element-kaola",
"version": "3.0.24",
"version": "3.0.25",
"description": "Custom styles for ElementUI",
"scripts": {
"release": "npm config set registry https://registry.npmjs.org && ./publish.sh"
Expand Down

0 comments on commit 2b4cb23

Please sign in to comment.