马宇豪
2023-08-09 1536c360aad6a5c33dde3c29c7a83cd44c5c5b8a
1
2
3
4
5
6
7
8
9
10
@import './index.scss';
 
/* 页面宽度小于576px
------------------------------- */
@media screen and (max-width: $xs) {
    .el-cascader__dropdown.el-popper {
        overflow: auto;
        max-width: 100%;
    }
}