/* 设置禁用效果 */
.disabled {
    cursor: not-allowed !important;
    /* pointer-events: none !important; */
}