diff --git a/src/components/AchievementList.vue b/src/components/AchievementList.vue
index 5d6c62a..ca88616 100644
--- a/src/components/AchievementList.vue
+++ b/src/components/AchievementList.vue
@@ -108,23 +108,22 @@ onMounted(() => {
-
+
{{ item.name }}
@@ -228,19 +227,19 @@ onMounted(() => {
- 备注
+ 成果简介
-
{{ currentAchievement?.remarks || '无备注信息' }}
+
{{ currentAchievement?.achievement_intro }}
- 成果简介
+ 备注
-
{{ currentAchievement?.achievement_intro }}
+
{{ currentAchievement?.remarks || '无备注信息' }}
-
+
-
{{ item.name }}
@@ -252,9 +255,9 @@ onMounted(() => {
-
+
@@ -272,6 +275,10 @@ onMounted(() => {
padding-left: 0;
}
+.search-container :deep(.van-search__action) {
+ line-height: 25px;
+}
+
/* 下载按钮容器 */
.download-container {
display: flex;
@@ -422,8 +429,9 @@ onMounted(() => {
.detail-content {
height: 100%;
overflow-y: auto;
- padding: 15px;
font-size: 14px;
+ display: flex;
+ flex-direction: column;
}
/* 详情头部 */
@@ -431,9 +439,8 @@ onMounted(() => {
display: flex;
justify-content: space-between;
align-items: center;
- margin-bottom: 15px;
- padding-bottom: 10px;
border-bottom: 1px solid #f0f0f0;
+ padding: 15px 15px 10px 15px;
}
.detail-header h3 {
@@ -449,6 +456,9 @@ onMounted(() => {
display: flex;
flex-direction: column;
gap: 15px;
+ flex: 1;
+ overflow: auto;
+ padding: 15px;
}
/* 详情区块 */
diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue
index 7069cbf..dd8f558 100644
--- a/src/views/HomeView.vue
+++ b/src/views/HomeView.vue
@@ -126,9 +126,9 @@ onUnmounted(() => {