From 55dd9c15bba0a500c54eecb92d21a8c3b7cc37ce Mon Sep 17 00:00:00 2001 From: xushubieli Date: Tue, 25 Oct 2022 18:46:41 +0800 Subject: [PATCH] Update admin.css --- src/static/web/css/admin.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/static/web/css/admin.css b/src/static/web/css/admin.css index 1396aa89..7488a803 100644 --- a/src/static/web/css/admin.css +++ b/src/static/web/css/admin.css @@ -417,6 +417,14 @@ span.page-link { width:100%; height:360px } +.biz-itemnote1 { + background:#f8fcf2; + border-radius:.2rem .2rem 0 0 +} +.biz-itemnote2 { + background:#f8f8f8; + border-radius:.2rem .2rem 0 0 +} .biz-border { border:1px solid #dee2e6 } @@ -428,14 +436,6 @@ span.page-link { width:360px; height:50px } -.biz-itemnote1 { - background:#f8fcf2; - border-radius:.2rem .2rem 0 0 -} -.biz-itemnote2 { - background:#f8f8f8; - border-radius:.2rem .2rem 0 0 -} .file-icon,svg { margin-right:10px; width:22px;