瀏覽代碼

update 提示左右滑

wangxy 5 月之前
父節點
當前提交
167e4d97e7
共有 1 個文件被更改,包括 2 次插入2 次删除
  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>