mirror of
https://github.com/kuaifan/dootask.git
synced 2026-01-15 11:18:12 +00:00
perf: 查看文件修改历史时文本编辑器、图表点击编辑历史窗口不隐藏
This commit is contained in:
parent
ee485020d1
commit
f70da2c4a2
@ -69,6 +69,7 @@
|
||||
<Minder v-else-if="file.type=='mind'" ref="myMind" v-model="contentDetail" @saveData="handleClick('saveBefore')"/>
|
||||
<AceEditor v-else-if="['code', 'txt'].includes(file.type)" v-model="contentDetail.content" :ext="file.ext" @saveData="handleClick('saveBefore')"/>
|
||||
<OnlyOffice v-else-if="['word', 'excel', 'ppt'].includes(file.type)" v-model="contentDetail" :documentKey="documentKey"/>
|
||||
<div v-if="historyShow" class="content-mask"></div>
|
||||
</div>
|
||||
</template>
|
||||
<div v-if="contentLoad" class="content-load"><Loading/></div>
|
||||
|
||||
@ -202,6 +202,15 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.content-mask {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
z-index: 2;
|
||||
}
|
||||
}
|
||||
|
||||
.content-load {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user