From 769d26fa97c6227ab7b4ada8780f1ecca2871298 Mon Sep 17 00:00:00 2001 From: cat-shark <1716967236@qq.com> Date: Sun, 2 Aug 2026 11:33:02 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E6=B8=85=E7=90=86=E6=9C=AA=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E7=9A=84=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ReviewDetail.vue | 7 ------- src/components/ReviewRecall.vue | 5 ----- src/components/StartTask.vue | 16 +--------------- src/components/Study.vue | 4 ---- 4 files changed, 1 insertion(+), 31 deletions(-) diff --git a/src/components/ReviewDetail.vue b/src/components/ReviewDetail.vue index 6990475..01f9f87 100644 --- a/src/components/ReviewDetail.vue +++ b/src/components/ReviewDetail.vue @@ -480,11 +480,4 @@ watch( margin-top: 12px; } -@media (max-width: 900px) { - .form-row { - flex-direction: column; - align-items: stretch; - } -} - diff --git a/src/components/ReviewRecall.vue b/src/components/ReviewRecall.vue index 42a9dea..c336028 100644 --- a/src/components/ReviewRecall.vue +++ b/src/components/ReviewRecall.vue @@ -860,11 +860,6 @@ onMounted(() => { white-space: nowrap; } -.scope-hint { - font-size: 12px; - color: var(--text-secondary, #999); -} - .session-badge { flex-shrink: 0; } diff --git a/src/components/StartTask.vue b/src/components/StartTask.vue index 064620a..0c4c073 100644 --- a/src/components/StartTask.vue +++ b/src/components/StartTask.vue @@ -1162,10 +1162,6 @@ onUnmounted(() => { } @media (max-width: 768px) { - .top-head { - flex-direction: column; - } - .info-grid { grid-template-columns: 1fr; } @@ -1260,14 +1256,4 @@ onUnmounted(() => { text-overflow: ellipsis; } -.history-content { - flex: 1; - font-size: 14px; - line-height: 1.6; - color: var(--text-primary); - word-break: break-word; -} - -.report-item .history-content { - margin: 0; -} + diff --git a/src/components/Study.vue b/src/components/Study.vue index 66fb8ff..d07459f 100644 --- a/src/components/Study.vue +++ b/src/components/Study.vue @@ -791,10 +791,6 @@ onMounted(() => { } @media (max-width: 768px) { - .page-head { - flex-direction: column; - } - .action-card { grid-template-columns: 1fr; }