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
583fbf56
Commit
583fbf56
authored
Jun 02, 2023
by
杨梦雪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
个人信息-自我介绍
parent
8147d45e
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
8 deletions
+7
-8
src/assets/scss/SignUp/referInfo.scss
src/assets/scss/SignUp/referInfo.scss
+4
-6
src/components/index/SignUp/referInfo.vue
src/components/index/SignUp/referInfo.vue
+3
-2
No files found.
src/assets/scss/SignUp/referInfo.scss
View file @
583fbf56
.btn
{
.btn
{
padding-bottom
:
0
!
important
;
padding-bottom
:
0
!
important
;
}
}
.referInfo
{
.referInfo
{
padding
:
0
50px
110px
50px
;
padding
:
0
50px
110px
50px
;
...
@@ -17,9 +16,6 @@
...
@@ -17,9 +16,6 @@
color
:
#12141c
;
color
:
#12141c
;
}
}
.school_info
{
}
.tipsMsg
{
.tipsMsg
{
padding
:
0
10px
;
padding
:
0
10px
;
margin-bottom
:
15px
;
margin-bottom
:
15px
;
...
@@ -32,7 +28,6 @@
...
@@ -32,7 +28,6 @@
.school
.el-form-item
{
.school
.el-form-item
{
margin-bottom
:
5px
!
important
;
margin-bottom
:
5px
!
important
;
height
:
85px
!
important
;
height
:
85px
!
important
;
}
}
::v-deep
.multiform
.el-form-item__label
{
::v-deep
.multiform
.el-form-item__label
{
...
@@ -84,8 +79,11 @@
...
@@ -84,8 +79,11 @@
}
}
}
}
}
}
.el-textarea
.el-input__count
{
right
:
15px
!
important
;
}
.el-textarea__inner
{
.el-textarea__inner
{
padding
:
5px
17px
59px
10px
!
important
;
&
:hover
{
&
:hover
{
border-color
:
var
(
--
color
);
border-color
:
var
(
--
color
);
}
}
...
...
src/components/index/SignUp/referInfo.vue
View file @
583fbf56
...
@@ -654,11 +654,11 @@
...
@@ -654,11 +654,11 @@
</div>
</div>
</el-col>
</el-col>
<!-- 自我介绍 -->
<!-- 自我介绍 -->
<el-col
:span=
"12"
v-show=
"configJson.introduceMyself == 1"
>
<el-col
:span=
"12"
v-show=
"configJson.introduceMyself == 1"
>
<el-form-item
<el-form-item
prop=
"introduce"
prop=
"introduce"
label=
"自我介绍"
label=
"自我介绍"
style=
"height:
73px
"
style=
"height:
100%
"
:rules=
"
:rules=
"
configJson.introduceMyself == 1
configJson.introduceMyself == 1
? referInfoRules.introduceMyself
? referInfoRules.introduceMyself
...
@@ -670,6 +670,7 @@
...
@@ -670,6 +670,7 @@
v-model=
"referForm.introduce"
v-model=
"referForm.introduce"
placeholder=
"自我介绍"
placeholder=
"自我介绍"
type=
"textarea"
type=
"textarea"
:rows=
"6"
maxlength=
"200"
maxlength=
"200"
size=
"small"
size=
"small"
@
change=
"changeIntroduce"
@
change=
"changeIntroduce"
...
...
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