💄 微调UI

This commit is contained in:
目棃
2024-09-05 11:34:56 +08:00
parent f64aa1f127
commit 78a9599066
3 changed files with 3 additions and 3 deletions

View File

@@ -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;
}

View File

@@ -6,7 +6,7 @@
v-model="showOverlay"
:persistent="true"
:no-click-animation="true"
z-index="40"
z-index="60"
>
<template #activator="{ props }">
<v-btn

View File

@@ -50,6 +50,7 @@
activator="parent"
location="end"
:close-on-content-click="false"
:no-click-animation="true"
v-model="showSub"
:persistent="true"
>