.row{width:100%;height:48px;padding:0 10px;line-height:48px;box-sizing:border-box}.manage-page-container .container-header{display:flex;justify-content:space-between;padding:8px 16px;align-items:center}.manage-page-container .table-content{padding:0 16px}.manage-page-container .table-content .table-title{font-size:16px;font-weight:600;line-height:48px}.manage-page-container .table-content .action-btns{display:flex;justify-content:flex-end}.manage-page-container .table-content .action-btns .action-btn{font-size:12px;line-height:20px;height:20px;padding:0 12px;border:0}.manage-page-container .table-content .action-btns .action-btn.del{background:#e64444}.manage-page-container .table-content .action-btns .action-btn.recover{background:#4aac37}.manage-page-container .table-content .action-btns .action-btn.detail{background:#f5f04d;color:#333;border:1px solid #f1f1f1}.manage-page-container .table-content .rich-cell{width:160px}.manage-page-container .table-content .rich-cell p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.manage-detail-container{width:100%;height:100%;min-width:1200px;padding:48px 16.7%;overflow-y:auto}.manage-detail-container .form-header{font-size:16px;font-weight:600;text-align:center;line-height:48px;border-top:2px solid rgba(77,77,77,.7);border-bottom:2px solid rgba(77,77,77,.7);margin:16px 0}.manage-detail-container .form-footer{display:flex;justify-content:center;height:48px;align-items:center;border-top:2px solid rgba(77,77,77,.7);margin:16px 0}.manage-detail-container .form-footer .ant-btn{width:100px}.manage-detail-container .ant-form-explain{display:none}