Browse Source

测试1600屏幕宽度下内容显示宽度1200像素

tags/v1.22.5.2^2
OpenIhu 3 years ago
parent
commit
af4e482d59
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      web_src/less/openi.less

+ 2
- 2
web_src/less/openi.less View File

@@ -86,9 +86,9 @@ footer {
padding: 0;
}
}
@media (min-width: 1600px) {
@media only screen and (min-width: 1600px){
.ui.ui.ui.container:not(.fluid) {
width: 1400px;
width: 1200px;
}
}



Loading…
Cancel
Save