update
This commit is contained in:
parent
2505a2bbfd
commit
84597702c8
@ -5,7 +5,7 @@ services:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
image: tradus-web:1.2.1
|
||||
image: tradus-web:1.2.2
|
||||
container_name: tradus-web
|
||||
ports:
|
||||
- '6000:80'
|
||||
|
||||
@ -296,7 +296,7 @@ const copyAnalysis = async () => {
|
||||
}
|
||||
|
||||
.content-container {
|
||||
max-width: 1200px;
|
||||
max-width: 800px;
|
||||
margin: 0 auto;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
@ -573,6 +573,7 @@ const copyAnalysis = async () => {
|
||||
}
|
||||
|
||||
.analysis-content {
|
||||
padding: 1.5rem;
|
||||
font-size: 1rem;
|
||||
line-height: 1.6;
|
||||
white-space: pre-wrap;
|
||||
|
||||
@ -423,7 +423,7 @@ loadSearchHistory()
|
||||
}
|
||||
|
||||
.content-container {
|
||||
max-width: 1200px;
|
||||
max-width: 800px;
|
||||
margin: 0 auto;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user