From c7a91bec1833d13c62368848b2afb29d3924ac4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Fri, 10 Jun 2022 19:06:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=BB=9A=E5=8A=A8=E6=9D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/mdp.scss | 9 +++++++++ src/views/xm/core/xmTask/XmPhase.vue | 18 ++++++++---------- src/views/xm/core/xmTask/XmTaskMng.vue | 6 +++--- 3 files changed, 20 insertions(+), 13 deletions(-) diff --git a/src/styles/mdp.scss b/src/styles/mdp.scss index de8f29ff..006e561a 100644 --- a/src/styles/mdp.scss +++ b/src/styles/mdp.scss @@ -257,6 +257,15 @@ table tr.hover-row{ display:none; } } + /** + *解决表格固定列无法滚动问题 + */ +.el-table { + .el-table__fixed { + height:auto !important; + bottom:17px !important; + } +} .icon { color: #fff; diff --git a/src/views/xm/core/xmTask/XmPhase.vue b/src/views/xm/core/xmTask/XmPhase.vue index 15139d94..793bbb2f 100644 --- a/src/views/xm/core/xmTask/XmPhase.vue +++ b/src/views/xm/core/xmTask/XmPhase.vue @@ -177,15 +177,13 @@ @@ -211,14 +209,14 @@ - - - + -