fix : 细节优化

This commit is contained in:
2024-03-05 09:10:25 +08:00
parent 5ea66f0be7
commit 8a7594b675
8 changed files with 9 additions and 55 deletions

View File

@@ -1,6 +1,6 @@
<template>
<div class="logo" ref="logo">
<span v-if="!siderbarStore.isCollapse">FateVerse</span>
<span v-if="!siderbarStore.isCollapse">科研管理平台</span>
</div>
<el-scrollbar :height="`calc(100vh - ${logoHeight}px)`" style="background-color: #ffffff">
<el-menu

View File

@@ -4,14 +4,12 @@
<el-image :src="homeImage" style="width: 380px"/>
<div class="top-right">
<div>Admin欢迎回来</div>
<div>
开源等于互助开源需要大家一起来支持欢迎加入我们缘境后台管理系统是一套基于角色的权限管理系统, 方便用户更好的管理各项数据; 对于开发者而言, 它是一套快速开发框架
</div>
</div>
</div>
<div class="home-top-right">
<el-image :src="coffee" style="height: 100px"/>
<span>FateVerse 缘境系统</span>
<span>科研管理平台</span>
</div>
</div>
<!-- <el-row :gutter="10" type="flex">-->

View File

@@ -6,7 +6,7 @@
:rules="rules"
label-width="65px"
>
<h3>FateVerse</h3>
<h3>科研管理平台</h3>
<el-form-item prop="username" label="账号">
<el-input v-model="loginForm.username" :prefix-icon="User" ></el-input>
</el-form-item>