This commit is contained in:
不做码农 2022-07-01 19:55:15 +08:00
parent eeff406f01
commit ea421f92bf
3 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
{
"name": "zr",
"version": "1.0.0",
"version": "3.8.2",
"description": "ZRAdmin.NET管理系统",
"author": "ZR",
"license": "MIT",

View File

@ -2,7 +2,7 @@ export default {
/**
* 框架版本号
*/
version: '3.8.1',
version: '3.8.2',
/**
* 网页标题
*/

View File

@ -65,7 +65,7 @@
</el-col>
<el-col :lg="8" :sm="24">
<h2>{{ $t('layout.technicalSelection') }}</h2>
<el-col :span="10">
<div style="float: left; width: 50%">
<h4>{{ $t('layout.backendTechnology') }}</h4>
<ul>
<li>NET6</li>
@ -79,8 +79,8 @@
<li>Signalr</li>
<li>...</li>
</ul>
</el-col>
<el-col :span="10">
</div>
<div style="float: right; width: 50%">
<h4>{{ $t('layout.frontendTechnology') }}</h4>
<ul>
<li>Vue3</li>
@ -94,7 +94,7 @@
<li>I18n</li>
<li>...</li>
</ul>
</el-col>
</div>
</el-col>
</el-row>
<el-divider />