save
This commit is contained in:
parent
1eb9a6e0d6
commit
5dddc19d76
|
@ -61,7 +61,6 @@ export default defineComponent(() => {
|
|||
<Button type="primary" icon={<SwapOutlined />}
|
||||
onClick={()=> {
|
||||
router.path = ''
|
||||
router.path = 's2-background'
|
||||
}}>
|
||||
更换壁纸
|
||||
</Button>
|
||||
|
|
|
@ -52,9 +52,6 @@ export default defineComponent(() => {
|
|||
<Transition name="settings">
|
||||
{show.value && (
|
||||
<div class="absolute left-6 bottom-20 w-[600px] h-[480px] rounded-lg overflow-hidden shadow-2xl flex">
|
||||
{
|
||||
router.path.startsWith('settings-') ?
|
||||
<>
|
||||
<div class="w-[200px] p-4 h-full bg-white/60 backdrop-blur flex flex-col">
|
||||
<div
|
||||
class={
|
||||
|
@ -80,16 +77,8 @@ export default defineComponent(() => {
|
|||
<SettingsTab label="问题反馈" path="settings-fallback" />
|
||||
</div>
|
||||
<Content />
|
||||
</>
|
||||
:
|
||||
router.path.startsWith('s2') ?
|
||||
<>
|
||||
<div class="w-full h-full flex justify-center items-center bg-red-300">
|
||||
</div>
|
||||
</>
|
||||
: ''
|
||||
|
||||
}
|
||||
|
||||
|
||||
</div>
|
||||
)}
|
||||
|
|
Loading…
Reference in New Issue