💄 调整UI

This commit is contained in:
目棃
2025-01-09 11:25:24 +08:00
parent 3c0b02d26b
commit 2cdd15b726

View File

@@ -82,10 +82,12 @@ function toClick(): void {
top: 0; top: 0;
left: 0; left: 0;
display: flex; display: flex;
overflow: hidden;
width: 100%; width: 100%;
height: 100%; height: 100%;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
border-radius: 8px;
-webkit-backdrop-filter: blur(v-bind(blurVal)); -webkit-backdrop-filter: blur(v-bind(blurVal));
backdrop-filter: blur(v-bind(blurVal)); backdrop-filter: blur(v-bind(blurVal));
background: rgb(0 0 0 / 50%); background: rgb(0 0 0 / 50%);