提交 ea9a58c9 编写于 作者: J jinlan.du

表格css冲突修正

上级 345cd774
......@@ -884,33 +884,6 @@ li {
border-bottom: 1px solid #e8e8e8;
}
}
.el-table__body-wrapper {
tr {
td {
padding: 5px 0;
.cell {
height: 34px;
line-height: 34px;
overflow: hidden;
}
}
}
.el-cascader {
line-height: 34px;
}
}
.upload {
.el-table__body-wrapper {
tr {
td {
padding: 5px 0;
.cell {
height: auto;
}
}
}
}
}
.search-term {
border-left: none;
border-right: none;
......@@ -992,15 +965,15 @@ li {
.el-button.el-button--text.el-button--small {
position: relative;
}
.el-button.el-button--text.el-button--small::after {
content: '';
position: absolute;
width: 1px;
height: 50%;
top: 5px;
margin-left: 15px;
background-color: #e8e8e8;
}
// .el-button.el-button--text.el-button--small::after {
// content: '';
// position: absolute;
// width: 1px;
// height: 50%;
// top: 5px;
// margin-left: 15px;
// background-color: #e8e8e8;
// }
.cell {
button:last-child::after {
content: ''!important;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册