sysDesktop update

This commit is contained in:
thinkgem
2019-07-21 21:23:51 +08:00
parent 271a65e595
commit 57b95cdb48

View File

@@ -42,7 +42,7 @@
</div> </div>
</div> </div>
<div class="row"> <div class="row">
<section class="col-md-12 connectedSortable"> <section class="col-md-12 ui-sortable">
<div class="box box-widget"> <div class="box box-widget">
<div class="box-header with-border"> <div class="box-header with-border">
<h3 class="box-title">月度报告</h3> <h3 class="box-title">月度报告</h3>
@@ -210,7 +210,7 @@
</div> </div>
</div> </div>
</section> </section>
<section class="col-lg-7 connectedSortable"> <section class="col-md-7 ui-sortable">
<!-- Chat box --> <!-- Chat box -->
<div class="nav-tabs-custom"> <div class="nav-tabs-custom">
@@ -442,7 +442,7 @@
<!-- /.box --> <!-- /.box -->
</section> </section>
<section class="col-lg-5 connectedSortable ui-sortable"> <section class="col-md-5 ui-sortable ui-sortable">
<!-- Map box --> <!-- Map box -->
<div class="box box-solid bg-light-blue-gradient"> <div class="box box-solid bg-light-blue-gradient">
@@ -625,9 +625,9 @@ $(window).resize(function(){
var windowHeight = $(window).height(); var windowHeight = $(window).height();
$('.content').css('min-height', windowHeight - footerHeight) $('.content').css('min-height', windowHeight - footerHeight)
}).resize(); }).resize();
$('.connectedSortable').sortable({ $('.ui-sortable').sortable({
placeholder : 'sort-highlight', placeholder : 'sort-highlight',
connectWith : '.connectedSortable', connectWith : '.ui-sortable',
handle : '.box-header, .nav-tabs', handle : '.box-header, .nav-tabs',
forcePlaceholderSize: true, zIndex : 999999 forcePlaceholderSize: true, zIndex : 999999
}).find('.box-header, .nav-tabs').css('cursor', 'move'); }).find('.box-header, .nav-tabs').css('cursor', 'move');