6141aa57 by lihua

修复表格边框问题

1 parent 1bf3d3ed
......@@ -168,6 +168,18 @@
height: 30px !important;
}
.el-input-tag {
.el-input-tag__input {
font-family: simsun;
--el-input-border-color: #d9d9d9;
--el-border-color: #d9d9d9;
&::placeholder {
color: #b2b2b2;
}
}
}
.el-input {
.el-input__wrapper {
--el-input-border-color: #d9d9d9;
......@@ -1146,6 +1158,7 @@
.el-table__inner-wrapper::before {
height: 0px;
min-height: 0px;
}
&.el-table--enable-row-hover .el-table__body tr.el-table__row--striped:hover>td.el-table__cell {
......
......@@ -626,6 +626,7 @@ const getTextAlign = (field) => {
td.el-table__cell::after,
.el-table__inner-wrapper::before {
height: 0px;
min-height: 0px;
}
.cell {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!