refactor[ScrollBar]: use el-scrollbar (#90)

This commit is contained in:
花裤衩
2018-05-07 14:53:03 +08:00
committed by GitHub
parent 57f011d280
commit f01a1ad7b7
6 changed files with 70 additions and 80 deletions

View File

@@ -5,25 +5,44 @@
@import './sidebar.scss';
body {
height: 100%;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
}
label {
font-weight: 700;
}
html {
height: 100%;
box-sizing: border-box;
}
#app{
height: 100%;
}
*,
*:before,
*:after {
box-sizing: inherit;
}
a,
a:focus,
a:hover {
cursor: pointer;
color: inherit;
outline: none;
text-decoration: none;
}
div:focus{
outline: none;
}
}
a:focus,
a:active {