This commit is contained in:
aaron 2025-05-25 10:55:54 +08:00
parent 6a3ee5e9ce
commit ae6e079969
2 changed files with 5 additions and 5 deletions

View File

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

View File

@ -220,7 +220,7 @@ onUnmounted(() => {
<div class="content-container">
<div class="header-section">
<h1 class="title">分析历史记录</h1>
<!-- <p class="description">查看您所有AI分析结果历史</p> -->
<p class="description">您可以在这里查看您所有AI分析结果</p>
</div>
<div v-if="!isAuthenticated" class="login-prompt">
@ -607,7 +607,7 @@ onUnmounted(() => {
display: flex;
align-items: center;
justify-content: center;
padding: 1.5rem;
padding: 0.5rem;
color: var(--color-text-secondary);
font-size: 0.85rem;
opacity: 0.7;
@ -823,7 +823,7 @@ onUnmounted(() => {
@media (max-width: 480px) {
.content-container {
padding: 1rem 0.75rem;
padding: 3.5rem 0.75rem 1rem 0.75rem;
}
.title {
@ -902,7 +902,7 @@ onUnmounted(() => {
}
.detail-content {
max-height: 95vh;
max-height: 85vh;
margin: 0.5rem;
}