From 1d9258c48514381bfd32dff8acaa4204d4b7212f Mon Sep 17 00:00:00 2001 From: 84702473 <84702473@qq.com> Date: 星期二, 04 四月 2023 21:36:54 +0800 Subject: [PATCH] 修改提示文字 --- src/lang/zh.js | 4 +++- src/lang/en.js | 4 +++- src/views/exam/paper/values.vue | 5 +++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/src/lang/en.js b/src/lang/en.js index 233d113..6326ddb 100644 --- a/src/lang/en.js +++ b/src/lang/en.js @@ -63,6 +63,8 @@ values_title_description_1:'If you think the main character is like you, click ', values_title_description_2:'If you think the main character is not like you, click ', values_title_description_3:'If you are not sure, click ', + values_title_description_4:'Click ', + values_title_description_4_2:' to zoom in the picture', next:'Next', pre:'Back', commit:'Submit', @@ -77,6 +79,6 @@ values_mostUnLikeMe:'Most unlike me', values_no_select:'No picture left', values_pic_tmpArea:'Picture Staging Area', - values_pic_tmpArea_desc:'Note: All pictures in the same row are in the same category.<br> You do not need to order them in a row. You only need to pay attention to the vertical order.', + values_pic_tmpArea_desc:'Note: <br> All pictures in the same row are in the same category.<br> You do not need to order them in a row. <br> You only need to pay attention to the vertical order.', values_nextStepTips_tips:'Please refine the sort and rank the images by selecting them into the nine categories. Please note that the number of images you can put in each of the categories is fixed.' } diff --git a/src/lang/zh.js b/src/lang/zh.js index 4c039db..20bb003 100644 --- a/src/lang/zh.js +++ b/src/lang/zh.js @@ -63,6 +63,8 @@ values_title_description_1:'濡傛灉浣犺涓轰富瑙掑拰浣犱竴鏍�, 鐐瑰嚮 ', values_title_description_2:'濡傛灉浣犺涓轰富瑙掑拰浣犱笉涓�鏍�, 鐐瑰嚮 ', values_title_description_3:'濡傛灉浣犱笉纭畾, 鐐瑰嚮 ', + values_title_description_4:'鐐瑰嚮 ', + values_title_description_4_2:' 鏀惧ぇ鍥剧墖', next:'涓嬩竴姝�', pre:'涓婁竴姝�', commit:'鎻愪氦', @@ -77,7 +79,7 @@ values_mostUnLikeMe:'鏈�涓嶅儚鎴�', values_no_select:'鏃犲浘鍙��', values_pic_tmpArea:'鍥剧墖鏆傚瓨鍖�', - values_pic_tmpArea_desc:'娉ㄦ剰锛氬悓涓�琛屼腑鐨勬墍鏈夊浘鐗囬兘灞炰簬鍚屼竴绫诲埆銆�<br> 鎮ㄤ笉闇�瑕佽繛缁璐�備綘鍙渶瑕佹敞鎰忓瀭鐩撮『搴忋��', + values_pic_tmpArea_desc:'娉ㄦ剰锛�<br> 鍚屼竴琛屼腑鐨勬墍鏈夊浘鐗囬兘灞炰簬鍚屼竴绫诲埆銆�<br> 鎮ㄤ笉闇�瑕佽繛缁璐��<br> 浣犲彧闇�瑕佹敞鎰忓瀭鐩撮『搴忋��', values_nextStepTips_tips:'璇烽�氳繃灏嗗浘鍍忓垎涓轰節绫绘潵缁嗗寲鍥惧儚鐨勬帓搴忓拰鎺掑悕銆傝娉ㄦ剰锛屾偍鍙互鍦ㄦ瘡涓被鍒腑鏀剧疆鐨勫浘鍍忔暟閲忔槸鍥哄畾鐨勩��' } diff --git a/src/views/exam/paper/values.vue b/src/views/exam/paper/values.vue index 7a4c865..1297c61 100644 --- a/src/views/exam/paper/values.vue +++ b/src/views/exam/paper/values.vue @@ -10,6 +10,7 @@ <div>{{$t('values_title_description_1')}}<img class="tools-button" src="@/assets/exam-paper/good.png" style="width: 15px;"/></div> <div>{{$t('values_title_description_2')}}<img class="tools-button" src="@/assets/exam-paper/nogood.png" style="width: 15px;"/></div> <div>{{$t('values_title_description_3')}}<img class="tools-button" src="@/assets/exam-paper/question.png" style="width: 15px;"/></div> + <div>{{$t('values_title_description_4')}}<img class="tools-button" src="@/assets/exam-paper/scale.png" style="width: 15px;"/>{{$t('values_title_description_4_2')}}</div> </div> <div style="display: flex;justify-content: flex-start;padding: 10px 0;"> @@ -63,7 +64,7 @@ {{(step2SubStep % 2 == 1)?$t('values_step_tips_for_1').replace('%N',getStep2StepItem(step2SubStep).quantity):$t('values_step_tips_for_2').replace('%N',getStep2StepItem(step2SubStep).quantity)}} </span> </div> - <div style="display: flex;justify-content: flex-end;"> + <div style="display: flex;justify-content: flex-end;padding: 10px 0px;"> <el-button type="primary" round @click="step2_pre" v-if="step2SubStep>1">{{$t('pre')}} </el-button> <el-button type="primary" round @click="step2_next">{{$t('next')}}</el-button> @@ -119,7 +120,7 @@ <div style="padding-right: 20px;" v-html="$t('values_pic_tmpArea_desc')"></div> <div style="padding: 0 10px;">{{$t('values_pic_tmpArea')}}</div> <draggable animation="300" class="pic-tmparea-div" - style="border: 1px solid gray;padding: 10px;width: 50%;" + style="border: 1px solid gray;padding: 10px;width: 45%;" :list="step3EWEIArea[0]" :options="{group:{name:'EWEIArea',pull:'clone'}}" @start="ev=>step3TmpAreaStart(ev,0)" @end="step3TmpAreaMoveEnd"> -- Gitblit v1.9.1