xuchang-screen/src/components/LeftBar/index.module.less
2023-09-10 16:07:18 +08:00

9 lines
116 B
Plaintext

.leftBar {
width: 625px;
height: 100%;
margin-left: 40px;
display: flex;
flex-direction: column;
gap: 22px;
}