mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-12 09:18:14 +08:00
💄 调整UI
This commit is contained in:
@@ -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%);
|
||||||
|
|||||||
Reference in New Issue
Block a user