From 1d1c0a89d8adfc1001173e23aec29fa28d9d2372 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=88=E5=85=86=E5=A2=9E?= <你的邮箱@example.com> Date: Wed, 29 Jul 2026 15:56:30 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=AE=E7=AD=94=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/modules/IntelligentQA/index.vue | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/frontend/src/modules/IntelligentQA/index.vue b/frontend/src/modules/IntelligentQA/index.vue index b54bd773..c26f98b8 100644 --- a/frontend/src/modules/IntelligentQA/index.vue +++ b/frontend/src/modules/IntelligentQA/index.vue @@ -1060,11 +1060,6 @@ $border-color: #ebeef5; } } -.list-item-time { - font-size: 11px; - color: #999; -} - /* 列表项右侧更多图标(默认隐藏) */ .list-item-more { opacity: 0; @@ -1249,18 +1244,6 @@ $border-color: #ebeef5; white-space: nowrap; } -/* 卡片操作按钮组 */ -.card-actions { - display: flex; - align-items: center; - padding: 8px 0 4px; - - .card-actions-left { - display: flex; - gap: 4px; - } -} - // ============ 已上传文件卡片 ============ .file-cards {