update index.vue settings.js

This commit is contained in:
不做码农 2021-12-17 22:13:22 +08:00
parent d1405ed9e6
commit d4bbcc38ed
2 changed files with 8 additions and 7 deletions

View File

@ -2,7 +2,7 @@ module.exports = {
/** /**
* 框架版本号 * 框架版本号
*/ */
version: '3.7.2', version: '3.7.3',
title: 'ZrAdmin.NET-后台管理', title: 'ZrAdmin.NET-后台管理',
/** /**
* 主题颜色 * 主题颜色

View File

@ -27,7 +27,7 @@
</el-col> </el-col>
</el-row> </el-row>
<el-row :gutter="20"> <el-row :gutter="20">
<el-col :span="14"> <el-col :span="16">
<el-card> <el-card>
<div slot="header" class="clearfix"> <div slot="header" class="clearfix">
<span>框架介绍</span> <span>框架介绍</span>
@ -50,7 +50,7 @@
</el-row> </el-row>
</el-card> </el-card>
</el-col> </el-col>
<el-col :span="6"> <el-col :span="8">
<el-card> <el-card>
<div slot="header" class="clearfix"> <div slot="header" class="clearfix">
<span>技术选型</span> <span>技术选型</span>
@ -82,7 +82,9 @@
</el-col> </el-col>
</el-card> </el-card>
</el-col> </el-col>
<el-col :span="4"> </el-row>
<el-row :gutter="20" class="mt10">
<el-col :span="8">
<el-card> <el-card>
<div slot="header" class="clearfix"> <div slot="header" class="clearfix">
<span>联系信息</span> <span>联系信息</span>
@ -92,14 +94,13 @@
</div> </div>
</el-card> </el-card>
</el-col> </el-col>
</el-row> <el-col :span="8">
<el-row :gutter="20">
<el-col :span="14">
<el-card> <el-card>
<div slot="header" class="clearfix"> <div slot="header" class="clearfix">
<span>捐赠支持</span> <span>捐赠支持</span>
</div> </div>
<div class="body"> <div class="body">
<div style="color:red">打赏作者喝杯咖啡</div>
<img src="@/assets/image/reward.jpg" alt="donate" width="80%" /> <img src="@/assets/image/reward.jpg" alt="donate" width="80%" />
</div> </div>
</el-card> </el-card>