Commit 583fbf56 authored by 杨梦雪's avatar 杨梦雪

个人信息-自我介绍

parent 8147d45e
.btn {
padding-bottom: 0 !important;
}
.referInfo {
padding: 0 50px 110px 50px;
......@@ -17,9 +16,6 @@
color: #12141c;
}
.school_info {
}
.tipsMsg {
padding: 0 10px;
margin-bottom: 15px;
......@@ -32,7 +28,6 @@
.school .el-form-item {
margin-bottom: 5px !important;
height: 85px !important;
}
::v-deep .multiform .el-form-item__label {
......@@ -84,8 +79,11 @@
}
}
}
.el-textarea .el-input__count{
right: 15px!important;
}
.el-textarea__inner {
padding: 5px 17px 59px 10px!important;
&:hover {
border-color: var(--color);
}
......
......@@ -654,11 +654,11 @@
</div>
</el-col>
<!-- 自我介绍 -->
<el-col :span="12" v-show="configJson.introduceMyself == 1">
<el-col :span="12" v-show="configJson.introduceMyself == 1" >
<el-form-item
prop="introduce"
label="自我介绍"
style="height: 73px"
style="height:100%"
:rules="
configJson.introduceMyself == 1
? referInfoRules.introduceMyself
......@@ -670,6 +670,7 @@
v-model="referForm.introduce"
placeholder="自我介绍"
type="textarea"
:rows="6"
maxlength="200"
size="small"
@change="changeIntroduce"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment