Blame view

assets/syspages/css/loggingManage.css 214 Bytes
10646c94   Andy   add
1
2
3
4
5
6
7
8
9
  
  .table_wrap1{
      margin-top: 16px;
      height:calc(100% - 76px) ;
      height:-webkit-calc(100% - 76px) ;
      height:-moz-calc(100% - 76px) ;
      height:-mos-calc(100% - 76px) ;
      height:-o-calc(100% - 76px) ;
  }