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