mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-06 03:59:53 +08:00
update: 屏幕最小宽度改为1440
This commit is contained in:
parent
bf039f965b
commit
9a7dd7013b
@ -187,7 +187,7 @@ $dark-selected-color: #ffffff;
|
|||||||
left: 0;
|
left: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
min-width: 1280px;
|
min-width: 1240px;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
}
|
}
|
||||||
.layout-right {
|
.layout-right {
|
||||||
@ -403,12 +403,12 @@ $dark-selected-color: #ffffff;
|
|||||||
right: 0;
|
right: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
min-width: 1280px;
|
min-width: 1240px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.layout-right-header {
|
.layout-right-header {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
min-width: 1280px;
|
min-width: 1240px;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
line-height: 60px;
|
line-height: 60px;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user