feat: 预览图
This commit is contained in:
parent
44f0578e8c
commit
b58d62891a
@ -32,7 +32,7 @@ SnowAdmin 一款基于 Vue3、TypeScript、Vite5、Pinia、Arco-Design 开源的
|
|||||||
|
|
||||||
### 预览
|
### 预览
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
<div class="banner_box">
|
<div class="banner_box">
|
||||||
<div class="banner_title">
|
<div class="banner_title">
|
||||||
<SvgIcon name="snow" size="25" />
|
<SvgIcon name="snow" size="25" />
|
||||||
DC-Admin
|
{{ title }}
|
||||||
</div>
|
</div>
|
||||||
<div class="banner_img">
|
<div class="banner_img">
|
||||||
<SvgIcon name="数据时代" size="100%" />
|
<SvgIcon name="数据时代" size="100%" />
|
||||||
@ -10,7 +10,10 @@
|
|||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup lang="ts"></script>
|
<script setup lang="ts">
|
||||||
|
// 全局title
|
||||||
|
const title = import.meta.env.VITE_GLOB_APP_TITLE;
|
||||||
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.banner_box {
|
.banner_box {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user