|
@@ -13,7 +13,7 @@
|
|
</el-row>
|
|
</el-row>
|
|
<el-row class="jobInput" style="border-bottom: none;">
|
|
<el-row class="jobInput" style="border-bottom: none;">
|
|
<el-col :span="24" class="expItem">
|
|
<el-col :span="24" class="expItem">
|
|
- <span style="padding-top: 1px;"> 专业技能 <span style="color:#F56C6C">(多个技能用逗号分隔) </span> </span>
|
|
|
|
|
|
+ <span style="padding-top: 1px;"> 专业技能 <span style="color:#F56C6C">(多个技能用分号分隔) </span> </span>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="24" style="padding-top: 10px;">
|
|
<el-col :span="24" style="padding-top: 10px;">
|
|
<el-input type="textarea" :autosize="{ minRows: 3, maxRows: 4 }" placeholder="请输入内容" v-model="form.skill"> </el-input>
|
|
<el-input type="textarea" :autosize="{ minRows: 3, maxRows: 4 }" placeholder="请输入内容" v-model="form.skill"> </el-input>
|