logo跟随配置文件
This commit is contained in:
parent
839daf2fc4
commit
48a255ff27
@ -2,13 +2,15 @@
|
|||||||
<div class="title-container">
|
<div class="title-container">
|
||||||
<img class="logo" src="/favicon.ico" />
|
<img class="logo" src="/favicon.ico" />
|
||||||
<div class="title">
|
<div class="title">
|
||||||
<span class="white">企业仓库</span>
|
<!-- <span class="white"></span>-->
|
||||||
<span class="blue"> 管理系统</span>
|
<span class="blue"> {{ title }} </span>
|
||||||
</div>
|
</div>
|
||||||
<el-tag class="tag" type="info" effect="plain" disable-transitions>BETA</el-tag>
|
<el-tag class="tag" type="info" effect="plain" disable-transitions>BETA</el-tag>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<script setup name="LoginFormTitle" lang="ts"></script>
|
<script setup name="LoginFormTitle" lang="ts">
|
||||||
|
const title = ref(import.meta.env.VITE_APP_TITLE)
|
||||||
|
</script>
|
||||||
<style rel="stylesheet/scss" lang="scss" scoped>
|
<style rel="stylesheet/scss" lang="scss" scoped>
|
||||||
.title-container {
|
.title-container {
|
||||||
height: 90px;
|
height: 90px;
|
||||||
@ -23,7 +25,7 @@
|
|||||||
.title {
|
.title {
|
||||||
font-size: 26px;
|
font-size: 26px;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
width: 320px;
|
width: 300px;
|
||||||
line-height: 50px;
|
line-height: 50px;
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user