Waiter 855cfa5d94
chore: change some style (#2773)
* chore: change some style

* chore: change some code

* fix(Tabs): 调整初始化时机
2020-02-18 20:33:39 +08:00

27 lines
329 B
Plaintext

page {
padding-bottom: 300px;
}
.content {
padding: 20px;
background-color: #fff;
}
.content-2 {
padding: 20px;
}
.right-nav {
padding: 0 10px;
line-height: 44px !important;
background-color: #fff;
}
.special-tab {
transition: all 0.25s ease-in-out;
}
.special-tab-active {
font-size: 1.05em !important;
}