From 4ff310ea8b720af0f59fa2e313582108c1464bdc Mon Sep 17 00:00:00 2001 From: gwok Date: Thu, 27 Jul 2023 08:41:01 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A6=96=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修改路径 --- public/site/zh/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/site/zh/index.html b/public/site/zh/index.html index f451483f2..0291e101a 100644 --- a/public/site/zh/index.html +++ b/public/site/zh/index.html @@ -111,7 +111,7 @@

DooTask是一款轻量级的开源在线项目任务管理工具,提供各类文档协作工具、在线思维导图、在线流程图、项目管理、任务分发、即时IM,文件管理等工具。助力团队高效推进项目,让工作更简单。

- + From 2b5b522f3ec7c0bb8c2c82fbe754b194df550305 Mon Sep 17 00:00:00 2001 From: weifashi <605403358@qq.com> Date: Thu, 27 Jul 2023 09:31:05 +0800 Subject: [PATCH 2/2] =?UTF-8?q?fix=EF=BC=9A=E5=AE=A1=E6=89=B9=E4=B8=AD?= =?UTF-8?q?=E5=BF=83=20-=20=E5=85=A8=E6=96=87=E8=AF=84=E8=AE=BA=20-=20?= =?UTF-8?q?=E6=97=B6=E9=97=B4=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/assets/sass/pages/page-approve.scss | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/resources/assets/sass/pages/page-approve.scss b/resources/assets/sass/pages/page-approve.scss index 2df712ac7..47b4f6326 100644 --- a/resources/assets/sass/pages/page-approve.scss +++ b/resources/assets/sass/pages/page-approve.scss @@ -243,9 +243,18 @@ .approve-record-comment { padding: 10px; padding-bottom: 0; + + .ivu-list-item>div:first-child{ + width: 100%; + } + .top { display: flex; gap: 8px; + width: 100%; + >div{ + flex:1; + } } .time {