andy 1 anno fa
parent
commit
2335730c97
1 ha cambiato i file con 28 aggiunte e 6 eliminazioni
  1. 28 6
      pages/drawCard_infinite/drawCard_infinite.vue

+ 28 - 6
pages/drawCard_infinite/drawCard_infinite.vue

@@ -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;