Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
jijin
/
dance-pc
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
4ab4d5db
authored
2024-05-27 17:52:48 +0800
by
yyx
Committed by
zhangmeng
2024-05-27 19:34:13 +0800
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
调整舞台区域大小
1 parent
43a8e058
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
src/viewsPc/seat/order-detail.vue
src/viewsPc/seat/seat-picker.vue
src/viewsPc/seat/order-detail.vue
View file @
4ab4d5d
...
...
@@ -342,7 +342,7 @@ detail.fetchData();
<!-- 购票人 -->
<div
class=
"pay_ticket"
>
<div
class=
"title"
>
{{
languageFormat
(
language
,
"
购票人"
,
"Full Name
"
)
}}
{{
languageFormat
(
language
,
"
观看人"
,
"Viewers
"
)
}}
</div>
<div
class=
"people"
>
<div
...
...
src/viewsPc/seat/seat-picker.vue
View file @
4ab4d5d
...
...
@@ -68,15 +68,15 @@ function onWindowMessage(e) {
if
(
route
.
query
.
sitePlace
==
"B6"
)
{
// 绘制舞台矩形
sendMsg
(
"draw-object-rectangle"
,
{
x
:
180
0
,
x
:
264
0
,
y
:
960
,
w
:
440
0
,
w
:
254
0
,
h
:
1300
,
color
:
"#e0e0e0"
,
});
// 绘制舞台文字
sendMsg
(
"draw-object-text"
,
{
x
:
3
90
0
,
x
:
3
76
0
,
y
:
1500
,
text
:
language
.
value
==
0
?
"舞台"
:
"stage"
,
style
:
{
fontSize
:
160
,
fontWeight
:
"400"
,
fill
:
"#6a6a6a"
},
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment