Commit 308fcff0 by zhao_shaonan

修改批注

parent af4df707
......@@ -371,12 +371,13 @@ a.left-list-ftitle:hover{
}
#copyResult{position: fixed;font-weight:600;left:50%;top:50%;margin-left:-47px;margin-top:-16px;background: #fff;border:1px solid #ccc;border-radius: 5px;padding:5px 6px;z-index:10000;}
#copyResult .fa{margin:0 4px;color: #109700;font-size: 18px;position: relative;top: 2px;}
.insert .line{float:left;width:100px;height:28px;border-bottom:1px dashed #0940da;}
.insert{height:30px;}
.line{float:left;width:100px;height:28px;border-bottom:1px dashed #0940da;}
.insert .line2{float:left;width:50px;height:28px;border-left:1px dashed #0940da;transform:rotate(45deg);position: relative;top: 21px;left: 2px;}
.insert:active .line,.insactive .line,.insert:hover .line,.insactive .line2,.insert:hover .line2,.insert:focus .line2{border-style: solid;}
.insert .content{padding-top: 1px;height:31px;float:left;width:276px;margin-left: -30px;background:none;color:#fff;border:none;position: relative;top:-11px;border: 1px solid #71aada;}
.insert .content:active,.insert .content:focus,.insactive .content{height:31px;float:left;margin-left: -30px;background:#3a3a74;color:#fff;border:1px solid #0940da;position: relative;top:-11px;}
.insert .content{padding-top: 1px;height:31px;float:right;width:276px;margin-left: -30px;background:none;color:#fff;border:none;position: relative;top:-29px;border: 1px solid #71aada;}
.insert .content:active,.insert .content:focus,.insactive .content{height:31px;float:right;margin-left: -30px;background:#3a3a74;color:#fff;border:1px solid #0940da;position: relative;top:-29px;}
.insert .content p{margin:0 8px;overflow: hidden;}
.insert .content p span{display: inline-block;height:12px; line-height: 12px;}
.insert .content p span.user{float: left;font-size:12px;}
......
......@@ -13,9 +13,15 @@ $(function () {
if(presentTypeVal=="DList"){
$("#qkdiv").hide();
$("#listdiv").show();
$(".insert").each(function(){
$(this).show();
})
$("#skhsjgzsTable").datagrid("resize");//重新加载表格的宽度高度,否则隐藏显示easyui表格之后会出现表格不显示问题
}else if(presentTypeVal=="EZUIGrid") {
$("#qkdiv").show();
$(".insert").each(function(){
$(this).hide();
})
$("#listdiv").hide();
}else if(presentTypeVal=="Excel") {
exportExcel();
......
......@@ -13,10 +13,16 @@ $(function () {
if(presentTypeVal=="DList"){//点击列表与区块,不再次查询数据库,只隐藏显示列表和区块
$("#qkdiv").hide();
$("#listdiv").show();
$(".insert").each(function(){
$(this).show();
})
$("#qypzjgxsNewTable").datagrid("resize");//重新加载表格的宽度高度,否则隐藏显示easyui表格之后会出现表格不显示问题
}else if(presentTypeVal=="EZUIGrid") {
$("#qkdiv").show();
$("#listdiv").hide();
$(".insert").each(function(){
$(this).hide();
})
}else if(presentTypeVal=="Excel") {
exportExcel();
}
......
......@@ -13,10 +13,16 @@ $(function () {
if(presentTypeVal=="DList"){
$("#qkdiv").hide();
$("#listdiv").show();
$(".insert").each(function(){
$(this).show();
})
$("#skgjbsjgzsTable").datagrid("resize");//重新加载表格的宽度高度,否则隐藏显示easyui表格之后会出现表格不显示问题
}else if(presentTypeVal=="EZUIGrid") {
$("#qkdiv").show();
$("#listdiv").hide();
$(".insert").each(function(){
$(this).hide();
})
}else if(presentTypeVal=="Excel") {
exportExcel();
}
......
......@@ -13,6 +13,9 @@ $(function () {
if(presentTypeVal=="DList"){
$("#qkdiv").hide();
$("#listdiv").show();
$(".insert").each(function(){
$(this).show();
})
$("#skhsjgzsTable").datagrid("resize");//重新加载表格的宽度高度,否则隐藏显示easyui表格之后会出现表格不显示问题
}else if(presentTypeVal=="EZUIGrid") {
$("#qkdiv").show();
......
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