This commit is contained in:
aihe 2024-04-26 17:10:22 +08:00
parent 1e2bcb76d9
commit 42bf55023d
2 changed files with 6 additions and 13 deletions

View File

@ -1,7 +1,7 @@
<template>
<tpx-dialog :show="show" title="选择线路" @onClose="handleCloseModal()">
<tpx-scroll-view v-model:resObject="resObject" :searchParam="searchParam" :getListFun="getListFun" size="sm" :showLoadedAll="false" @onListChange="onListChange">
<view class="shet-cont">
<view class="shet-cont">
<tpx-scroll-view v-model:resObject="resObject" :searchParam="searchParam" :getListFun="getListFun" size="sm" :showLoadedAll="false" @onListChange="onListChange">
<!-- 关键字搜索框 -->
<tpx-search placeholder="请输入" v-model:value="searchParam.keyword" bgColor="#FFF"></tpx-search>
@ -28,9 +28,8 @@
</tpx-checkitems>
</view>
</view>
</tpx-scroll-view>
</tpx-scroll-view>
</view>
</tpx-dialog>
</template>
@ -105,6 +104,6 @@
<style scoped lang="scss">
.shet-cont{
padding: 10rpx 0 30rpx 0;
height: calc(60vh);
}
</style>

View File

@ -14,11 +14,7 @@
<view style="height: 1rpx;background-color: rgb(214, 215, 217);position: absolute;left: 0rpx;right: 0rpx;;"></view>
</view>
<view class="lgd-body" :style="`padding: 0rpx 30rpx;${contentStyle}`">
<view class="pos-rlt" style="flex: 1;">
<view class="pos-abt-all">
<slot></slot>
</view>
</view>
<slot></slot>
</view>
</view>
</view>
@ -147,8 +143,6 @@
.type-sheet .lgd-body {
position: relative;
flex: 1;
display: flex;
flex-direction: column;
overflow: auto;
overflow-x: hidden;
}