anxiao_web/pages/newIntelligenceEarlyWarning/css/intellEarlyWarningInfo.css

22 lines
378 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%;
}