Files
django-vue3-admin/web/src/theme/media/cityLinkage.scss
2022-10-25 23:32:14 +08:00

11 lines
202 B
SCSS

@import './index.scss';
/* 页面宽度小于576px
------------------------------- */
@media screen and (max-width: $xs) {
.el-cascader__dropdown.el-popper {
overflow: auto;
max-width: 100%;
}
}