From 9ef4479be807b06893e6d0477be823af0d515baf Mon Sep 17 00:00:00 2001 From: Anyon Date: Sun, 8 Apr 2018 10:30:45 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=9B=B4=E6=96=B0]=E4=BF=AE=E6=94=B9=E6=A8=A1?= =?UTF-8?q?=E6=9D=BF=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/admin/view/menu/index.html | 2 +- extend/service/ToolsService.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/application/admin/view/menu/index.html b/application/admin/view/menu/index.html index 2e23588cf..f34799631 100644 --- a/application/admin/view/menu/index.html +++ b/application/admin/view/menu/index.html @@ -43,7 +43,7 @@ - {$vo.spl|raw}{$vo.title} + {$vo.spl|raw}{$vo.title} {$vo.url} {if $vo.status eq 0}已禁用{elseif $vo.status eq 1}使用中{/if} diff --git a/extend/service/ToolsService.php b/extend/service/ToolsService.php index 119fca01f..9c3234ea8 100644 --- a/extend/service/ToolsService.php +++ b/extend/service/ToolsService.php @@ -121,7 +121,7 @@ class ToolsService $attr[$path] = "{$ppath}-{$attr[$id]}"; $attr['sub'] = isset($attr['sub']) ? $attr['sub'] : []; $attr['spt'] = substr_count($ppath, '-'); - $attr['spl'] = str_repeat("    ├ ", $attr['spt']); + $attr['spl'] = str_repeat("   ├  ", $attr['spt']); $sub = $attr['sub']; unset($attr['sub']); $tree[] = $attr;