Tabs add scroll

This commit is contained in:
marxy 2017-10-20 16:30:44 +08:00
parent 2e8add2fb3
commit be3fbd2499
3 changed files with 161 additions and 6 deletions

View file

@ -56,6 +56,29 @@
&-nav-right{
float: right;
margin-left: 5px;
}
&-nav-prev{
position:absolute;
line-height: 32px;
cursor: pointer;
left:0;
}
&-nav-next{
position:absolute;
line-height: 32px;
cursor: pointer;
right:0;
}
&-nav-scrollable{
padding: 0 12px;
}
&-nav-scroll-disabled{
display: none;
}
&-nav {