update
This commit is contained in:
parent
971e6ed98a
commit
d9b82090fa
@ -5,7 +5,7 @@ services:
|
|||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
image: tradus-web:1.2.3
|
image: tradus-web:1.2.4
|
||||||
container_name: tradus-web
|
container_name: tradus-web
|
||||||
ports:
|
ports:
|
||||||
- '6000:80'
|
- '6000:80'
|
||||||
|
|||||||
@ -700,8 +700,7 @@ const handleCommonAnalysis = (item: { code: string; timeframe: string }) => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.analysis-content {
|
.analysis-content {
|
||||||
font-size: 1rem;
|
line-height: 2;
|
||||||
line-height: 1.6;
|
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
color: var(--color-text-primary);
|
color: var(--color-text-primary);
|
||||||
@ -938,7 +937,7 @@ const handleCommonAnalysis = (item: { code: string; timeframe: string }) => {
|
|||||||
.analysis-content {
|
.analysis-content {
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
font-size: 0.9rem;
|
font-size: 0.9rem;
|
||||||
line-height: 1.5;
|
line-height: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.initial-content {
|
.initial-content {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user