This commit is contained in:
aaron 2025-05-09 22:54:03 +08:00
parent be38291b62
commit 0ee5106ac4
2 changed files with 5 additions and 1 deletions

View File

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

View File

@ -696,6 +696,10 @@ const getIconPath = (agent: Agent) => {
resize: none;
outline: none;
transition: all 0.2s ease;
overflow-y: hidden;
display: block;
width: 100%;
box-sizing: border-box;
}
.message-input::placeholder {