From 35b5395a080a0b2492e3bed5ca23c2a938eb1d92 Mon Sep 17 00:00:00 2001 From: bbqi <60316749+bbqi@users.noreply.github.com> Date: Wed, 30 Jun 2021 14:47:31 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20css=E4=B8=AD=E5=B0=8F=E7=96=8F=E6=BC=8Fr?= =?UTF-8?q?gba?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/view/layout/setting/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/view/layout/setting/index.vue b/web/src/view/layout/setting/index.vue index 7adaa049..654b5c9a 100644 --- a/web/src/view/layout/setting/index.vue +++ b/web/src/view/layout/setting/index.vue @@ -101,7 +101,7 @@ export default { color: #fff; border-radius: 4px 0 0 4px; cursor: pointer; - -webkit-box-shadow: inset 0 0 6px rgb(0 ,0 ,0, 10%); + -webkit-box-shadow: inset 0 0 6px rgba(0 ,0 ,0, 10%); } .setting_body{ padding: 20px; -- GitLab