From 9be4794435b925fea336dc4e5dd63c13bc9cf75a 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?= Date: Fri, 1 Nov 2024 17:41:49 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=86=E8=8A=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/static/ckeditor/contents.css | 2 +- src/static/web/css/admin.css | 6 +++--- src/static/web/css/style.css | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/static/ckeditor/contents.css b/src/static/ckeditor/contents.css index 1e0a88f2..2de5dfd8 100644 --- a/src/static/ckeditor/contents.css +++ b/src/static/ckeditor/contents.css @@ -3,7 +3,7 @@ letter-spacing:0.5px } body { - line-height:1.6; + line-height:1.5; font-size:14px; font-family:Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif; color:#6c757d; diff --git a/src/static/web/css/admin.css b/src/static/web/css/admin.css index cf874509..5582f1e2 100644 --- a/src/static/web/css/admin.css +++ b/src/static/web/css/admin.css @@ -12,7 +12,7 @@ letter-spacing:0.5px } body { - line-height:1.6; + line-height:1.5; font-size:14px; font-family:Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif; color:var(--gray); @@ -617,7 +617,7 @@ body.menu-show .admin-content { } .opt-button input { position:absolute; - width:42px; + width:43px; top:0; left:0; opacity:0; @@ -699,7 +699,7 @@ body.menu-show .admin-content { padding:1rem } .card-body canvas { - height:382px!important + height:370px!important } .table { margin-bottom:0; diff --git a/src/static/web/css/style.css b/src/static/web/css/style.css index 50aa282b..a13f35e3 100644 --- a/src/static/web/css/style.css +++ b/src/static/web/css/style.css @@ -9,7 +9,7 @@ letter-spacing:0.5px } body { - line-height:1.6; + line-height:1.5; font-size:14px; font-family:Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif; color:var(--gray);