mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-12 11:19:56 +00:00
fix: 修复任务详情查看历史空白的情况
This commit is contained in:
parent
19eb05269b
commit
8545e0692c
@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div class="file-preview">
|
||||
<div class="single-task-content">
|
||||
<PageTitle :title="pageName"/>
|
||||
<Loading v-if="loadIng > 0"/>
|
||||
<div v-else-if="info" class="file-preview">
|
||||
@ -20,8 +20,10 @@
|
||||
</template>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.file-preview {
|
||||
border-radius: 0;
|
||||
.single-task-content {
|
||||
.file-preview {
|
||||
border-radius: 0;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
<script>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user