|
|
@@ -141,15 +141,13 @@
|
|
|
<text>添加岗位履历</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
- </view>
|
|
|
-
|
|
|
- <!-- 底部保存按钮 -->
|
|
|
- <view class="bottom-btn-container">
|
|
|
- <view class="save-btn" @click="saveWorkExperience">
|
|
|
- <text>保存</text>
|
|
|
+ <!-- 底部保存按钮 -->
|
|
|
+ <view class="bottom-btn-container">
|
|
|
+ <view class="save-btn" @click="saveWorkExperience">
|
|
|
+ <text>保存</text>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
</view>
|
|
|
-
|
|
|
<!-- 添加技能弹窗 -->
|
|
|
<u-popup v-model="showAddSkill" mode="center" border-radius="24" width="80%">
|
|
|
<view class="add-skill-popup">
|
|
|
@@ -533,17 +531,19 @@
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
|
.work-experience {
|
|
|
- min-height: 100vh;
|
|
|
+ height: 100vh;
|
|
|
padding-bottom: 120rpx;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
}
|
|
|
|
|
|
.custom-navbar {
|
|
|
- position: fixed;
|
|
|
- top: 0;
|
|
|
- left: 0;
|
|
|
- right: 0;
|
|
|
+ // position: fixed;
|
|
|
+ // top: 0;
|
|
|
+ // left: 0;
|
|
|
+ // right: 0;
|
|
|
background-color: #ffffff;
|
|
|
- z-index: 9999;
|
|
|
+ // z-index: 9999;
|
|
|
|
|
|
.navbar-content {
|
|
|
display: flex;
|
|
|
@@ -574,8 +574,10 @@
|
|
|
}
|
|
|
|
|
|
.main-content {
|
|
|
- margin-top: 88rpx;
|
|
|
- padding: 80rpx 20rpx 40rpx 20rpx;
|
|
|
+ margin-top: 68rpx;
|
|
|
+ padding: 0 20rpx 40rpx 20rpx;
|
|
|
+ flex: 1;
|
|
|
+ overflow: auto;
|
|
|
}
|
|
|
|
|
|
.form-section {
|
|
|
@@ -596,7 +598,7 @@
|
|
|
}
|
|
|
|
|
|
.form-item {
|
|
|
- margin-bottom: 30rpx;
|
|
|
+ margin-bottom: 32rpx;
|
|
|
|
|
|
.form-label {
|
|
|
color: rgba(31, 44, 55, 1);
|