💄 微调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> <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;
} }

View File

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

View File

@@ -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"
> >