/* guimo_history.css - 规模历史数据页面样式 */
/* 功能：定义规模历史数据页面的专用样式 */

/* 汇总表格样式 */
.summary-table {
    margin-bottom: 15px;
}

/* 历史明细表格样式 */
.history-table {
    width: 100%;
}

/* 历史明细表格列宽设置（5 列） */
.history-table tr th:nth-child(1),
.history-table tr td:nth-child(1) {
    width: 10%;
    text-align: center !important;
}

.history-table tr th:nth-child(2),
.history-table tr td:nth-child(2) {
    width: 22%;
    text-align: center !important;
}

.history-table tr th:nth-child(3),
.history-table tr td:nth-child(3) {
    width: 22.67%;
    text-align: center !important;
}

.history-table tr th:nth-child(4),
.history-table tr td:nth-child(4) {
    width: 22.67%;
    text-align: center !important;
}

.history-table tr th:nth-child(5),
.history-table tr td:nth-child(5) {
    width: 22.67%;
    text-align: center !important;
}
