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", "name": "zr",
"version": "1.0.0", "version": "3.8.2",
"description": "ZRAdmin.NET管理系统", "description": "ZRAdmin.NET管理系统",
"author": "ZR", "author": "ZR",
"license": "MIT", "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>
<el-col :lg="8" :sm="24"> <el-col :lg="8" :sm="24">
<h2>{{ $t('layout.technicalSelection') }}</h2> <h2>{{ $t('layout.technicalSelection') }}</h2>
<el-col :span="10"> <div style="float: left; width: 50%">
<h4>{{ $t('layout.backendTechnology') }}</h4> <h4>{{ $t('layout.backendTechnology') }}</h4>
<ul> <ul>
<li>NET6</li> <li>NET6</li>
@ -79,8 +79,8 @@
<li>Signalr</li> <li>Signalr</li>
<li>...</li> <li>...</li>
</ul> </ul>
</el-col> </div>
<el-col :span="10"> <div style="float: right; width: 50%">
<h4>{{ $t('layout.frontendTechnology') }}</h4> <h4>{{ $t('layout.frontendTechnology') }}</h4>
<ul> <ul>
<li>Vue3</li> <li>Vue3</li>
@ -94,7 +94,7 @@
<li>I18n</li> <li>I18n</li>
<li>...</li> <li>...</li>
</ul> </ul>
</el-col> </div>
</el-col> </el-col>
</el-row> </el-row>
<el-divider /> <el-divider />