From deccf053a8e07b82f4cd8b95b3243f4c5f1d2b86 Mon Sep 17 00:00:00 2001 From: Jin Lei <jinlei_182@163.com> Date: 星期四, 16 十一月 2023 10:29:06 +0800 Subject: [PATCH] 1.弹窗修复 --- src/components/login.vue | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/components/login.vue b/src/components/login.vue index 37d9633..89f38a5 100644 --- a/src/components/login.vue +++ b/src/components/login.vue @@ -416,6 +416,8 @@ position: absolute; bottom: -160px; animation: square 20s linear infinite; + border-radius: 45%; + box-shadow: 0px 0px 10px rgba(255,255,255,0.5); } .bg-squares li:nth-child(1) { -- Gitblit v1.9.3