提交 867b164f 编写于 作者: DCloud_iOS_WZT's avatar DCloud_iOS_WZT

tabbar 示例修正

上级 5b3b259c
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
</view> </view>
</view> </view>
<view> <view>
<image class="concave-image" src="/static/template/custom-tab-bar/concave.png"></image> <image class="concave-image" mode="heightFix" src="/static/template/custom-tab-bar/concave.png"></image>
</view> </view>
<view class="tab-item" @click="onTabClick(1)"> <view class="tab-item" @click="onTabClick(1)">
<view ref="tab-item2" class="tab-item-content"> <view ref="tab-item2" class="tab-item-content">
...@@ -132,7 +132,6 @@ ...@@ -132,7 +132,6 @@
} }
.tab-bar { .tab-bar {
background-color: #1e90ff;
flex-direction: row; flex-direction: row;
height: 56px; height: 56px;
overflow: visible; overflow: visible;
...@@ -173,7 +172,6 @@ ...@@ -173,7 +172,6 @@
} }
.concave-image { .concave-image {
width: 100px;
height: 56px; height: 56px;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册