This commit is contained in:
BianLzhaoMin 2025-12-31 10:08:05 +08:00
parent 17ce21f9dd
commit a93308d5dd
2 changed files with 6 additions and 6 deletions

View File

@ -27,7 +27,7 @@
<screenfull id="screenfull" class="right-menu-item hover-effect" />
<el-tooltip content="主题模式" effect="dark" placement="bottom">
<!-- <el-tooltip content="主题模式" effect="dark" placement="bottom">
<div
class="right-menu-item hover-effect theme-switch-wrapper"
@click="toggleTheme"
@ -35,7 +35,7 @@
<svg-icon v-if="settingsStore.isDark" icon-class="sunny" />
<svg-icon v-if="!settingsStore.isDark" icon-class="moon" />
</div>
</el-tooltip>
</el-tooltip> -->
<el-tooltip content="布局大小" effect="dark" placement="bottom">
<size-select id="size-select" class="right-menu-item hover-effect" />

View File

@ -2,16 +2,16 @@
<div class="home">
<section class="home-hero">
<div class="home-hero-main">
<p class="home-tag">计划管理平台 · 占位首页</p>
<p class="home-tag">计划管理平台 · 首页</p>
<h1 class="home-title">
欢迎进入<br />
运检站计划管理平台
</h1>
<p class="home-subtitle">
这里将展示整体经营概况计划执行情况等关键信息当前为静态占位后续可根据产品设计替换为正式首页
这里将展示整体经营概况计划执行情况等关键信息当前为静态后续可根据产品设计替换为正式首页
</p>
</div>
<!-- <div class="home-hero-panel">
<!-- <div class="home-hero-panel">
<div class="panel-header">今日概览</div>
<div class="panel-body">
<div class="panel-item">
@ -47,7 +47,7 @@
</section>
<section class="home-footer-note">
<p>当前首页仅展示静态占位信息后续根据实际需求替换为正式大屏或经营驾驶舱</p>
<p>当前首页仅展示静态信息后续根据实际需求替换为正式大屏或经营驾驶舱</p>
</section>
</div>
</template>