index.scss 160 字节
Newer Older
Y
Your Name 已提交
1 2 3 4 5 6 7 8 9
menu-radio-common-component{
    span{
        display: inline-block;
        line-height: 30px;
    }
    button:disabled{
        cursor: not-allowed;
    }
}