mirror of
https://gitee.com/dromara/go-view.git
synced 2025-08-10 07:49:46 +08:00
feat: 市场引导
This commit is contained in:
parent
ae6641daa0
commit
923b27d982
@ -1,19 +1,41 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="go-project-template-market">
|
<div class="go-project-template-market">
|
||||||
<n-space vertical>
|
<div class="content-box">
|
||||||
<n-image object-fit="contain" height="300" preview-disabled :src="requireErrorImg()"></n-image>
|
<n-space vertical>
|
||||||
<n-h3>暂时还没有东西呢</n-h3>
|
<img src="https://goviewpro.goviewlink.com/charts-img-db/charts-img-db_id_5pimyysnnh8000.png" style="width: 100%" />
|
||||||
</n-space>
|
<img src="https://goviewpro.goviewlink.com/charts-img-db/charts-img-db_id_izetnl0654w00.png" style="height: 400px" />
|
||||||
|
<n-button text tag="a" href="https://ai.goviewlink.com/?channel=mayun" target="_blank" type="primary">
|
||||||
|
前往 GoViewPro 查看 👆
|
||||||
|
</n-button>
|
||||||
|
</n-space>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts"></script>
|
||||||
import { requireErrorImg } from '@/utils'
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
@include go("project-template-market") {
|
@include go('project-template-market') {
|
||||||
margin-top: 100px;
|
box-sizing: border-box;
|
||||||
@extend .go-flex-center;
|
height: calc(100vh - 62px);
|
||||||
|
padding-top: 3vh;
|
||||||
|
.content-box {
|
||||||
|
width: 700px;
|
||||||
|
margin: 0 auto 0;
|
||||||
|
padding: 20px;
|
||||||
|
border-radius: 10px;
|
||||||
|
background: linear-gradient(120deg, rgba(255, 255, 255, 0.15) 0%, rgba(29, 83, 163, 0.3) 99.09%);
|
||||||
|
box-shadow: 0px 0px 6px 6px rgba(0, 0, 0, 0.04);
|
||||||
|
@extend .go-flex-center;
|
||||||
|
img {
|
||||||
|
border-radius: 6px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@include dark() {
|
||||||
|
@include go('project-template-market') {
|
||||||
|
background-color: #18181c;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user