duy 3 달 전
부모
커밋
2d6fb4e6a3
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      src/views/archives/manage/inspects.vue

+ 3 - 3
src/views/archives/manage/inspects.vue

@@ -14,11 +14,11 @@
             </template>
         </hc-new-card>
         <!-- 展开抽查 -->
-        <HcDrawer v-model="isCarrySpotChecksDrawer" uis="hc-carry-spot-checks-target" to-id="carry-spot-checks-layout-target1" flex @close="onCarrySpotChecksDrawerClose">
+        <HcDrawer v-model="isCarrySpotChecksDrawer" ui="hc-carry-spot-checks-target" to-id="carry-spot-checks-layout-target1" flex @close="onCarrySpotChecksDrawerClose">
             <div class="hc-carry-spot-checks-pdf">
-                <tepmplate v-loading="pdfLoading">
+                <div v-loading="pdfLoading" class="h-full">
                     <HcPdf v-if="isshowPdf" :src="pdfUrl" />
-                </tepmplate>
+                </div>
                 <el-tooltip content="展开/收起 右侧目录" placement="top" :disabled="!isBubble">
                     <div class="hc-csc-pdf-btn" @click="onCarryDataShow">
                         <HcIcon v-show="isCarryDataShow" name="arrow-right-s" />