UNPKG
weex-amui-mod
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
Ant Design Mobile of Weex
github.com/falldown18/weex-amui
falldown18/weex-amui
weex-amui-mod
/
theme
/
am-tab-bar
/
index.less
10 lines
(9 loc)
•
237 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
@import
'../base/common.less'
;
.am-tab-bar
{
height
:
@tab-bar-height
;
border-color
:
@border-color-base
;
border-top-width
:
@border-width-sm
;
flex-direction
: row;
justify-content
: space-around;
align-items
: stretch; }