From 72207bb1bff9e11f1ce2dc6f4420f3f7018dedcb Mon Sep 17 00:00:00 2001 From: iqudoo Date: Fri, 5 Jun 2026 17:33:15 +0800 Subject: [PATCH] init commit --- src/components/LogContentPreview.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/LogContentPreview.vue b/src/components/LogContentPreview.vue index 421914b..59d693e 100644 --- a/src/components/LogContentPreview.vue +++ b/src/components/LogContentPreview.vue @@ -93,7 +93,7 @@ function copyByTextarea(text) { .log-content-preview__text { margin: 0; - color: #666; + color: #999; font-size: 12px; line-height: 1.5; font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, @@ -103,5 +103,6 @@ function copyByTextarea(text) { overflow-wrap: normal; width: max-content; min-width: 100%; + min-height: 200px; }