Browse Source

update 提示左右滑

wangxy 5 tháng trước cách đây
mục cha
commit
167e4d97e7
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      pages/unitTest/index.vue

+ 2 - 2
pages/unitTest/index.vue

@@ -21,8 +21,8 @@
 		</view>
 
 		<!--  左右滑动  -->
-		<view class="tip-mask-box">
-			<view class="exam-tip-box" @click="handleCloseTishi" v-if="showTishi">左右滑动查看更多题目</view>
+		<view class="tip-mask-box"  @click="handleCloseTishi" v-if="showTishi">
+			<view class="exam-tip-box">左右滑动查看更多题目</view>
 		</view>