update
This commit is contained in:
parent
6a3ee5e9ce
commit
ae6e079969
@ -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'
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user