|
@@ -2,7 +2,7 @@
|
|
|
* @Author: ChenYaJin
|
|
|
* @Date: 2021-06-16 14:21:39
|
|
|
* @LastEditors: LiZhiWei
|
|
|
- * @LastEditTime: 2025-04-16 11:49:31
|
|
|
+ * @LastEditTime: 2025-04-16 12:02:48
|
|
|
* @Description: 文件柜-预览文件
|
|
|
-->
|
|
|
<template>
|
|
@@ -37,7 +37,7 @@
|
|
|
<template v-if="!showError">
|
|
|
<div class="preview-inner" ref="preview-inner">
|
|
|
<!-- <div class="preview-mark" ref="bg-mark" id="bg-mark"></div> -->
|
|
|
- <div class="output" ref="output"></div>
|
|
|
+ <div v-show="!renderLoading" class="output" ref="output"></div>
|
|
|
</div>
|
|
|
</template>
|
|
|
<div class="error-wrapper" v-show="showError && !loadLoading">
|