From 8b0e2709b2e5afe186f168adeb20fc22ed02cff7 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?= <93301500+xushubieli@users.noreply.github.com> Date: Thu, 18 May 2023 15:28:59 +0800 Subject: [PATCH] Update admin.css --- src/static/web/css/admin.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/static/web/css/admin.css b/src/static/web/css/admin.css index 435b7c01..8d7ea582 100644 --- a/src/static/web/css/admin.css +++ b/src/static/web/css/admin.css @@ -35,7 +35,7 @@ img { max-width:100%; border-radius:.5rem } -form,ul,ol,li { +ul,ol,li { margin:0; padding:0 } @@ -315,7 +315,7 @@ body.hidemenu .body-right { } .card-height { max-height:490px; - overflow:auto + overflow-y:auto } .web-info { padding:10px; @@ -326,7 +326,7 @@ body.hidemenu .body-right { } #_fileList,#_verList { height:360px; - overflow-y:scroll + overflow-y:auto } #_msgInfo { display:none