Browse Source

fix: layout height

pull/1666/head
F-loat 8 years ago
committed by 陈帅
parent
commit
f02c479e09
  1. 2
      src/components/SiderMenu/index.less
  2. 2
      src/index.less

2
src/components/SiderMenu/index.less

@ -25,7 +25,7 @@
}
.sider {
min-height: 100vh;
min-height: 100%;
box-shadow: 2px 0 6px rgba(0, 21, 41, 0.35);
position: relative;
z-index: 10;

2
src/index.less

@ -10,7 +10,7 @@ body,
}
:global(.ant-layout) {
min-height: 100%;
min-height: 100vh;
}
canvas {

Loading…
Cancel
Save