This commit is contained in:
aaron 2025-05-19 16:13:13 +08:00
parent 7dd3e7523f
commit fb9e663f31
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -575,7 +575,7 @@ watch(
.analysis-view {
display: flex;
flex-direction: column;
height: calc(100vh - 2rem);
height: calc(100vh - 4.5rem);
padding: 0.5rem;
animation: fadeIn 0.3s ease-out;
}