diff --git a/frontend/src/business/components/api/automation/scenario/ApiScenarioList.vue b/frontend/src/business/components/api/automation/scenario/ApiScenarioList.vue
index 00225884ec..2b8f8464bc 100644
--- a/frontend/src/business/components/api/automation/scenario/ApiScenarioList.vue
+++ b/frontend/src/business/components/api/automation/scenario/ApiScenarioList.vue
@@ -942,7 +942,7 @@ export default {
padding: 10px;
}
-/* /deep/ .el-table__fixed-body-wrapper {
+/deep/ .el-table__fixed-body-wrapper {
top: 60px !important;
-} */
+}
diff --git a/frontend/src/business/components/track/plan/view/comonents/api/TestPlanApiCaseList.vue b/frontend/src/business/components/track/plan/view/comonents/api/TestPlanApiCaseList.vue
index 57706be7be..1dc566baab 100644
--- a/frontend/src/business/components/track/plan/view/comonents/api/TestPlanApiCaseList.vue
+++ b/frontend/src/business/components/track/plan/view/comonents/api/TestPlanApiCaseList.vue
@@ -279,7 +279,7 @@ export default {
pageSize: 10,
total: 0,
selectDataCounts: 0,
- screenHeight: 'calc(100vh - 330px)',//屏幕高度
+ screenHeight: 'calc(100vh - 250px)',//屏幕高度
// environmentId: undefined,
currentCaseProjectId: "",
runData: [],
@@ -750,6 +750,6 @@ export default {
}
/deep/ .el-table__fixed-body-wrapper {
- top: 59px !important;
+ top: 48px !important;
}
diff --git a/frontend/src/business/components/track/plan/view/comonents/api/TestPlanApiScenarioList.vue b/frontend/src/business/components/track/plan/view/comonents/api/TestPlanApiScenarioList.vue
index d4412835d1..b02e1ef203 100644
--- a/frontend/src/business/components/track/plan/view/comonents/api/TestPlanApiScenarioList.vue
+++ b/frontend/src/business/components/track/plan/view/comonents/api/TestPlanApiScenarioList.vue
@@ -39,7 +39,7 @@
- >> th:nth-child(2) .el-icon-arrow-down {
- top: -3px;
+ top: -4px;
+}
+
+/deep/ .el-table__fixed-body-wrapper {
+ top: 48px !important;
}
-/*/deep/ .el-table__fixed-body-wrapper {*/
-/* top: 59px !important;*/
-/*}*/
diff --git a/frontend/src/business/components/track/plan/view/comonents/functional/FunctionalTestCaseList.vue b/frontend/src/business/components/track/plan/view/comonents/functional/FunctionalTestCaseList.vue
index 9436e98390..39a96871d7 100644
--- a/frontend/src/business/components/track/plan/view/comonents/functional/FunctionalTestCaseList.vue
+++ b/frontend/src/business/components/track/plan/view/comonents/functional/FunctionalTestCaseList.vue
@@ -294,7 +294,7 @@ export default {
type: TEST_PLAN_FUNCTION_TEST_CASE,
fields: [],
fieldsWidth: getCustomTableWidth('TRACK_TEST_CASE'),
- screenHeight: 'calc(100vh - 330px)',
+ screenHeight: 'calc(100vh - 275px)',
tableLabel: [],
result: {},
deletePath: "/test/case/delete",
diff --git a/frontend/src/business/components/track/plan/view/comonents/load/TestPlanLoadCaseList.vue b/frontend/src/business/components/track/plan/view/comonents/load/TestPlanLoadCaseList.vue
index 8c3d136a1c..e4c24dd9b9 100644
--- a/frontend/src/business/components/track/plan/view/comonents/load/TestPlanLoadCaseList.vue
+++ b/frontend/src/business/components/track/plan/view/comonents/load/TestPlanLoadCaseList.vue
@@ -201,7 +201,7 @@ export default {
total: 0,
selectDataCounts: 0,
status: 'default',
- screenHeight: 'calc(100vh - 330px)',//屏幕高度
+ screenHeight: 'calc(100vh - 250px)',//屏幕高度
buttons: [
{
name: this.$t('test_track.plan.load_case.unlink_in_bulk'), handleClick: this.handleDeleteBatch, permissions: ['PROJECT_TRACK_PLAN:READ+CASE_BATCH_DELETE']
@@ -496,6 +496,6 @@ export default {
diff --git a/frontend/src/business/components/track/review/view/TestCaseReviewView.vue b/frontend/src/business/components/track/review/view/TestCaseReviewView.vue
index 548c61d208..4a7a54feeb 100644
--- a/frontend/src/business/components/track/review/view/TestCaseReviewView.vue
+++ b/frontend/src/business/components/track/review/view/TestCaseReviewView.vue
@@ -186,4 +186,10 @@ export default {
height: calc(100vh - 80px - 53px);
margin-top: 1px;
}
+
+.header-menu.el-menu--horizontal > li {
+ height: 49px;
+ line-height: 50px;
+ color: dimgray;
+}
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 6978e20753..6a08eddb71 100644
--- a/frontend/src/business/components/track/review/view/components/TestReviewTestCaseList.vue
+++ b/frontend/src/business/components/track/review/view/components/TestReviewTestCaseList.vue
@@ -248,7 +248,7 @@ export default {
return {
type: TEST_CASE_REVIEW_CASE_LIST,
headerItems: Test_Case_Review_Case_List,
- screenHeight: 'calc(100vh - 330px)',
+ screenHeight: 'calc(100vh - 270px)',
tableLabel: [],
result: {},
condition: {},
@@ -547,7 +547,7 @@ export default {
}
/deep/ .el-table__fixed-body-wrapper {
- top: 59px !important;
+ top: 48px !important;
}
diff --git a/frontend/src/common/css/main.css b/frontend/src/common/css/main.css
index 6707dee359..77c21618ad 100644
--- a/frontend/src/common/css/main.css
+++ b/frontend/src/common/css/main.css
@@ -40,6 +40,10 @@
margin-bottom: 18px;
}
+.el-dialog__body {
+ padding: 10px;
+}
+
.tip {
padding: 3px 5px;
font-size: 16px;