仪表盘
版本库
文件存储
活动
搜索
登录
main
/
InteSecurePlatform
InteSecurePlatform
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
修改页面布局样式
Admin
2022-07-05
cffe20b222f298a757e96e2b2e08c8baa3834bb4
[InteSecurePlatform.git]
/
src
/
theme
/
media
/
dialog.scss
1
2
3
4
5
6
7
8
9
10
11
12
@import './index.scss';
/* 页面宽度小于800px
------------------------------- */
@media screen and (max-width: 800px) {
.el-dialog {
width: 90% !important;
}
.el-dialog.is-fullscreen {
width: 100% !important;
}
}