|
@@ -40,9 +40,9 @@
|
|
|
<view class="phone-form-label"><text class="form-label-require"></text>期望薪资</view>
|
|
|
<input v-model="qiwangxinzi" placeholder="请输入期望薪资" />
|
|
|
</view>
|
|
|
- <view class="form-label-input">
|
|
|
+ <view class="form-label-input flex-start-row">
|
|
|
<view class="phone-form-label"><text class="form-label-require"></text>工作经历</view>
|
|
|
- <textarea v-model="jingli" placeholder="请填写工作经历"/>
|
|
|
+ <textarea v-model="jingli" placeholder="请填写工作经历" class="form-textarea-box" />
|
|
|
</view>
|
|
|
<view class="page-btn-box">
|
|
|
<button type="default" v-if="status =='add'" @click="goNext" class="phone-green-btn">下一步</button>
|