招聘页面ui更新
This commit is contained in:
@@ -41,7 +41,8 @@
|
||||
您想工作的地点
|
||||
</view>
|
||||
<view v-bind:class="['jobText']">
|
||||
{{ myResume.city == {} ? myResume.city.id ? getCity(myResume.city.id) : myResume.city.workplace : '请选择' }}
|
||||
{{ myResume.city == {} ? myResume.city.id ? getCity(myResume.city.id) : myResume.city.workplace : '请选择'
|
||||
}}
|
||||
</view>
|
||||
</view>
|
||||
<image src="../../../static/img/right.svg" mode=""></image>
|
||||
@@ -374,7 +375,9 @@ export default {
|
||||
color: #666666;
|
||||
background: #ffffff;
|
||||
overflow-y: auto;
|
||||
white-space: nowrap;
|
||||
/* white-space: nowrap; */
|
||||
overflow-wrap: break-word;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.list image {
|
||||
@@ -386,9 +389,11 @@ export default {
|
||||
.list {
|
||||
padding: 0 15px 0 30rpx;
|
||||
height: 126rpx;
|
||||
line-height: 126rpx;
|
||||
/* line-height: 126rpx; */
|
||||
background: #fff;
|
||||
border-bottom: 1px solid #f2f2f2;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.title image {
|
||||
|
||||
Reference in New Issue
Block a user