fix: 抽离弹出框 hoo,解决bug

This commit is contained in:
MTrun
2021-12-21 10:06:03 +08:00
parent 72c7bb3ecc
commit 35a05c046b
12 changed files with 265 additions and 148 deletions
+4 -3
View File
@@ -3,21 +3,22 @@
<n-space vertical>
<n-image
object-fit="contain"
height="400"
height="300"
preview-disabled
:src="requireFallbackImg()"
/>
<n-h1>没有东西呢</n-h1>
<n-h3>暂时还没有东西呢</n-h3>
</n-space>
</div>
</template>
<script setup lang="ts">
import { requireUrl, requireFallbackImg } from '@/utils'
import { requireFallbackImg } from '@/utils'
</script>
<style lang="scss" scoped>
@include go('project-my-template') {
margin-top: 100px;
@extend .go-flex-center;
}
</style>