lgq
2025-07-08 eea897aeac44a75e93fdc90939261f1b44711087
local/www/css/page/warn-list.css
@@ -454,4 +454,121 @@
   background: #607182;
}
.table-tbody{
   height: 540px;
   overflow-y: scroll;
}
/** 隐藏列表下拉滚动条 **/
.table-tbody::-webkit-scrollbar {
   display: none;
}
/*IE 10+ ----隐藏滚动条*/
.table-tbody {
   -ms-overflow-style: none;
}
/*Firefox ----隐藏滚动条*/
.table-tbody {
   scrollbar-width: none;
}
@media only screen and (max-width:1280px) and (max-height: 800px){
   .i-container {
      min-width: 1045px;
      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 {
      margin-top: 3px;
      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;
   }
   .table-tbody{
      height: 380px;
      overflow-y: scroll;
   }
}
@media only screen and (max-width:1080px) and (min-width: 1750px){
   .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;
   }
   .table-tbody{
      height: 1430px;
      overflow-y: scroll;
   }
   .table-tbody tr{
      height: 142px;
   }
   .table-tbody tr td{
      height: 140px;
      overflow-wrap: break-word; /* 兼容性较好,推荐使用 */
      word-wrap: break-word; /* 旧版浏览器支持 */
      white-space: normal; /* 允许文本换行 */
      overflow-y: auto;
   }
   .pop-item{
      width: 100%;
      float: left;
   }
}