/* ========== WangEditor5 内容区表格样式 ========== */

/* 表头样式：背景色、居中、内填充间距 */
.detail-content table th {
    background-color: #f1f1f1 !important;
    text-align: center;
}

/* 表头和单元格公共样式：内填充间距 */
.detail-content table th,
.detail-content table td {
    padding: 6px 5px !important;
}
