@@ -37,9 +37,9 @@
letter-spacing: 1px;
}
.main-body{
- margin: 20px 0;
- padding: 0 35px;
+ padding: 20px 35px;
min-width: 1090px;
+ box-sizing: border-box;
/*width: 100%;*/
table{
@@ -11,9 +11,9 @@ $(function(){
getOwnDept();
//菜单展开收起
sureChangeWord()
- $(".main").css({
- height:$(window).height()-51+'px'
- })
+ // $(".main").css({
+ // height:$(window).height()+'px'
+ // })
$("body").on('focus',".modalAction input",function(){
$(this).attr("type","password")
})
@@ -19,6 +19,7 @@ $(".selectUsed").append(`<img class="arrow" src=${iconDown} alt="下拉">`)
$(".abnormalClear").click(function(){
window.location.reload()
+
//判断有无某一权限
function hasData(data){
let lis = JSON.parse(getCookie("codeLis"))||[]
@@ -23,6 +23,7 @@ let tabList = [], name = "", behospitalCode="", behosDateStart="", level="",beho
$(".partTitle a").click(function(){
//初始菜单选中
$(".menu .page",parent.document).removeClass("active").eq(0).addClass("active");