logo跟随配置文件
This commit is contained in:
parent
839daf2fc4
commit
48a255ff27
@ -2,13 +2,15 @@
|
||||
<div class="title-container">
|
||||
<img class="logo" src="/favicon.ico" />
|
||||
<div class="title">
|
||||
<span class="white">企业仓库</span>
|
||||
<span class="blue"> 管理系统</span>
|
||||
<!-- <span class="white"></span>-->
|
||||
<span class="blue"> {{ title }} </span>
|
||||
</div>
|
||||
<el-tag class="tag" type="info" effect="plain" disable-transitions>BETA</el-tag>
|
||||
</div>
|
||||
</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>
|
||||
.title-container {
|
||||
height: 90px;
|
||||
@ -23,7 +25,7 @@
|
||||
.title {
|
||||
font-size: 26px;
|
||||
font-weight: 700;
|
||||
width: 320px;
|
||||
width: 300px;
|
||||
line-height: 50px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user