From 920c7fab9c884c4daf9b6f7648db0bb7b14c3ea8 Mon Sep 17 00:00:00 2001 From: Julian Freeman Date: Sun, 7 Dec 2025 22:17:17 -0400 Subject: [PATCH] fix review ui --- src/App.vue | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/src/App.vue b/src/App.vue index 04e0dec..1888ff3 100644 --- a/src/App.vue +++ b/src/App.vue @@ -504,7 +504,7 @@ watch(currentDir, (newPath) => { - +
@@ -575,7 +575,7 @@ watch(currentDir, (newPath) => {
-
+
{ style="margin-bottom: 20px" /> -
+
@@ -609,9 +609,9 @@ watch(currentDir, (newPath) => {
-
+

历史记录 ({{ currentHistoryKey || '未关联目录' }})

- +
  • {{ item }} @@ -767,6 +767,8 @@ body { list-style: none; padding: 0; margin: 0; +} +.history-scrollbar { border: 1px solid var(--el-border-color); border-radius: 4px; } @@ -841,4 +843,7 @@ body { text-align: center; margin-top: 20px; } +.el-main.review-active { + padding: 20px; +} \ No newline at end of file