From e65d7dbb075ecdf099bd077878df2d7f9dd9c939 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=99=E8=BF=B0=E3=80=81=E5=88=AB=E7=A6=BB?= <41963737+Vaecq@users.noreply.github.com> Date: Mon, 22 Apr 2024 19:29:57 +0800 Subject: [PATCH] Update admin.css --- src/static/web/css/admin.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/static/web/css/admin.css b/src/static/web/css/admin.css index 0fbc4013..1292a870 100644 --- a/src/static/web/css/admin.css +++ b/src/static/web/css/admin.css @@ -46,7 +46,7 @@ input:focus,select:focus,textarea:focus{color:var(--gray);background:var(--white .login-from .form-control{padding-left:45px;height:50px} .login-from .operate{margin-top:40px} .login-from .operate button{width:100%;height:50px} -.admin-head{width:100%;height:60px;line-height:60px;background:linear-gradient(45deg,var(--green),var(--success-800) 100%)} +.admin-head{width:100%;height:60px;line-height:60px;background:linear-gradient(to bottom,var(--green),var(--success-800))} .admin-head .logo{float:left;padding-left:1.5rem;width:220px} .admin-head .logo .name{font-size:18px;font-weight:600;color:var(--white);vertical-align:middle} .admin-head .logo .version{font-size:12px;color:var(--white);vertical-align:top}