4ab4d5db by yyx Committed by zhangmeng

调整舞台区域大小

1 parent 43a8e058
...@@ -342,7 +342,7 @@ detail.fetchData(); ...@@ -342,7 +342,7 @@ detail.fetchData();
342 <!-- 购票人 --> 342 <!-- 购票人 -->
343 <div class="pay_ticket"> 343 <div class="pay_ticket">
344 <div class="title"> 344 <div class="title">
345 {{ languageFormat(language, "购票人", "Full Name") }} 345 {{ languageFormat(language, "观看人", "Viewers") }}
346 </div> 346 </div>
347 <div class="people"> 347 <div class="people">
348 <div 348 <div
......
...@@ -68,15 +68,15 @@ function onWindowMessage(e) { ...@@ -68,15 +68,15 @@ function onWindowMessage(e) {
68 if (route.query.sitePlace == "B6") { 68 if (route.query.sitePlace == "B6") {
69 // 绘制舞台矩形 69 // 绘制舞台矩形
70 sendMsg("draw-object-rectangle", { 70 sendMsg("draw-object-rectangle", {
71 x: 1800, 71 x: 2640,
72 y: 960, 72 y: 960,
73 w: 4400, 73 w: 2540,
74 h: 1300, 74 h: 1300,
75 color: "#e0e0e0", 75 color: "#e0e0e0",
76 }); 76 });
77 // 绘制舞台文字 77 // 绘制舞台文字
78 sendMsg("draw-object-text", { 78 sendMsg("draw-object-text", {
79 x: 3900, 79 x: 3760,
80 y: 1500, 80 y: 1500,
81 text: language.value == 0 ? "舞台" : "stage", 81 text: language.value == 0 ? "舞台" : "stage",
82 style: { fontSize: 160, fontWeight: "400", fill: "#6a6a6a" }, 82 style: { fontSize: 160, fontWeight: "400", fill: "#6a6a6a" },
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!