Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
杨炀
/
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
65c68843
authored
2025-06-25 18:22:09 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
手机布局
1 parent
08159503
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
6 deletions
src/viewsPc/match/chooseProject.vue
src/viewsPc/match/chooseSportsman.vue
src/viewsPc/match/chooseProject.vue
View file @
65c6884
...
...
@@ -167,7 +167,10 @@
<
/div
>
<
div
class
=
"text-center mt20 father"
>
<
el
-
button
class
=
"btn-lineG w200px"
round
type
=
"primary"
@
click
=
"submitForm()"
>
<
el
-
button
class
=
"btn-lineG w200px"
round
style
=
"position: relative ; z-index: 99;"
type
=
"primary"
@
click
=
"submitForm"
>
{{
language
==
0
?
'预览报名信息'
:
'Preview Registration Information'
}}
<
/el-button
>
...
...
@@ -416,7 +419,7 @@ function getSignInfoList() {
}
function
submitForm
(
n
)
{
function
submitForm
()
{
if
(
signInfoList
.
value
.
length
==
0
)
{
if
(
language
.
value
==
0
)
{
ElMessage
.
warning
(
'请至少选择一个项目'
)
...
...
@@ -954,7 +957,7 @@ function checkedChange(v) {
position
:
absolute
;
right
:
0
%
;
text
-
align
:
left
;
font
-
size
:
1
4
px
;
font
-
size
:
1
2
px
;
span
{
color
:
#
453
DEA
;
...
...
src/viewsPc/match/chooseSportsman.vue
View file @
65c6884
...
...
@@ -182,10 +182,16 @@
/>
<zu-table
v-else
:list=
"zuTableList"
@
delete=
"removeThis"
/>
<div
class=
"text-center mt20 father"
>
<el-button
class=
"w200px"
plain
round
type=
"primary"
@
click=
"goPrev()"
>
<el-button
class=
"w200px"
plain
round
style=
"position: relative ;z-index: 99"
type=
"primary"
@
click=
"goPrev()"
>
{{ language == 0 ? "上一步" : 'Go back' }}
</el-button>
<el-button
class=
"btn-lineG w200px"
round
type=
"primary"
@
click=
"submitForm()"
>
<el-button
class=
"btn-lineG w200px"
round
style=
"position: relative ;z-index: 99"
type=
"primary"
@
click=
"submitForm()"
>
{{ language == 0 ? '预览报名信息' : 'Preview registration information' }}
</el-button>
...
...
@@ -1157,7 +1163,7 @@ function checkedChange(v) {
position
:
absolute
;
right
:
0%
;
text-align
:
left
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
span
{
color
:
#453DEA
;
...
...
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