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> <template>
<div class="webHead"> <div class="webHead">
<el-row> <div class="site-title">
<el-col :span="6"> {{t('common.siteTitle')}}
<div class="site-title"> </div>
{{t('common.siteTitle')}} <el-row style="height: 80px">
</div>
</el-col>
<el-col :span="16"> <el-col :span="16">
<ul class="menu"> <ul class="menu">
<li class="menu-item1"> <li class="menu-item1">
@ -41,7 +39,7 @@
</div> </div>
<!-- <!--
<div <div
class="pointer" class="pointer"
:class="pagePath == '/solution/small' ? 'x_blue _active' : ''" :class="pagePath == '/solution/small' ? 'x_blue _active' : ''"
@ -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;

View File

@ -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;
} }

View File

@ -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;