mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
新增时间
This commit is contained in:
@@ -1,14 +1,23 @@
|
||||
<template>
|
||||
<div class="go-project-my-template">
|
||||
<h1>
|
||||
我的模板
|
||||
</h1>
|
||||
<n-space vertical>
|
||||
<n-image
|
||||
object-fit="contain"
|
||||
height="400"
|
||||
preview-disabled
|
||||
:src="requireFallbackImg()"
|
||||
/>
|
||||
<n-h1>没有东西呢</n-h1>
|
||||
</n-space>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts"></script>
|
||||
<script setup lang="ts">
|
||||
import { requireUrl, requireFallbackImg } from '@/utils'
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
@include go('project-my-template') {
|
||||
@extend .go-flex-center;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user