Fix site style

This commit is contained in:
afc163 2018-01-08 20:45:33 +08:00
parent 02fed2fcb0
commit 680d28b148
2 changed files with 5 additions and 1 deletions

View File

@ -34,6 +34,7 @@ a {
overflow: hidden;
border-left: 1px solid @site-border-color-split;
position: relative;
margin-left: -1px;
}
.main-menu {
@ -43,7 +44,6 @@ a {
.aside-container {
padding-bottom: 50px;
font-family: Lato, @font-family;
border: none;
&.ant-menu-inline .ant-menu-submenu-title h4,
&.ant-menu-inline > .ant-menu-item,
@ -118,6 +118,9 @@ a {
overflow: hidden;
padding: 0;
width: 100%;
a {
text-decoration: none;
}
}
.drawer-content {

View File

@ -96,6 +96,7 @@
height: 40px;
text-align: center;
margin-right: 16px;
text-decoration: none;
}
.banner-btn.components {
background: #2f54eb;