Browse Source

修改预览pdf图片

yangg 6 months ago
parent
commit
178d14ac15

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


+ 0 - 1
dist/static/css/chunk-c4d1e38a.a3565f7b.css

@@ -1 +0,0 @@
-.project-search[data-v-9ff3c1da]{display:-webkit-box;display:-ms-flexbox;display:flex;padding:10px;font-size:12px}.listClass[data-v-9ff3c1da]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.excel-table[data-v-9ff3c1da]{width:100%;overflow-y:auto}.excel-table table[data-v-9ff3c1da]{border-collapse:collapse;width:100%;margin-bottom:20px}.excel-table td[data-v-9ff3c1da],.excel-table th[data-v-9ff3c1da]{border:1px solid #ddd;padding:8px;text-align:left;white-space:nowrap}.excel-table th[data-v-9ff3c1da]{background-color:#f2f2f2;font-weight:700;position:sticky;top:0;z-index:1}.excel-table tr[data-v-9ff3c1da]:nth-child(2n){background-color:#f9f9f9}.no-data[data-v-9ff3c1da]{font-size:18px;color:#909399;text-align:center;margin-top:50px}.pagination[data-v-9ff3c1da]{position:fixed;bottom:0;right:51%}.movable-dialog[data-v-9ff3c1da]{position:absolute!important}[data-v-9ff3c1da] .el-dialog__header{cursor:move}.loading-more[data-v-9ff3c1da]{text-align:center;padding:10px 0;color:#909399}

+ 1 - 0
dist/static/css/chunk-da1ea248.e7db61f4.css

@@ -0,0 +1 @@
+.project-search[data-v-6bf81adf]{display:-webkit-box;display:-ms-flexbox;display:flex;padding:10px;font-size:12px}.listClass[data-v-6bf81adf]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.excel-table[data-v-6bf81adf]{width:100%;overflow-y:auto}.excel-table table[data-v-6bf81adf]{border-collapse:collapse;width:100%;margin-bottom:20px}.excel-table td[data-v-6bf81adf],.excel-table th[data-v-6bf81adf]{border:1px solid #ddd;padding:8px;text-align:left;white-space:nowrap}.excel-table th[data-v-6bf81adf]{background-color:#f2f2f2;font-weight:700;position:sticky;top:0;z-index:1}.excel-table tr[data-v-6bf81adf]:nth-child(2n){background-color:#f9f9f9}.no-data[data-v-6bf81adf]{font-size:18px;color:#909399;text-align:center;margin-top:50px}.pagination[data-v-6bf81adf]{position:fixed;bottom:0;right:51%}.movable-dialog[data-v-6bf81adf]{position:absolute!important}[data-v-6bf81adf] .el-dialog__header{cursor:move}.loading-more[data-v-6bf81adf]{text-align:center;padding:10px 0;color:#909399}

File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.07f7365e.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-c4d1e38a.4232c842.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-da1ea248.65a1a6b3.js


+ 1 - 1
src/views/knowledgeMenu/category/infoList.vue

@@ -30,7 +30,7 @@
           style="margin-bottom: 20px"
           @click="scrollToPage(item.page_number, item.coordinate)"
         >
-          <span v-if="item.SubType !== 'table'">{{ item.content }}</span>
+          <span v-if="item.url==''">{{ item.content }}</span>
           <img v-else :src="item.url" alt="" />
         </div>
       </div>

Some files were not shown because too many files changed in this diff