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;