From 0666252b986535214c1c683a635873ea25e0f4dd Mon Sep 17 00:00:00 2001 From: Jin Lei <jinlei_182@163.com> Date: 星期六, 23 十二月 2023 10:24:29 +0800 Subject: [PATCH] [登录]恢复登录 --- 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