From 97c92751e8ce435177a633109ea83682e2b894d8 Mon Sep 17 00:00:00 2001 From: wangting <wangting@vci-tech.com> Date: 星期一, 06 一月 2025 16:01:05 +0800 Subject: [PATCH] 处理固定列错行 --- Source/plt-web/plt-web-ui/src/styles/ui.scss | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/Source/plt-web/plt-web-ui/src/styles/ui.scss b/Source/plt-web/plt-web-ui/src/styles/ui.scss index 810be2c..dc0a8b7 100644 --- a/Source/plt-web/plt-web-ui/src/styles/ui.scss +++ b/Source/plt-web/plt-web-ui/src/styles/ui.scss @@ -453,7 +453,14 @@ .el-table .sort-caret.descending{ bottom: 0; } - +/****澶勭悊鍥哄畾鍒楅敊琛岄棶棰�****/ +.el-table .el-table__fixed,.el-table .el-table__fixed-right{ + height: 100% !important; +} +.el-table__fixed .el-table__fixed-body-wrapper,.el-table__fixed-right .el-table__fixed-body-wrapper{ + height: calc(100% - 37px) !important; + top:37px !important; +} /* 鍒嗛〉 */ -- Gitblit v1.9.3