This commit is contained in:
walkor 2022-12-03 21:28:24 +08:00
parent 599930ab37
commit 455cd7d700
2 changed files with 7 additions and 1 deletions

View File

@ -126,7 +126,7 @@ class AdminRuleController extends Crud
continue;
}
$name = "$class@$method_name";
$methods_in_files[$name] = $name;
$title = Util::getCommentFirstLine($method->getDocComment()) ?: $method_name;
$menu = $items[$name] ?? [];

View File

@ -5,6 +5,12 @@
<title>一键菜单</title>
<link rel="stylesheet" href="/app/admin/component/pear/css/pear.css" />
<link rel="stylesheet" href="/app/admin/admin/css/reset.css" />
<style>
.layui-iconpicker .layui-anim {
top: 42px !important;
bottom: inherit !important;
}
</style>
</head>
<body>