gaoluyang
2025-12-29 bbdd646b82cb8c84079598b7200b1102fd247b28
src/components/imageUpload/viewQrCodeFiles.vue
@@ -2,22 +2,20 @@
  <view>
    <!-- 弹窗 -->
    <u-popup 
      v-model="dialogVisitable"
      :show="dialogVisitable"
      mode="center" 
      width="90%"
      height="80%"
      border-radius="20"
      @close="cancel"
      :closeable="true"
      :customStyle="{
        width: '92vw',
        maxWidth: '720rpx',
        height: '82vh'
      }"
    >
      <view class="popup-content">
        <view class="popup-header">
          <text class="popup-title">查看附件</text>
          <u-icon
            name="close"
            size="24"
            color="#999"
            @click="cancel"
          ></u-icon>
        </view>
        
        <view class="upload-container">
@@ -173,6 +171,7 @@
<style scoped lang="scss">
.popup-content {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}