This commit is contained in:
aaron 2025-05-25 10:59:09 +08:00
parent ae6e079969
commit 106bb8b64b
2 changed files with 2 additions and 3 deletions

View File

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

View File

@ -396,7 +396,6 @@ onUnmounted(() => {
gap: 1rem;
flex: 1;
overflow-y: auto; /* 启用内容区域滚动 */
padding-right: 0.5rem; /* 为滚动条留出空间 */
max-height: calc(100vh); /* 限制最大高度,确保可滚动 */
}
@ -823,7 +822,7 @@ onUnmounted(() => {
@media (max-width: 480px) {
.content-container {
padding: 3.5rem 0.75rem 1rem 0.75rem;
padding: 3.5rem 0rem 1rem 0rem;
}
.title {