fix loading margin
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
</t-tab-panel>
|
</t-tab-panel>
|
||||||
</t-tabs>
|
</t-tabs>
|
||||||
<div v-if="file" :class="`viewer ${clazz}`" @click="file.isPreview = false">
|
<div v-if="file" :class="`viewer ${clazz}`" @click="file.isPreview = false">
|
||||||
<loading class="loading" :showOn="isLoading" />
|
<loading class="loading" :showOn="isLoading" margin="1rem 0 0 0" />
|
||||||
<div
|
<div
|
||||||
v-if="file.viewerType === FileViewerType.NOT_SUPPORT"
|
v-if="file.viewerType === FileViewerType.NOT_SUPPORT"
|
||||||
class="not-support"
|
class="not-support"
|
||||||
|
|||||||
Reference in New Issue
Block a user