From f7cdcaf1f71a67a1f3804c6ad525d1a99c521de4 Mon Sep 17 00:00:00 2001 From: CaptainB Date: Sun, 27 Mar 2022 17:26:57 +0800 Subject: [PATCH] =?UTF-8?q?revert:=20=E5=9B=9E=E9=80=80=E5=9B=BA=E5=AE=9At?= =?UTF-8?q?op=E7=9A=84=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../performance/report/PerformanceTestReportList.vue | 3 --- .../track/review/view/components/TestReviewTestCaseList.vue | 3 --- 2 files changed, 6 deletions(-) diff --git a/frontend/src/business/components/performance/report/PerformanceTestReportList.vue b/frontend/src/business/components/performance/report/PerformanceTestReportList.vue index 2e5dc1b409..f8e477fa9a 100644 --- a/frontend/src/business/components/performance/report/PerformanceTestReportList.vue +++ b/frontend/src/business/components/performance/report/PerformanceTestReportList.vue @@ -432,9 +432,6 @@ export default { width: 100%; } -/deep/ .el-table__fixed-body-wrapper { - top: 47px !important; /* 不同表格top值不一样 */ -} .table-card >>> .el-input__icon { line-height: 23px; diff --git a/frontend/src/business/components/track/review/view/components/TestReviewTestCaseList.vue b/frontend/src/business/components/track/review/view/components/TestReviewTestCaseList.vue index e5d207f0f2..ac21d828b8 100644 --- a/frontend/src/business/components/track/review/view/components/TestReviewTestCaseList.vue +++ b/frontend/src/business/components/track/review/view/components/TestReviewTestCaseList.vue @@ -550,8 +550,5 @@ export default { margin-bottom: 10px; } -/deep/ .el-table__fixed-body-wrapper { - top: 49px !important; /* 不同表格top值不一样 */ -}