fix(#I18KJ6): 部门维护页脚不正常

#Comment
comment #I18KJ6
部门维护内超链接 A 未闭合导致

#Issue
close https://gitee.com/LongbowEnterprise/dashboard/issues?id=I18KJ6
This commit is contained in:
Argo Zhang 2020-01-18 18:48:24 +08:00
parent 38c0b41433
commit 614c49083e
No known key found for this signature in database
GPG Key ID: 152E398953DDF19F
1 changed files with 1 additions and 1 deletions

View File

@ -63,6 +63,6 @@
}
@section cardbody {
<div class="alert alert-info" role="alert" asp-condition="@Model.IsDemo">
<span>部门与组织结构中的带有层次关系的部门不同,用于资源权限的分配与管理 <a href="https://gitee.com/LongbowEnterprise/BootstrapAdmin/wikis/%E6%95%B0%E6%8D%AE%E6%9D%83%E9%99%90?sort_id=1680495" target="_blank">参考文档<a></span>
<span>部门与组织结构中的带有层次关系的部门不同,用于资源权限的分配与管理 <a href="https://gitee.com/LongbowEnterprise/BootstrapAdmin/wikis/%E6%95%B0%E6%8D%AE%E6%9D%83%E9%99%90?sort_id=1680495" target="_blank">参考文档</a></span>
</div>
}