table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.8rem;
}
th, td {
    text-align: left;
    border: 1px solid #ddd;
    padding: 8px;
}
th {
    background-color: #f2f2f2;
}

.table-result{
    overflow-x: auto; /* 启用水平滚动条 */
    white-space: nowrap; /* 防止文本换行 */
}