feat:提取公共样式

This commit is contained in:
layyback
2022-03-21 22:43:05 +08:00
parent 56b6ca9e89
commit 02dcc34a4b
3 changed files with 24 additions and 42 deletions

View File

@@ -0,0 +1,20 @@
.left-menu {
width: 200px;
height: 100vh;
.search-container {
padding: 10px;
}
.ant-input-affix-wrapper {
border: none;
}
:deep(.ant-menu) {
background: #F3EFEF;
.ant-menu-item-selected {
background-color: #E2E2E2;
color: #141414;
&:after {
display: none;
}
}
}
}