仪表盘
版本库
文件存储
活动
搜索
登录
main
/
InteSecurePlatform
InteSecurePlatform
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
新增数据上报修改
马宇豪
2024-11-26
bd19a941293d124d7c58c6d351e7e86c1fa15559
[InteSecurePlatform.git]
/
src
/
theme
/
media
/
cityLinkage.scss
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%;
}
}