update
This commit is contained in:
parent
b7197f1744
commit
e515246514
@ -5,7 +5,7 @@ services:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
image: tradus-web:1.0.17
|
||||
image: tradus-web:1.0.18
|
||||
container_name: tradus-web
|
||||
ports:
|
||||
- '6000:80'
|
||||
|
||||
@ -1066,7 +1066,7 @@ body {
|
||||
|
||||
.chat-container {
|
||||
margin-left: 0;
|
||||
padding-top: 4rem;
|
||||
padding-top: 2rem;
|
||||
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
||||
}
|
||||
|
||||
|
||||
@ -895,7 +895,7 @@ const getIconPath = (agent: Agent) => {
|
||||
|
||||
.input-container {
|
||||
padding: 0.5rem;
|
||||
padding-bottom: calc(0.5rem + env(safe-area-inset-bottom));
|
||||
padding-bottom: calc(3.5rem + env(safe-area-inset-bottom));
|
||||
}
|
||||
|
||||
.message-content {
|
||||
|
||||
@ -23,6 +23,9 @@ const openAuthModal = (mode: 'login' | 'register') => {
|
||||
<button class="btn btn-primary" @click="openAuthModal('login')">登录</button>
|
||||
<button class="btn btn-secondary" @click="openAuthModal('register')">注册</button>
|
||||
</div>
|
||||
<div class="hero-actions" v-else>
|
||||
<RouterLink to="/ai-agent" class="btn btn-primary">开始提问</RouterLink>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@ -220,7 +223,7 @@ const openAuthModal = (mode: 'login' | 'register') => {
|
||||
}
|
||||
|
||||
.hero-subtitle {
|
||||
font-size: 1.1rem;
|
||||
font-size: 0.8rem;
|
||||
margin-bottom: 2.5rem;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user