dashboard
repositories
filestore
activity
search
login
main
/
gtqtOut
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
更新首页登录页
Your Name
2022-07-21
dd2576bf9887b29c47d128cd6c070f8d70756865
[gtqtOut.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;
}
}