mo
il y a 1 an
|
@@ -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;
|
|
|
- height: 100%;
|
|
|
width: 100px;
|
|
|
background: #3044ca;
|
|
|
min-height: 100vh;
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
align-items: center;
|
|
|
+ flex: 1;
|
|
|
|
|
|
.logoWrap {
|
|
|
margin-top: 22px;
|
|
@@ -44,7 +40,7 @@
|
|
|
}
|
|
|
|
|
|
.sliderList {
|
|
|
- margin-top: 37px;
|
|
|
+ margin-top: 10px;
|
|
|
}
|
|
|
}
|
|
|
|