|
@@ -162,13 +162,34 @@
|
|
|
<uni-popup ref="popup">
|
|
|
<view class="popup-content oulist">
|
|
|
<img src="https://file.rongcyl.cn/festatic/bkm/oulist.png" class="w-full h-full" />
|
|
|
+ <div class="absolute left-0 right-0 bottom-0 overflow-scroll" style="height: 300px">
|
|
|
+ <div>123123</div>
|
|
|
+ <div>123123</div>
|
|
|
+ <div>123123</div>
|
|
|
+ <div>123123</div>
|
|
|
+ <div>123123</div>
|
|
|
+ <div>123123</div>
|
|
|
+ <div>123123</div>
|
|
|
+ <div>123123</div>
|
|
|
+ <div>123123</div>
|
|
|
+ <div>123123</div>
|
|
|
+ <div>123123</div>
|
|
|
+ <div>12312123123</div>
|
|
|
+ <div>12312123123</div>
|
|
|
+ <div>12312123123</div>
|
|
|
+ <div>12312123123</div>
|
|
|
+ <div>12312123123</div>
|
|
|
+ <div>12312123123</div>
|
|
|
+ <div>12312123123</div>
|
|
|
+ </div>
|
|
|
</view>
|
|
|
- <img
|
|
|
- src="https://file.rongcyl.cn/festatic/bkm/close.png"
|
|
|
- @click="closeList"
|
|
|
- class="w-9 h-9 mt-6"
|
|
|
- style="margin-left: 50%; transform: translateX(-50%); z-index: 9999; position: relative"
|
|
|
- />
|
|
|
+ <div @click="closeList">
|
|
|
+ <img
|
|
|
+ src="https://file.rongcyl.cn/festatic/bkm/close.png"
|
|
|
+ class="w-9 h-9 mt-6"
|
|
|
+ style="margin-left: 50%; transform: translateX(-50%); z-index: 9999; position: relative"
|
|
|
+ />
|
|
|
+ </div>
|
|
|
</uni-popup>
|
|
|
<view style="width: 100%; height: 100px"></view>
|
|
|
</view>
|
|
@@ -329,6 +350,7 @@ export default {
|
|
|
width: 330px;
|
|
|
height: 408px;
|
|
|
overflow: hidden;
|
|
|
+ position: relative;
|
|
|
}
|
|
|
.container {
|
|
|
background: #9ec8f9;
|