From e2c4a40119ae7ccde5b94868830a802ba1f5f74d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=80=9D=E7=BB=B4=E7=A9=BA=E9=97=B4?= Date: Thu, 23 Apr 2020 09:50:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20element=20=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E8=A1=A5=E4=B8=81=201.=E4=BF=AE=E5=A4=8D=20IE=20?= =?UTF-8?q?=E6=B8=B8=E8=A7=88=E5=99=A8=E4=B8=8B=20el-tabs=20=E5=AE=BD?= =?UTF-8?q?=E5=BA=A6=E4=B8=8D=E8=83=BD=E6=92=91=E6=BB=A1=202.=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=20Chrome=20=E6=B8=B8=E8=A7=88=E5=99=A8=E4=B8=8B=20el-?= =?UTF-8?q?tabs=20=E5=A4=B4=E9=83=A8=E7=BA=BF=E6=A0=BC=E9=94=99=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/style/fixed/element.scss | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/assets/style/fixed/element.scss b/src/assets/style/fixed/element.scss index a6c7fc9b..4e7f42cf 100644 --- a/src/assets/style/fixed/element.scss +++ b/src/assets/style/fixed/element.scss @@ -16,4 +16,16 @@ .el-tabs__item:focus.is-active.is-focus:not(:active) { box-shadow: none !important; -} \ No newline at end of file +} + +// 修复IE宽度不能撑满 +.el-table__body, +.el-table__header { + width: 100% !important; +} + +// Chrome下表格头部错位修复 +.el-table th.gutter, +.el-table colgroup.gutter { + display: table-cell !important; +}