Browse Source

tabs scroll修复

chenxiong 3 năm trước cách đây
mục cha
commit
c3dc099b02
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      pages2/class/detail.vue

+ 1 - 1
pages2/class/detail.vue

@@ -35,7 +35,7 @@
 			</view>
 			<u-line color="#D6D6DB" />
 			<view style="display: flex;justify-content: center;">
-				<view><u-tabs :list="list" font-size="24" bar-width="80" :current="current" @change="change" active-color="#007AFF"></u-tabs></view>
+				<view><u-tabs :list="list" font-size="24" :is-scroll="false" bar-width="80" :current="current" @change="change" active-color="#007AFF"></u-tabs></view>
 			</view>
 			<u-line color="#D6D6DB" />
 		</view>