Commit d7202e51 by fsn

日志管理页面按钮增加间隔

parent 1eb9db4f
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
</div> </div>
<div class="hidden-xs" id="OptLogTableToolbar" role="group"> <div class="hidden-xs" id="OptLogTableToolbar" role="group">
<#button name="查看详情" icon="fa-plus" clickFun="OptLog.detail()"/> <#button name="查看详情" icon="fa-plus" clickFun="OptLog.detail()"/>
<#button name="清空日志" icon="fa-plus" clickFun="OptLog.delLog()"/> <#button name="清空日志" icon="fa-plus" clickFun="OptLog.delLog()" space="true"/>
</div> </div>
<#table id="OptLogTable"/> <#table id="OptLogTable"/>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment