Przeglądaj źródła

标题中英文拆分换行样式调整

htc 4 dni temu
rodzic
commit
b4fb233a42
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      components/QuestionItem/index3.vue

+ 2 - 1
components/QuestionItem/index3.vue

@@ -1,7 +1,8 @@
 <template>
 	<view class="li_box">
 		<view class="lb_title">
-			{{index+1}}. {{item.question}}
+			{{index+1}}. {{item.question}}<br>
+			<span style="color: #536387;font-size: 28rpx;line-height: 36rpx;margin-top: 12rpx;">{{item.questionEnglish||''}}</span>
 		</view>
 		<view class="lb_card">
 			<view class="lb_box" v-for="(ua,ui) in item[arrayKey]" :key="ui">