UNPKG
weex-amui
Version:
latest (0.1.4)
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.8
0.0.8-beta6
0.0.8-beta5
0.0.8-beta4
0.0.8-beta3
0.0.8-beta2
0.0.8-beta1
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Ant Design Mobile of Weex
github.com/hminghe/weex-amui
hminghe/weex-amui
weex-amui
/
theme
/
am-tab-bar
/
index.less
10 lines
(9 loc)
•
228 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; }