@ -442,6 +442,15 @@ label {
float: left;
}
@media (max-width:767px) {
.select-time label,.select-time span,.select-time input {
float: none;
.select-list .select-time input {
width: 200px;
.select-time label {
margin-top: 5px;
@ -32,7 +32,7 @@
</form>
</div>
<div class="btn-group-sm hidden-xs" id="toolbar" role="group">
<div class="btn-group-sm" id="toolbar" role="group">
<a class="btn btn-success" onclick="$.operate.add()" shiro:hasPermission="monitor:job:add">
<i class="fa fa-plus"></i> 新增
</a>
@ -38,7 +38,7 @@
<a class="btn btn-danger btn-del disabled" onclick="$.operate.removeAll()" shiro:hasPermission="monitor:job:remove">
<i class="fa fa-remove"></i> 删除
<a class="btn btn-danger btn-del disabled" onclick="$.operate.removeAll()" shiro:hasPermission="monitor:logininfor:remove">
@ -26,7 +26,7 @@
<a class="btn btn-danger btn-del disabled" onclick="javascript:batchForceLogout()" shiro:hasPermission="monitor:online:batchForceLogout">
<i class="fa fa-sign-out"></i> 强退
<a class="btn btn-danger btn-del disabled" onclick="$.operate.removeAll()" shiro:hasPermission="monitor:operlog:remove">
@ -37,7 +37,7 @@
<a class="btn btn-success" onclick="$.operate.add()" shiro:hasPermission="system:config:add">
@ -28,7 +28,7 @@
<a class="btn btn-success" onclick="$.operate.add(100)" shiro:hasPermission="system:dept:add">
@ -34,7 +34,7 @@
<a class="btn btn-success" onclick="add()" shiro:hasPermission="system:dict:add">
<a class="btn btn-success" onclick="$.operate.add()" shiro:hasPermission="system:dict:add">
<a class="btn btn-success" onclick="$.operate.add(0)" shiro:hasPermission="system:menu:add">
@ -31,7 +31,7 @@
<a class="btn btn-success" onclick="$.operate.addFull()" shiro:hasPermission="system:notice:add">
<a class="btn btn-success" onclick="$.operate.add()" shiro:hasPermission="system:post:add">
<a class="btn btn-success" onclick="$.operate.add()" shiro:hasPermission="system:role:add">
@ -63,7 +63,7 @@
<a class="btn btn-success" onclick="$.operate.addTab()" shiro:hasPermission="system:user:add">
<a class="btn btn-success" onclick="javascript:batchGenCode()" shiro:hasPermission="tool:gen:code">
<i class="fa fa-download"></i> 批量生成