update
This commit is contained in:
parent
d9b82090fa
commit
f9198ee01b
@ -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'
|
||||
|
||||
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user