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值不一样 */ -}