From f9198ee01b2112b495465747d29775a87e208033 Mon Sep 17 00:00:00 2001 From: aaron <> Date: Sat, 17 May 2025 23:28:05 +0800 Subject: [PATCH] update --- docker-compose.yml | 2 +- src/views/AStockAnalysisView.vue | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 9bb8b1d..64fa76c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,7 +5,7 @@ services: build: context: . dockerfile: Dockerfile - image: tradus-web:1.2.4 + image: tradus-web:1.2.5 container_name: tradus-web ports: - '6000:80' diff --git a/src/views/AStockAnalysisView.vue b/src/views/AStockAnalysisView.vue index cd03e91..1a02d3f 100644 --- a/src/views/AStockAnalysisView.vue +++ b/src/views/AStockAnalysisView.vue @@ -574,8 +574,7 @@ const copyAnalysis = async () => { .analysis-content { padding: 1.5rem; - font-size: 1rem; - line-height: 1.6; + line-height: 2; white-space: pre-wrap; word-break: break-word; color: var(--color-text-primary); @@ -695,7 +694,7 @@ const copyAnalysis = async () => { .analysis-content { padding: 1rem; font-size: 0.9rem; - line-height: 1.5; + line-height: 2; } .target-info .label {