mirror of
https://github.com/blossom-editor/blossom
synced 2024-11-17 22:48:03 +08:00
fix: 回到顶部图标
This commit is contained in:
parent
1b437b371b
commit
dd83f72bc4
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
<div class="preview bl-preview" :style="editorStyle" v-html="article?.html" ref="WindowPreviewRef"></div>
|
<div class="preview bl-preview" :style="editorStyle" v-html="article?.html" ref="WindowPreviewRef"></div>
|
||||||
<el-backtop target=".preview" :right="50" :bottom="50">
|
<el-backtop target=".preview" :right="50" :bottom="50">
|
||||||
<div class="iconbl bl-send-line backtop"></div>
|
<div class="iconbl bl-a-doubleonline-line backtop"></div>
|
||||||
</el-backtop>
|
</el-backtop>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
@ -80,6 +80,7 @@ onMounted(() => {
|
|||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
padding: 30px;
|
padding: 30px;
|
||||||
overflow-y: overlay;
|
overflow-y: overlay;
|
||||||
|
overflow-x: hidden;
|
||||||
line-height: 23px;
|
line-height: 23px;
|
||||||
|
|
||||||
:deep(*) {
|
:deep(*) {
|
||||||
|
Loading…
Reference in New Issue
Block a user