fix: change tab char to 2 spaces (#522)

This commit is contained in:
Yuga Sun
2018-03-20 17:21:39 +08:00
committed by 花裤衩
parent 3cc3e134c2
commit 26b84847dd
17 changed files with 799 additions and 799 deletions

View File

@@ -30,16 +30,16 @@ export default {
<style scoped>
.hamburger {
display: inline-block;
cursor: pointer;
width: 20px;
height: 20px;
transform: rotate(90deg);
transition: .38s;
transform-origin: 50% 50%;
display: inline-block;
cursor: pointer;
width: 20px;
height: 20px;
transform: rotate(90deg);
transition: .38s;
transform-origin: 50% 50%;
}
.hamburger.is-active {
transform: rotate(0deg);
transform: rotate(0deg);
}
</style>