vear:添加返回按钮,唤醒键盘
This commit is contained in:
@@ -63,8 +63,9 @@
|
||||
<header class="head">
|
||||
<view class="main-header">
|
||||
<image src="/static/icon/Hamburger-button.png" @click="toggleDrawer"></image>
|
||||
<!-- <view class="title">{{ config.appInfo.areaName }}岗位推荐</view> -->
|
||||
<!-- <view class="title">{{ config.appInfo.areaName }}岗位推荐</view> -->
|
||||
<view class="back-home-btn" @click="navTo('/pages/index/index')">
|
||||
<text class="back-home-text">返回</text>
|
||||
</view>
|
||||
<image src="/static/icon/Comment-one.png" @click="addNewDialogue"></image>
|
||||
</view>
|
||||
</header>
|
||||
@@ -375,6 +376,19 @@ footer-height = 98rpx
|
||||
image
|
||||
width: 36rpx;
|
||||
height: 37rpx;
|
||||
.back-home-btn
|
||||
display: flex
|
||||
align-items: center
|
||||
justify-content: center
|
||||
padding: 0 20rpx
|
||||
height: 60rpx
|
||||
border-radius: 12rpx
|
||||
&:active
|
||||
background: rgba(0, 0, 0, 0.05)
|
||||
.back-home-text
|
||||
font-size: 30rpx
|
||||
color: #333
|
||||
font-weight: 500
|
||||
|
||||
.chatmain-warpper
|
||||
height: 'calc(100% - %s)' %( header-height + footer-height)
|
||||
|
||||
Reference in New Issue
Block a user