refactor: 退回到master中的文章练习页面

This commit is contained in:
SMGDev
2025-11-21 17:16:26 +00:00
parent e0889e8103
commit 0b7c4dcea9
2 changed files with 18 additions and 213 deletions

View File

@@ -60,35 +60,6 @@ const studyProgress = $computed(() => {
</template>
<style scoped lang="scss">
.book {
display: flex;
flex-direction: column;
justify-content: space-between;
box-sizing: border-box;
> div:first-child {
flex: 1;
display: flex;
flex-direction: column;
gap: 0.2rem;
margin-bottom: 2.5rem; // 为底部进度条和数字留出空间
}
.text-base {
word-break: break-word;
line-height: 1.2;
}
.text-sm {
word-break: break-word;
line-height: 1.1;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
}
}
.custom {
position: absolute;
top: 4px;