1
@@ -1,36 +1,32 @@
.wrap {
width: 100vw;
- min-height: 100vh;
+ height: 100vh;
display: flex;
flex-direction: row;
background: #f1f5ff;
overflow: hidden;
-
.WrapcoreView {
// .WrapcoreViewInfo {
// border-radius: 20px;
// background-color: #fff;
// overflow: hidden;
// }
+
padding: 32px;
- // height: calc(100vh - 64px);
- overflow: hidden;
- height: 100%;
- // overflow-y: auto;
+ height: calc(100vh - 64px);
+ overflow-y: auto;
}
.silder {
- flex: 1;
width: 100px;
background: #3044ca;
min-height: 100vh;
flex-direction: column;
align-items: center;
+ flex: 1;
.logoWrap {
margin-top: 22px;