Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
kaisa
/
SopWeb
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
81addb09
authored
Nov 17, 2025
by
kaisa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:修改
parent
af8d5967
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
73 additions
and
12 deletions
src/views/activity/recruitment/components/sign/index.vue
src/views/activity/recruitment/components/sign/index.vue
View file @
81addb09
...
...
@@ -219,7 +219,7 @@ const onSubmit = (values: any) => {
<!-- 信息填寫 -->
<div
class=
"info"
>
<div
class=
"info-title"
>
<span>
信息填寫
</span>
<span>
填寫信息
</span>
</div>
<div
class=
"info-form"
>
<van-form
@
submit=
"onSubmit"
>
...
...
@@ -227,15 +227,18 @@ const onSubmit = (values: any) => {
<van-field
v-model=
"platform"
name=
"platform"
label=
"合作平臺:"
placeholder=
"選擇平臺"
is-link
@
click=
"showPlatformPicker = true"
:rules=
"[
{ required: true, message: '请選擇平臺' }]" />
<van-field
v-model=
"userName"
name=
"id"
label=
"FIREFLY ID: "
placeholder=
"請輸入"
:rules=
"[
{ required: true, message: '请輸入' }]" />
<van-popup
v-model:show=
"showPlatformPicker"
destroy-on-close
position=
"bottom"
>
<van-picker
:columns=
"columns"
:model-value=
"pickerValue"
@
confirm=
"onConfirm"
@
cancel=
"showPlatformPicker = false"
/>
</van-popup>
<van-field
v-model=
"userName"
name=
"userName"
label=
"姓名"
placeholder=
"請輸入"
:rules=
"[
{ required: true, message: '请輸入
姓名
' }]" />
<van-field
v-model=
"idNum"
name=
"idNum"
label=
"身份證號碼"
placeholder=
"請輸入"
:rules=
"[
{ required: true, message: '请輸入
身份證號碼
' }]" />
<van-field
v-model=
"userName"
name=
"userName"
label=
"姓名
:
"
placeholder=
"請輸入"
:rules=
"[
{ required: true, message: '请輸入' }]" />
<van-field
v-model=
"idNum"
name=
"idNum"
label=
"身份證號碼
:
"
placeholder=
"請輸入"
:rules=
"[
{ required: true, message: '请輸入' }]" />
</van-cell-group>
</van-form>
</div>
...
...
@@ -548,13 +551,14 @@ const onSubmit = (values: any) => {
text-shadow
:
0px
4px
7px
#2170D3
;
font-style
:
italic
;
padding-right
:
8px
;
padding-top
:
23px
;
}
&
::before
{
content
:
''
;
position
:
absolute
;
left
:
185px
;
top
:
23
px
;
top
:
32
px
;
width
:
64px
;
height
:
41px
;
background-image
:
url(../../image/leftArrow.png)
;
...
...
@@ -566,7 +570,7 @@ const onSubmit = (values: any) => {
content
:
''
;
position
:
absolute
;
right
:
193px
;
top
:
23
px
;
top
:
32
px
;
width
:
64px
;
height
:
41px
;
background-image
:
url(../../image/rightArrow.png)
;
...
...
@@ -620,7 +624,7 @@ const onSubmit = (values: any) => {
}
.content-item-text
{
padding-top
:
1
2
px
;
padding-top
:
1
4
px
;
font-family
:
PingFang
SC
;
font-weight
:
500
;
font-size
:
22px
;
...
...
@@ -649,7 +653,7 @@ const onSubmit = (values: any) => {
}
.require-item
{
padding
:
22
px
0
0
20px
;
padding
:
14
px
0
0
20px
;
.require-title
{
font-family
:
PingFang
SC
;
...
...
@@ -667,8 +671,7 @@ const onSubmit = (values: any) => {
font-size
:
22px
;
color
:
#FFFFFF
;
opacity
:
0.6
;
padding-top
:
12px
;
}
}
...
...
@@ -828,6 +831,63 @@ const onSubmit = (values: any) => {
}
:deep
(
.van-form
)
{
background
:
transparent
;
width
:
601px
;
height
:
388px
;
background
:
rgba
(
0
,
0
,
0
,
0.2
);
margin-left
:
24px
;
.van-cell-group
{
background
:
transparent
;
.van-cell
{
background
:
transparent
;
height
:
100px
;
align-items
:
center
;
padding-left
:
0
;
.van-cell__title
{
font-family
:
PingFang
SC
;
font-weight
:
bold
;
font-size
:
24px
;
color
:
#FFFFFF
;
}
.van-cell__value
{
width
:
302px
;
height
:
55px
;
background
:
#98BDFE
;
border-radius
:
6px
;
.van-field__body
{
height
:
100%
;
}
}
.van-field__control
{
font-family
:
PingFang
SC
;
font-weight
:
bold
;
font-size
:
24px
;
color
:
#01173C
;
}
.van-field__control
::-webkit-input-placeholder
{
font-family
:
PingFang
SC
;
font-weight
:
bold
;
font-size
:
24px
;
color
:
#00225B
;
opacity
:
0.42
;
}
.van-cell__right-icon
{
color
:
#00225B
;
position
:
relative
;
left
:
-32px
;
}
}
.van-cell
::after
{
display
:
none
;
}
}
}
</
style
>
\ No newline at end of file
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