|
@@ -129,14 +129,14 @@
|
|
|
<text>人生若只如初见,何事秋风悲画扇</text>
|
|
|
</view>
|
|
|
</u-popup>-->
|
|
|
- <u-popup border-radius="20" v-model="showSelfEvaluation" @close="close" mode="bottom" length="90%" height="570rpx">
|
|
|
+ <u-popup border-radius="20" v-model="showSelfEvaluation" @close="close" mode="bottom" length="90%" height="600rpx">
|
|
|
<view style="display: flex; flex-direction: column;">
|
|
|
<view style="display:flex;flex-direction:row;margin-top: 50rpx;justify-content: space-between; ">
|
|
|
<view style="margin-left: 50rpx;font-weight: bold!important; font-size:30rpx;margin-bottom: 20rpx;">自我评价</view>
|
|
|
<view style="font-color:#E5E7EA;margin-right: 50rpx;">{{selfEvaluation.length}}/200</view>
|
|
|
</view>
|
|
|
- <view style="uni-textarea; margin-left: 50rpx;margin-right: 50rpx;margin-bottom: 20rpx;">
|
|
|
- <textarea style="padding-top: 10rpx;padding-bottom: 10rpx; border-radius:30rpx;padding-left: 20rpx;padding-right: 20rpx; background-color: #E5E7EA;overflow: auto;" :adjust-position="false" placeholder="请填写内容" maxlength="200" name="summary" v-model="selfEvaluation">
|
|
|
+ <view style="display: flex; uni-textarea; margin-bottom: 20rpx;justify-content: center;align-items:center;">
|
|
|
+ <textarea style="width: 80%; padding-top: 10rpx;padding-bottom: 10rpx; border-radius:30rpx;padding-left: 20rpx;padding-right: 20rpx; background-color: #E5E7EA;overflow: auto;" :adjust-position="false" placeholder="请填写内容" maxlength="200" name="summary" v-model="selfEvaluation">
|
|
|
|
|
|
</textarea>
|
|
|
</view>
|