增加 element 样式补丁
1.修复 IE 游览器下 el-tabs 宽度不能撑满 2.修复 Chrome 游览器下 el-tabs 头部线格错位
This commit is contained in:
@@ -16,4 +16,16 @@
|
|||||||
|
|
||||||
.el-tabs__item:focus.is-active.is-focus:not(:active) {
|
.el-tabs__item:focus.is-active.is-focus:not(:active) {
|
||||||
box-shadow: none !important;
|
box-shadow: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// 修复IE宽度不能撑满
|
||||||
|
.el-table__body,
|
||||||
|
.el-table__header {
|
||||||
|
width: 100% !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Chrome下表格头部错位修复
|
||||||
|
.el-table th.gutter,
|
||||||
|
.el-table colgroup.gutter {
|
||||||
|
display: table-cell !important;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user