// 左侧列表的active样式 .tagactive { background-color: #ff6a00 !important; color: #fff !important; span { span { color: #fff !important; } i { color: #fff !important; } } i { color: #fff !important; } } // 右侧title的样式 .contenttitle { display: flex; padding-bottom: 16px; justify-content: space-between; border-bottom: 1px solid rgba(77, 87, 94, 0.1); margin-top: 16px; margin-bottom: 24px; span { font-size: 20px; color: #ff6a00; } } // .ant-table-thead { // height: 40px !important; // }