mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-13 09:28:14 +08:00
💄 微调UI
This commit is contained in:
@@ -89,11 +89,10 @@ async function toLink() {
|
|||||||
<style lang="css" scoped>
|
<style lang="css" scoped>
|
||||||
.tp-link-card-box {
|
.tp-link-card-box {
|
||||||
display: flex;
|
display: flex;
|
||||||
max-width: 100%;
|
width: 100%;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
border: 1px solid var(--common-shadow-1);
|
border: 1px solid var(--common-shadow-1);
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
margin-bottom: 10px;
|
|
||||||
background: var(--app-side-bg);
|
background: var(--app-side-bg);
|
||||||
column-gap: 10px;
|
column-gap: 10px;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
v-model="showOverlay"
|
v-model="showOverlay"
|
||||||
:persistent="true"
|
:persistent="true"
|
||||||
:no-click-animation="true"
|
:no-click-animation="true"
|
||||||
z-index="40"
|
z-index="60"
|
||||||
>
|
>
|
||||||
<template #activator="{ props }">
|
<template #activator="{ props }">
|
||||||
<v-btn
|
<v-btn
|
||||||
|
|||||||
@@ -50,6 +50,7 @@
|
|||||||
activator="parent"
|
activator="parent"
|
||||||
location="end"
|
location="end"
|
||||||
:close-on-content-click="false"
|
:close-on-content-click="false"
|
||||||
|
:no-click-animation="true"
|
||||||
v-model="showSub"
|
v-model="showSub"
|
||||||
:persistent="true"
|
:persistent="true"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user