This commit is contained in:
xbx 2024-03-26 13:30:58 +08:00
commit 5f5c2a6b4a
6 changed files with 6 additions and 5 deletions

2
.env
View File

@ -2,7 +2,7 @@
VITE_PORT = 3100
# 网站标题
VITE_GLOB_APP_TITLE = 本科专业画像平台
VITE_GLOB_APP_TITLE = 哈师大四六级查询平台
# 简称,用于配置文件名字 不要出现空格、数字开头等特殊字符
VITE_GLOB_APP_SHORT_NAME = JeecgBootAdmin

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 84 KiB

View File

@ -34,7 +34,8 @@
flex-basis: 60%;
-webkit-flex-basis: 60%;
background-color: #0198cd;
background-image: url(../icon/jeecg_ad.png);
background-image: url(../icon/jeecg_ad.jpg);
opacity: 0.91;
background-size: cover;
}

View File

@ -4,7 +4,7 @@
<div class="app-loading-dots">
<span class="dot dot-spin"><i></i><i></i><i></i><i></i></span>
</div>
<div class="app-loading-title">本科专业画像平台</div>
<div class="app-loading-title">哈师大四六级查询平台</div>
</div>
</div>
</template>

View File

@ -9,10 +9,10 @@
<div class="aui-image">
<div class="aui-image-text">
<div>
<span class="introduce-text" >本科专业画像平台</span>
<span class="introduce-text" >哈师大四六级查询平台</span>
<br>
<br>
<span class="introduce-text" style="font-size: 15px;">深入分析,多维展示本科专业教育情况</span>
<span class="introduce-text" style="font-size: 15px;">深入分析 多维展示</span>
</div>
</div>
</div>