Commit 3a0bc17e authored by 范骋宇's avatar 范骋宇 🇺🇸

logo替换

parent 4635c818
<template>
<div class="navbar">
<div class="hamburger-container">
<span style="cursor: pointer" @click="goHome">
<img src="/images/logo.png" class="login-box" alt="">
</span>
<!-- <span > -->
<img style="cursor: pointer" src="/images/logo.png" class="login-box" alt="" @click="goHome">
<!-- </span> -->
<div v-if="activeModel" class="login-module">
<span class="dex" style="cursor: pointer;" @click="goHome">DEX</span>
<span class="dex" style="cursor: pointer;" @click="goHome">多传感器联合标定与校准系统数据库管理软件</span>
<span class="moudle-name">{{ $t(activeModel.name ? activeModel.name : formatMoudle[activeModel.id]) }}</span>
<!-- <span>>></span>
<span>{{ routeName }}</span> -->
......@@ -258,7 +258,7 @@ export default {
}
.login-box {
height: 20px;
height: 30px;
}
.hamburger-container {
......@@ -281,10 +281,10 @@ export default {
align-items: center;
.dex {
font-size: 20px;
font-weight: 900;
font-style: italic;
font-family: '方正黑体';
font-size: 15px;
// font-weight: 900;
// font-style: italic;
// font-family: '方正黑体';
padding-right: 15px;
position: relative;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment