新增首页下载功能,以及完善首页样式

This commit is contained in:
Cool 2023-11-20 20:11:03 +08:00
parent 08d1ce4a17
commit d5fa596500
1 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@
<div class="header"> <div class="header">
<div class="welcDiv"> <div class="welcDiv">
<span class="welcText">欢迎使用ChatABC</span> <span class="welcText">欢迎使用ChatABC</span>
</div> </div>
<div> <div>
<el-col> <el-col>
@ -255,4 +256,4 @@ export default {
} }
} }
} }
}</style> }</style>