Commit dcd5312b by 陆志强

Merge branch 'feature/csr' into test

parents 142ceefd 5a18b777
......@@ -327,6 +327,7 @@ export default {
width: 72px;
height: 40px;
border-radius: 25px;
margin-right: 15px;
}
&__submit {
width: 261px;
......
......@@ -97,15 +97,15 @@
<div class="form-cv">
<van-cell-group class="slot" :border="false">
<van-cell :border="false">
<template slot:title>
<template v-slot:title>
<div class="form-cv__title">简历</div>
</template>
<template slot:label>
<template v-slot:label>
<div style="white-space: nowrap">
支持png、jpeg、jpg、pdf格式,文件大小不可超过10M
</div>
</template>
<template slot:right-icon>
<template v-slot:right-icon>
<van-button
id="select"
class="form-cv__addbutton"
......
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 sign in to comment