cuiqian2004
2024-08-27 d84283821bb08d81d887f20a7118caf25b8b2714
pages/modal/3018.vue
@@ -2351,7 +2351,24 @@
      }
   }
</script>
<style lang="less">
<style>
   .popup-content {
      @include flex;
      align-items: center;
      justify-content: center;
      padding: 30rpx;
      background-color: #fff;
      /* height: 150px; */
      /* border: 1px solid red; */
   }
   .popup-height {
      @include height;
      /* width: 200px; */
   }
</style>
<style lang="scss">
   .uni-page-modal-3018 {
      display: flex;
      height: calc(100vh - 30rpx);
@@ -2614,26 +2631,14 @@
      .view-popup {
         position: relative;
      }
      .popup-content {
         @include flex;
         align-items: center;
         justify-content: center;
         padding: 30rpx;
         background-color: #fff;
         /* height: 150px; */
         /* border: 1px solid red; */
      }
      .popup-cont {
         overflow-y: auto;
         /* border: 1px solid red; */
      }
      .popup-height {
         @include height;
         /* width: 200px; */
      }
      .popup-header {
         font-size: 42rpx;