mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-05-22 05:35:48 +08:00
💄 调整偏移
This commit is contained in:
@@ -7,6 +7,7 @@
|
|||||||
:persistent="true"
|
:persistent="true"
|
||||||
:no-click-animation="true"
|
:no-click-animation="true"
|
||||||
z-index="60"
|
z-index="60"
|
||||||
|
:offset="[8, 400]"
|
||||||
>
|
>
|
||||||
<template #activator="{ props }">
|
<template #activator="{ props }">
|
||||||
<v-btn
|
<v-btn
|
||||||
@@ -191,8 +192,6 @@ async function handleDebug(): Promise<void> {
|
|||||||
padding: 5px;
|
padding: 5px;
|
||||||
border: 1px solid var(--common-shadow-1);
|
border: 1px solid var(--common-shadow-1);
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
margin-bottom: 40px;
|
|
||||||
margin-left: 5px;
|
|
||||||
background: var(--app-page-bg);
|
background: var(--app-page-bg);
|
||||||
box-shadow: 5px 5px 8px var(--common-shadow-4);
|
box-shadow: 5px 5px 8px var(--common-shadow-4);
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
|||||||
Reference in New Issue
Block a user