uu
This commit is contained in:
parent
1e2bcb76d9
commit
42bf55023d
@ -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>
|
||||
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user