save
This commit is contained in:
parent
599930ab37
commit
455cd7d700
@ -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] ?? [];
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user