diff --git a/src/components/ReviewRecall.vue b/src/components/ReviewRecall.vue index 8737b00..fd6ccfe 100644 --- a/src/components/ReviewRecall.vue +++ b/src/components/ReviewRecall.vue @@ -400,7 +400,7 @@ onMounted(() => { -

+

以 「{{ selectedNodeInfo.title }}」 为起点, 复习该知识点下的 {{ selectedNodeInfo.childCount }} 个子知识点?

@@ -618,6 +618,11 @@ onMounted(() => { font-size: 18px; } +.focus-confirm-text { + word-break: break-word; + overflow-wrap: anywhere; +} + .surface-card { padding: 20px 22px; } diff --git a/src/components/StartTask.vue b/src/components/StartTask.vue index 9d2f1fb..c8a1a21 100644 --- a/src/components/StartTask.vue +++ b/src/components/StartTask.vue @@ -1145,6 +1145,10 @@ onUnmounted(() => { .info-grid { grid-template-columns: 1fr; } + + .summary-toolbar .el-button { + flex: 1; + } } /* ---- 历史学习记录 ---- */ diff --git a/src/components/Study.vue b/src/components/Study.vue index 94361d8..e378cc4 100644 --- a/src/components/Study.vue +++ b/src/components/Study.vue @@ -762,6 +762,15 @@ onMounted(() => { } @media (max-width: 768px) { + .weight-row { + gap: 8px; + } + + .weight-label { + width: 64px; + font-size: 13px; + } + .action-card { grid-template-columns: 1fr; } diff --git a/src/components/Welcome.vue b/src/components/Welcome.vue index c293210..0c252d9 100644 --- a/src/components/Welcome.vue +++ b/src/components/Welcome.vue @@ -193,6 +193,7 @@ onMounted(() => { v-model="recallCard.visible" :title="recallCard.group?.taskName || '回忆一下'" width="560px" + class="recall-card-dialog" >