This commit is contained in:
aaron 2025-05-16 19:42:45 +08:00
parent 2505a2bbfd
commit 84597702c8
3 changed files with 4 additions and 3 deletions

View File

@ -5,7 +5,7 @@ services:
build: build:
context: . context: .
dockerfile: Dockerfile dockerfile: Dockerfile
image: tradus-web:1.2.1 image: tradus-web:1.2.2
container_name: tradus-web container_name: tradus-web
ports: ports:
- '6000:80' - '6000:80'

View File

@ -296,7 +296,7 @@ const copyAnalysis = async () => {
} }
.content-container { .content-container {
max-width: 1200px; max-width: 800px;
margin: 0 auto; margin: 0 auto;
width: 100%; width: 100%;
height: 100%; height: 100%;
@ -573,6 +573,7 @@ const copyAnalysis = async () => {
} }
.analysis-content { .analysis-content {
padding: 1.5rem;
font-size: 1rem; font-size: 1rem;
line-height: 1.6; line-height: 1.6;
white-space: pre-wrap; white-space: pre-wrap;

View File

@ -423,7 +423,7 @@ loadSearchHistory()
} }
.content-container { .content-container {
max-width: 1200px; max-width: 800px;
margin: 0 auto; margin: 0 auto;
width: 100%; width: 100%;
height: 100%; height: 100%;