This commit is contained in:
zyronon
2024-05-22 01:57:29 +08:00
parent cee18aa246
commit 25c3797322
4 changed files with 4984 additions and 4130 deletions

View File

@@ -86,7 +86,7 @@ const showCollectToggleButton = $computed(() => {
</script>
<template>
<Transition name="fade">
<div class="panel anim" v-show="settingStore.showPanel">
<div class="panel anim" v-show="settingStore.showPanel || 1">
<header>
<div class="tabs">
<div class="tab" :class="tabIndex === 0 && 'active'" @click="tabIndex = 0">当前学习</div>

View File

@@ -473,7 +473,7 @@ $article-width: 1000px;
header {
word-wrap: break-word;
position: relative;
padding: .9rem 0;
padding-top: 1rem;
.title {
text-align: center;
@@ -490,14 +490,11 @@ $article-width: 1000px;
}
.options-wrapper {
//position: absolute;
right: 1.2rem;
top: 0;
display: flex;
margin-top: 1rem;
justify-content: center;
justify-content: flex-end;
gap: .6rem;
font-size: 1.1rem;
margin-bottom: .3rem;
}
}
@@ -514,11 +511,10 @@ $article-width: 1000px;
word-break: keep-all;
word-wrap: break-word;
white-space: pre-wrap;
padding-top: 1.2rem;
.section {
font-family: var(--word-font-family);
margin-bottom: var(--space);
margin-bottom: 3rem;
.sentence {
transition: all .3s;