From 38b903493b8d0052fc878b8c16a16507e347cea7 Mon Sep 17 00:00:00 2001
From: yanfeiyong <2060201549@qq.com>
Date: Fri, 25 Apr 2025 17:16:47 +0800
Subject: [PATCH] =?UTF-8?q?=E6=89=8B=E5=86=8C=E5=92=8C=E6=9C=88=E5=BA=A6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/compilation/handbook/index.vue | 6 +--
.../components/ProjectDetails/Months.vue | 52 +++++++++----------
2 files changed, 29 insertions(+), 29 deletions(-)
diff --git a/src/views/compilation/handbook/index.vue b/src/views/compilation/handbook/index.vue
index d9b6fd3..3552992 100644
--- a/src/views/compilation/handbook/index.vue
+++ b/src/views/compilation/handbook/index.vue
@@ -227,7 +227,7 @@
ref="projectTable"
:data="projectList"
@row-click="handleRowClick"
- height="400"
+ height="200"
:row-key="(row) => row.id"
v-loading="loading"
@select="handleSelect"
@@ -1164,7 +1164,7 @@ export default {
.pagination-box {
display: flex;
justify-content: right;
- margin: 16px 0;
+ // margin: 16px 0;
}
/* 已选项目区域样式 */
@@ -1188,7 +1188,7 @@ export default {
display: flex;
flex-direction: column;
gap: 12px;
- max-height: 200px;
+ max-height: 100px;
overflow-y: auto;
padding-right: 10px;
flex: 1;
diff --git a/src/views/components/ProjectDetails/Months.vue b/src/views/components/ProjectDetails/Months.vue
index 93da9d3..02b7662 100644
--- a/src/views/components/ProjectDetails/Months.vue
+++ b/src/views/components/ProjectDetails/Months.vue
@@ -47,10 +47,10 @@
{{ scope.row.cumulativeArea }}
-
+
-
- {{ scope.row.progressDetails }}
+
+ {{ scope.row.xmjzxq }}
@@ -76,7 +76,7 @@