4bbbfe9b by zhangmeng

购票修改

1 parent 65d2d09d
...@@ -67,12 +67,12 @@ ...@@ -67,12 +67,12 @@
67 {{ triggerLanguage(language, "票档", "Tickets") }} : 67 {{ triggerLanguage(language, "票档", "Tickets") }} :
68 </div> 68 </div>
69 <div v-if="matchForm.ticketLayout"> 69 <div v-if="matchForm.ticketLayout">
70 <span style="color: #493ceb;cursor:pointer" 70 <span style="color: #493ceb;cursor:pointer;font-weight:600;font-size: 14px"
71 @click="show=true"> <span style="color: red;font-weight: 600">*</span> <span style="font-weight: 600"> 71 @click="show=true"> <span style="color: red;font-size: 18px">*</span>
72 {{ 72 {{
73 language == 0 ? '点击查看场馆布局' : 'View Venue Layout' 73 language == 0 ? '点击查看场馆布局' : 'View Venue Layout'
74 }} 74 }}
75 </span> </span> 75 </span>
76 </div> 76 </div>
77 </div> 77 </div>
78 <div class="select_item_box"> 78 <div class="select_item_box">
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!