IGD3000系列(一体屏)网关的app和文件系统的打包目录
朱浩东
2025-06-20 465bae26315b619e30a2d59b10296c0013c560ec
local/www/css/page/record-his.css
@@ -307,6 +307,9 @@
   padding: 0 10px;
   margin-top: 5px;
}
.popCon-div{
   height: 455px;
}
.popCon .popTable{
   padding: 0 40px;
@@ -337,7 +340,7 @@
.table-tbody{
   height: 250px;
   height: 540px;
   overflow-y: scroll;
}
/** 隐藏列表下拉滚动条 **/
@@ -374,6 +377,11 @@
      scrollbar-width: none;
   }
   .layui-col-md4 {
      margin-top: 3px;
      width: 50%;
   }
   .layui-form-label {
      padding: 9px 0px 9px 0px;
      color: #ffffff;
@@ -388,4 +396,67 @@
   }
}
@media only screen and (max-width:1080px) and (max-height: 1920px){
   .i-container {
      min-width: 845px;
      height: 100%;
      overflow-y: scroll;
   }
   /** 隐藏列表下拉滚动条 **/
   .div-body::-webkit-scrollbar {
      display: none;
   }
   /*IE 10+ ----隐藏滚动条*/
   .div-body {
      -ms-overflow-style: none;
   }
   /*Firefox ----隐藏滚动条*/
   .div-body {
      scrollbar-width: none;
   }
   .layui-col-md4{
      float: left;
      width: 50%;
   }
   .layui-form-label {
      padding: 9px 0px 9px 0px;
      color: #ffffff;
      font-size: 16px;
   }
   .layui-input-block {
      margin-left: 80px;
      min-height: 36px;
   }
   .layui-inline{
      margin: 3px;
   }
   #recordList{
      height: 1430px;
      overflow-y: scroll;
   }
   #recordList tr{
      height: 142px;
   }
   #recordList tr td{
      height: 140px;
      overflow-wrap: break-word; /* 兼容性较好,推荐使用 */
      word-wrap: break-word; /* 旧版浏览器支持 */
      white-space: normal; /* 允许文本换行 */
      overflow-y: auto;
   }
   .popCon-div{
      height: 855px;
   }
   /*右侧监控属性列表下拉*/
   /*table 纵向滚动显示并隐藏滚动条*/
   .popCon .table-tbody {
      height: 800px;
      overflow-y: scroll;
   }
}