Skip to content

Commit

Permalink
style: 优化表格布局报错提示信息位置
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBoooooo committed Mar 2, 2021
1 parent d1f3731 commit 39919a7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "element-pro-crud",
"version": "0.8.8-8",
"version": "0.8.8-9",
"author": "BoBo<[email protected]>",
"main": "lib/ProCrud.umd.min.js",
"files": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
}
.el-form-item__error {
top: calc(100% - 12px);
left: 5px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
Expand Down
1 change: 0 additions & 1 deletion src/component/form-designer/src/styles/table-form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
right: 0;
}
}
}
Expand Down

0 comments on commit 39919a7

Please sign in to comment.