From 2cd60de89e8e082f1145edd964a324caf72e60e9 Mon Sep 17 00:00:00 2001 From: OpenIhu Date: Thu, 6 Jan 2022 11:41:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=96=B0=E7=89=88=E9=A6=96?= =?UTF-8?q?=E9=A1=B5=E9=A1=B9=E7=9B=AE=E5=8A=A8=E6=80=81=E4=B8=AD=E6=96=87?= =?UTF-8?q?=E5=AD=97=E8=BF=87=E5=A4=9A=E5=AF=BC=E8=87=B4=E6=8D=A2=E8=A1=8C?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- custom/public/css/git.openi.css | 1 + public/home/home.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/custom/public/css/git.openi.css b/custom/public/css/git.openi.css index 8ad9f0e22..502ba8d88 100644 --- a/custom/public/css/git.openi.css +++ b/custom/public/css/git.openi.css @@ -179,6 +179,7 @@ .homenews .ui.list>.item>.content{ color: #E8E8E8; line-height: 1.8em; + width: calc(100% - 3.25em) !important; } .homenews .ui.list>.item{ padding: 0; diff --git a/public/home/home.js b/public/home/home.js index 807c6a9df..92eb86c1d 100644 --- a/public/home/home.js +++ b/public/home/home.js @@ -129,7 +129,7 @@ function getMsg(record){ var html =""; html += "
"; html += " \"\"" - html += "
" + html += "
" html += " " + record.ActUser.Name + "" return html; }