Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
campSite
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
杨梦雪
campSite
Commits
28d90824
Commit
28d90824
authored
Nov 22, 2024
by
‘yangmengxue’
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改样式
parent
57215282
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
25 deletions
+11
-25
src/components/index/SignUp/confirm.vue
src/components/index/SignUp/confirm.vue
+1
-1
src/components/index/SignUp/referInfo.vue
src/components/index/SignUp/referInfo.vue
+10
-24
No files found.
src/components/index/SignUp/confirm.vue
View file @
28d90824
...
@@ -132,7 +132,7 @@
...
@@ -132,7 +132,7 @@
font-size
:
20px
;
font-size
:
20px
;
font-weight
:
600
;
font-weight
:
600
;
color
:
#1b1419
;
color
:
#1b1419
;
line-height
:
20
px
;
line-height
:
45
px
;
text-align
:
center
;
text-align
:
center
;
margin
:
0
0
24px
0
;
margin
:
0
0
24px
0
;
}
}
...
...
src/components/index/SignUp/referInfo.vue
View file @
28d90824
<
template
>
<
template
>
<div
class=
"referInfo"
>
<div
class=
"referInfo"
>
<!-- 测试 -->
<el-form
<el-form
:model=
"referForm"
:model=
"referForm"
:rules=
"referInfoRules"
:rules=
"referInfoRules"
...
@@ -1057,10 +1056,6 @@
...
@@ -1057,10 +1056,6 @@
</div>
</div>
</el-upload>
</el-upload>
</div>
</div>
<el-dialog
:visible.sync=
"dialogVisible"
>
<img
:src=
"resultPicture"
alt=
""
width=
"100%"
/>
</el-dialog>
</div>
</div>
</el-form-item>
</el-form-item>
</div>
</div>
...
@@ -1123,10 +1118,6 @@
...
@@ -1123,10 +1118,6 @@
</div>
</div>
</el-upload>
</el-upload>
</div>
</div>
<el-dialog
:visible.sync=
"dialogVisible"
>
<img
:src=
"resultPicture"
alt=
""
width=
"100%"
/>
</el-dialog>
</div>
</div>
</el-form-item>
</el-form-item>
</div>
</div>
...
@@ -1184,10 +1175,6 @@
...
@@ -1184,10 +1175,6 @@
</div>
</div>
</el-upload>
</el-upload>
</div>
</div>
<el-dialog
:visible.sync=
"dialogVisible"
>
<img
:src=
"resultPicture"
alt=
""
width=
"100%"
/>
</el-dialog>
</div>
</div>
</el-form-item>
</el-form-item>
</div>
</div>
...
@@ -1245,10 +1232,6 @@
...
@@ -1245,10 +1232,6 @@
</div>
</div>
</el-upload>
</el-upload>
</div>
</div>
<el-dialog
:visible.sync=
"dialogVisible"
>
<img
:src=
"resultPicture"
alt=
""
width=
"100%"
/>
</el-dialog>
</div>
</div>
</el-form-item>
</el-form-item>
</div>
</div>
...
@@ -1259,6 +1242,10 @@
...
@@ -1259,6 +1242,10 @@
<el-button
@
click=
"confirm"
>
提交资料
</el-button>
<el-button
@
click=
"confirm"
>
提交资料
</el-button>
</div>
</div>
</el-form>
</el-form>
<!-- 放大查看上传图片 -->
<el-dialog
:visible.sync=
"dialogVisible"
>
<img
:src=
"resultPicture"
alt=
""
width=
"100%"
/>
</el-dialog>
<!-- 多形式报名邀请码报错弹框 -->
<!-- 多形式报名邀请码报错弹框 -->
<cueDialog
:dialogVisible=
"cueDialogVisible"
:msg=
"msg"
></cueDialog>
<cueDialog
:dialogVisible=
"cueDialogVisible"
:msg=
"msg"
></cueDialog>
</div>
</div>
...
@@ -1690,26 +1677,25 @@ export default {
...
@@ -1690,26 +1677,25 @@ export default {
//衣服尺码
//衣服尺码
clothesSize
:
[
clothesSize
:
[
{
{
id
:
'
S
'
,
id
:
"
S
"
,
name
:
"
S (155-160CM)
"
,
name
:
"
S (155-160CM)
"
,
},
},
{
{
id
:
'
M
'
,
id
:
"
M
"
,
name
:
"
M (160-165CM)
"
,
name
:
"
M (160-165CM)
"
,
},
},
{
{
id
:
'
L
'
,
id
:
"
L
"
,
name
:
"
L (165-170CM)
"
,
name
:
"
L (165-170CM)
"
,
},
},
{
{
id
:
'
XL
'
,
id
:
"
XL
"
,
name
:
"
XL (170-175CM)
"
,
name
:
"
XL (170-175CM)
"
,
},
},
{
{
id
:
'
XXL
'
,
id
:
"
XXL
"
,
name
:
"
XXL (175-180CM)
"
,
name
:
"
XXL (175-180CM)
"
,
}
},
],
],
// 中学(模糊搜索)
// 中学(模糊搜索)
// timeout: null,
// timeout: null,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment