update
This commit is contained in:
@ -1,11 +1,9 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="webHead">
|
<div class="webHead">
|
||||||
<el-row>
|
|
||||||
<el-col :span="6">
|
|
||||||
<div class="site-title">
|
<div class="site-title">
|
||||||
{{t('common.siteTitle')}}
|
{{t('common.siteTitle')}}
|
||||||
</div>
|
</div>
|
||||||
</el-col>
|
<el-row style="height: 80px">
|
||||||
<el-col :span="16">
|
<el-col :span="16">
|
||||||
<ul class="menu">
|
<ul class="menu">
|
||||||
<li class="menu-item1">
|
<li class="menu-item1">
|
||||||
@ -296,7 +294,7 @@ dt {
|
|||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 80px;
|
//height: 80px;
|
||||||
padding: 0 260px;
|
padding: 0 260px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
@ -397,10 +395,13 @@ dt {
|
|||||||
|
|
||||||
.webHead {
|
.webHead {
|
||||||
.site-title{
|
.site-title{
|
||||||
height: 100%;
|
height: 80px;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: start;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
font-size: 24px;
|
||||||
|
margin-left: 32px;
|
||||||
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
.switch-locale {
|
.switch-locale {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|||||||
@ -574,7 +574,7 @@ watch(mapIndex, (newVal, oldVal) => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
width: 160px;
|
width: 80px;
|
||||||
border-right: 1px solid #0054ff;
|
border-right: 1px solid #0054ff;
|
||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -181,7 +181,7 @@ onMounted(() => {
|
|||||||
.tit {
|
.tit {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 34px;
|
font-size: 34px;
|
||||||
line-height: 80px;
|
line-height: 160px;
|
||||||
font-family: Source Han Sans CN;
|
font-family: Source Han Sans CN;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
|
|||||||
Reference in New Issue
Block a user