vear:添加返回按钮
This commit is contained in:
@@ -1,14 +1,16 @@
|
||||
<template>
|
||||
<view v-if="show" class="filter-container">
|
||||
<!-- 头部 -->
|
||||
<!-- <view class="filter-header">
|
||||
<text class="back-btn" @click="handleClose">
|
||||
<uni-icons type="left" size="24"></uni-icons>
|
||||
</text>
|
||||
<text class="filter-title">喀什智慧就业平台</text>
|
||||
<view class="filter-header">
|
||||
<view class="back-btn" @click="handleClose">
|
||||
<uni-icons type="left" size="24" color="#333"></uni-icons>
|
||||
</view>
|
||||
<text class="filter-title">筛选</text>
|
||||
<view class="back-btn"></view>
|
||||
</view> -->
|
||||
</view>
|
||||
|
||||
<!-- 标签页 + 内容区域 -->
|
||||
<view class="filter-body">
|
||||
<!-- 标签页 -->
|
||||
<view class="filter-tabs">
|
||||
<view
|
||||
@@ -119,6 +121,7 @@
|
||||
<button class="footer-btn confirm-btn" @click="handleConfirm">确认</button>
|
||||
</view>
|
||||
</view>
|
||||
</view><!-- end filter-body -->
|
||||
|
||||
|
||||
</view>
|
||||
@@ -230,10 +233,17 @@ const handleClose = () => {
|
||||
background-color: #fff;
|
||||
z-index: 9999;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-direction: column;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.filter-body {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex: 1;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.filter-header {
|
||||
height: 144rpx;
|
||||
display: flex;
|
||||
@@ -273,8 +283,7 @@ const handleClose = () => {
|
||||
border-right: 1rpx solid #eee;
|
||||
background-color: #f9f9f9;
|
||||
box-shadow: 3rpx 0 15rpx rgba(0, 0, 0, 0.05);
|
||||
height: 100vh;
|
||||
padding-top: 84rpx;
|
||||
height: 100%;
|
||||
box-sizing: border-box;
|
||||
|
||||
.tab-item {
|
||||
|
||||
Reference in New Issue
Block a user