Skip to content

Commit

Permalink
fixed:表格增加左右-1px的边距,防止表格边框线导致宽度超出页面从而无限延伸的bug。
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelmaxQm committed May 14, 2024
1 parent 613ba9b commit c515805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/style/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
.gva-table-box {
@apply p-4 bg-white text-slate-700 dark:text-slate-400 dark:bg-slate-900 rounded m-2;
.el-table{
@apply border-x border-t border-b-0 rounded border-table-border border-solid;
@apply border-x border-t border-b-0 rounded border-table-border border-solid -mx-[1px];
}
}

Expand Down

0 comments on commit c515805

Please sign in to comment.