Blame view

public/scss/layout/_tab.css 80 Bytes
陈轩 authored
1 2 3 4 5 6
.tab-panel {
    display: none;

    &.active {
        display: block;
    }
郭成尧 authored
7
}