From 2cdd15b726180693ec65dfe68c6e772d55be19ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9B=AE=E6=A3=83?= Date: Thu, 9 Jan 2025 11:25:24 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20=E8=B0=83=E6=95=B4UI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/app/t-overlay.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/app/t-overlay.vue b/src/components/app/t-overlay.vue index 3a4b2107..23636685 100644 --- a/src/components/app/t-overlay.vue +++ b/src/components/app/t-overlay.vue @@ -82,10 +82,12 @@ function toClick(): void { top: 0; left: 0; display: flex; + overflow: hidden; width: 100%; height: 100%; align-items: center; justify-content: center; + border-radius: 8px; -webkit-backdrop-filter: blur(v-bind(blurVal)); backdrop-filter: blur(v-bind(blurVal)); background: rgb(0 0 0 / 50%);