Commit 511d789f authored by liubinyu's avatar liubinyu

修复el表格不对齐bug

parent 964bf964
......@@ -139,6 +139,10 @@ $txt-color: #eeeeee;
.global ::v-deep.el-table tbody tr:hover > td {
background-color: $color-deep-blue;
}
// 表头和内容不对齐
.global ::v-deep.el-table th.gutter{
display: table-cell !important;
}
// 默认分页样式
.global ::v-deep.btn-prev,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment