From 55149652cdfb8f8e0f40cc8a25e6ce8ffb20f92d 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?= <2449271624@qq.com> Date: Mon, 9 Oct 2023 17:25:54 +0800 Subject: [PATCH] Update admin.css --- src/static/web/css/admin.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/static/web/css/admin.css b/src/static/web/css/admin.css index 0d6a0546..656eead9 100644 --- a/src/static/web/css/admin.css +++ b/src/static/web/css/admin.css @@ -16,9 +16,9 @@ table tr:last-child td:first-child{border-bottom-left-radius:0.5rem;border-botto table tr:last-child td:last-child{border-bottom-right-radius:0.5rem;border-bottom:0} td{word-break:break-all;word-wrap:break-word} input{padding:0.375rem 0.75rem;height:30px;color:#545b62;background:#fff;border:1px solid #dee2e6;vertical-align:middle} -input[type=file]{padding:0;height:auto;border:0;vertical-align:middle} +input[type=file]{padding:0;height:auto;border:0;border-radius:0!important;vertical-align:middle} input[type=button],input[type=submit],input[type=reset]{padding:0.375rem 0.75rem;height:30px;line-height:1.5;font-size:12px;color:#fff;background:#1eb867;border:0} -input[type=radio],input[type=checkbox],input[type=radio]:focus,input[type=checkbox]:focus{width:14px;height:14px;outline:none;box-shadow:none;vertical-align:text-top} +input[type=radio],input[type=checkbox],input[type=radio]:focus,input[type=checkbox]:focus{width:14px;height:14px;outline:none;box-shadow:none;vertical-align:middle} select{padding:0.375rem 0.75rem;height:30px;color:#545b62;background:#fff;border:1px solid #dee2e6;vertical-align:middle} select[multiple=yes]{height:180px} option{display:flex;padding:0;height:30px;align-items:center}