改名称

This commit is contained in:
2026-07-31 15:58:00 +08:00
parent 790f158cdb
commit 2a82167c23
7 changed files with 18 additions and 10 deletions

View File

@@ -235,7 +235,7 @@ export default {
.top-title {
height: 55px;
font-family: "YouSheBiaoTiHei", sans-serif;
font-size: 42px;
font-size: 36px;
color: #1E1651;
line-height: 55px;
letter-spacing: 6px;

View File

@@ -1,7 +1,7 @@
<template>
<div id="dayReport" class="dayReport" :style="styles">
<sidebar style="opacity: .9;" v-if="!sidebar.hide && openSider" class="sidebar-container" />
<ReportHeader top-title="洛玻集团运营驾驶舱" :dateData="dateData" :openSider="openSider" :is-full-screen="isFullScreen" @screenfullChange="screenfullChange"
<ReportHeader top-title="智能MES系统运营驾驶舱" :dateData="dateData" :openSider="openSider" :is-full-screen="isFullScreen" @screenfullChange="screenfullChange"
@siderOpenChange="siderOpenChange" @timeRangeChange="handleTimeChange" />
<div class="main-body"
style="margin-top: -20px; flex: 1; display: flex;padding: 0px 16px 0;flex-direction: column;">

View File

@@ -39,7 +39,7 @@
border-radius: 100%;
background: #26b9de;
"></span>
洛玻集团
智能MES系统
</p>
</div>
<video src="/static/videos/login.webm" muted autoplay loop style="
@@ -54,12 +54,12 @@
<div class="field">
<!-- [移动端]标题 -->
<h2 class="mobile-title">
<h3 class="title">洛玻集团</h3>
<h3 class="title">智能MES系统</h3>
</h2>
<h2 class="pc-title" style="">
<h3 class="title" style="">
<img src="../assets/logo/cnbm.png" alt="cnbm_logo" style="" class="cnbm_logo" />
<span>洛玻集团</span>
<span>智能MES系统</span>
</h3>
<h3 class="sub-title" style=""></h3>
</h2>