From 3d52f403d0f465df2f345990e7e9fb958f051b8c Mon Sep 17 00:00:00 2001 From: xiawenlong Date: Thu, 28 Oct 2021 13:02:38 +0800 Subject: [PATCH] * Finish Task #43624 --- module/api/view/content.html.php | 11 +++++++++-- module/api/view/index.html.php | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/module/api/view/content.html.php b/module/api/view/content.html.php index f1f7386288..01a41f6ae4 100644 --- a/module/api/view/content.html.php +++ b/module/api/view/content.html.php @@ -1,4 +1,4 @@ -
+
@@ -104,7 +104,14 @@ $field = ''; for($i = 0; $i < $level; $i++) { - $field .= '  ∟  '; + if($i + 1 < $level) + { + $field .= '    '; + } + else + { + $field .= '  ∟  '; + } } $field .= $data['field']; $str .= '' . $field . ''; diff --git a/module/api/view/index.html.php b/module/api/view/index.html.php index c9233d22d7..b1b7c1a8dc 100644 --- a/module/api/view/index.html.php +++ b/module/api/view/index.html.php @@ -71,7 +71,7 @@
-
+