@@ -14,7 +14,7 @@ h2{
margin: 10px 0;
min-width: 1090px;
padding: 0 35px 50px 35px;
- overflow: auto;
+ // overflow: auto;
}
table{
width: 100%;
@@ -12,7 +12,7 @@ $(function(){
//菜单展开收起
sureChangeWord()
$(".main").css({
- height:$(window).height()+'px'
+ height:$(window).height()-60+'px'
})
$("body").on('focus',".modalAction input",function(){
$(this).attr("type","password")
@@ -142,6 +142,7 @@ function dateChange(){
backgroundColor:'#fff'
isReject = 1
+ isRejectTemp = 1
getTabData(1)
$(".monthYear .year").click(function(){
@@ -153,6 +154,7 @@ function dateChange(){
isReject = 2
+ isRejectTemp = 2