update
This commit is contained in:
@ -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;
|
||||
|
@ -574,7 +574,7 @@ watch(mapIndex, (newVal, oldVal) => {
|
||||
}
|
||||
|
||||
.title {
|
||||
width: 160px;
|
||||
width: 80px;
|
||||
border-right: 1px solid #0054ff;
|
||||
word-break: break-all;
|
||||
}
|
||||
|
@ -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;
|
||||
|
Reference in New Issue
Block a user