Merge branch 'DEV' of http://82.157.76.162:3000/Big-Data-Lab/CET-vue-3.0 into DEV
This commit is contained in:
commit
5f5c2a6b4a
2
.env
2
.env
|
@ -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 |
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue