mirror of
https://github.com/ZiuChen/ClipboardManager.git
synced 2025-06-06 21:34:08 +08:00
feat: 添加设置页切换动画 导航栏间距微调
This commit is contained in:
parent
02b1bd603d
commit
bcaa2e29d5
@ -1,7 +1,9 @@
|
||||
<template>
|
||||
<div class="app">
|
||||
<Main @show-setting="settingShown = true" v-show="!settingShown"></Main>
|
||||
<transition name="el-fade-in-linear">
|
||||
<Setting v-show="settingShown" @back="settingShown = false"></Setting>
|
||||
</transition>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
@ -30,7 +30,7 @@
|
||||
justify-content: center;
|
||||
min-width: 58px;
|
||||
padding: 10px 15px 10px 15px;
|
||||
margin: 10px 5px 10px 5px;
|
||||
margin: 10px 0px 10px 5px;
|
||||
cursor: pointer;
|
||||
border-radius: 5px;
|
||||
font-size: 14px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user