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;