anxiao_web/pages/cmddispatch/css/eventHistory.css

57 lines
1000 B
CSS

.popintellEarlyWarningInfo{
height:100%;
}
.intellEarlyWarningInfo{
background:#003c71;
height:calc(100% - 10px);
padding:5px 0;
}
.intellEarlyWarningInfoContent{
height:100%;
padding: 0 5px;
}
.intellEarlyWarningList{
height:calc(100% - 50px);
width:100%;
margin-top:5px;
overflow-y: auto;
}
#intellEarlyWarningTable{
height:100%;
}
.popWindows>div:first-child>div:first-child{
border-bottom:none;
}
.intellEarlyWarningList .layui-table-tool{
background:none;
border:0;
}
.intellEarlyWarningList tr{
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
}
.intellEarlyWarningList .layui-table-cell{
height:32px !important;
line-height:30px !important;
}
.commonfile tbody .layui-table-cell{
height:144px !important;
line-height:144px !important;
}
.intellEarlyWarningList .layui-table-tool .layui-icon{
color:#fff;
}
.commonFile>img{
width:256px;
height:144px;
}