This commit is contained in:
quantulr
2023-11-02 16:54:19 +08:00
parent f2878af4b3
commit 3d812fe08e
3 changed files with 13 additions and 12 deletions

View File

@ -1,11 +1,9 @@
<template>
<div class="webHead">
<el-row>
<el-col :span="6">
<div class="site-title">
{{t('common.siteTitle')}}
</div>
</el-col>
<div class="site-title">
{{t('common.siteTitle')}}
</div>
<el-row style="height: 80px">
<el-col :span="16">
<ul class="menu">
<li class="menu-item1">
@ -41,7 +39,7 @@
</div>
<!--
<div
class="pointer"
:class="pagePath == '/solution/small' ? 'x_blue _active' : ''"
@ -296,7 +294,7 @@ dt {
top: 0;
left: 0;
width: 100%;
height: 80px;
//height: 80px;
padding: 0 260px;
box-sizing: border-box;
background: #ffffff;
@ -397,10 +395,13 @@ dt {
.webHead {
.site-title{
height: 100%;
height: 80px;
display: flex;
justify-content: center;
justify-content: start;
align-items: center;
font-size: 24px;
margin-left: 32px;
font-weight: bold;
}
.switch-locale {
position: absolute;

View File

@ -574,7 +574,7 @@ watch(mapIndex, (newVal, oldVal) => {
}
.title {
width: 160px;
width: 80px;
border-right: 1px solid #0054ff;
word-break: break-all;
}

View File

@ -181,7 +181,7 @@ onMounted(() => {
.tit {
text-align: center;
font-size: 34px;
line-height: 80px;
line-height: 160px;
font-family: Source Han Sans CN;
font-weight: bold;
color: #ffffff;