update: 屏幕最小宽度改为1440

This commit is contained in:
harrywan 2020-09-15 14:43:17 +08:00
parent bf039f965b
commit 9a7dd7013b

View File

@ -187,7 +187,7 @@ $dark-selected-color: #ffffff;
left: 0;
top: 0;
width: 100%;
min-width: 1280px;
min-width: 1240px;
height: 60px;
}
.layout-right {
@ -403,12 +403,12 @@ $dark-selected-color: #ffffff;
right: 0;
top: 0;
bottom: 0;
min-width: 1280px;
min-width: 1240px;
}
.layout-right-header {
width: 100%;
min-width: 1280px;
min-width: 1240px;
height: 60px;
line-height: 60px;
position: relative;