body{
    min-height: 100vh;
}

.layout-content { 
    min-height: calc(100vh - 110px); 
    /* 内容区减去 footer 高度 */ 
}

.custom-footer-container { 
    height: 110px; 
    background: #333; 
    color: #fff; 
    text-align: center; 
}

.incident-status {
    margin-top: 20px;
}