UNPKG
ijijin-view
Version:
latest (0.9.2)
0.9.2
0.9.1
0.9.0
vuejs UI components, from ijijin.
github.com/MichealWayne/ijijin-view
MichealWayne/ijijin-view
ijijin-view
/
vue
/
less
/
TabBodyItem.less
9 lines
•
188 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
// tab项
.vu-tab-body-item
{
min-width
:
100%
;
height
:
100%
;
max-height
:
100vh
;
overflow-y
: scroll;
overflow-x
: hidden; -webkit-
overflow
-scrolling: touch; }