@@ -280,12 +280,12 @@
.main{
margin-left:@menuWt;
height: 100%;
- overflow-x: auto;
- overflow-y: hidden;
+ overflow: auto;
/*border: 10px solid #f5f5f5;*/
iframe {
width: 100%;
}
//修改密码
@@ -755,4 +755,4 @@
.midifyMsgContentDel {
height: 220px !important;
width: 300px !important;
- }
+ }
@@ -453,4 +453,8 @@ input:-ms-input-placeholder{ /* Internet Explorer 10-11 */
.arrow{
top: 13px !important;
+}
+
+.filterDropList {
+ top: 31px !important;
@@ -11,9 +11,9 @@ $(function(){
getOwnDept();
//菜单展开收起
sureChangeWord()
- // $(".main").css({
- // height:$(window).height()+'px'
- // })
+ $(".main").css({
+ height:$(window).height()+'px'
+ })
$("body").on('focus',".modalAction input",function(){
$(this).attr("type","password")
})