| 12345678910111213141516171819202122232425 |
- .wrap {
- display: flex;
- flex-direction: row;
- .WrapcoreView {
- margin-top: 32px;
- }
- height: 100vh;
- overflow-y: scroll;
- }
- .silder {
- width: 100px;
- background: #3044ca;
- min-height: 100vh;
- display: flex;
- flex-direction: column;
- align-items: center;
- .logoWrap {
- margin-top: 22px;
- width: 62px;
- height: 60px;
- }
- .sliderList {
- margin-top: 37px;
- }
- }
|