mirror of
https://github.com/PlayEdu/PlayEdu
synced 2025-07-28 05:19:30 +08:00
21 lines
312 B
Plaintext
21 lines
312 B
Plaintext
.left-menu {
|
|
width: 200px;
|
|
height: 100%;
|
|
background-color: #fff;
|
|
|
|
.App-logo {
|
|
width: 124px;
|
|
height: 40px;
|
|
margin-top: 16px;
|
|
margin-left: 38px;
|
|
margin-bottom: 14px;
|
|
}
|
|
|
|
.menu-box {
|
|
width: 200px;
|
|
height: calc(100% - 74px);
|
|
overflow-y: auto;
|
|
overflow-x: hidden;
|
|
}
|
|
}
|