This commit is contained in:
parent
17ce21f9dd
commit
a93308d5dd
|
|
@ -27,7 +27,7 @@
|
||||||
|
|
||||||
<screenfull id="screenfull" class="right-menu-item hover-effect" />
|
<screenfull id="screenfull" class="right-menu-item hover-effect" />
|
||||||
|
|
||||||
<el-tooltip content="主题模式" effect="dark" placement="bottom">
|
<!-- <el-tooltip content="主题模式" effect="dark" placement="bottom">
|
||||||
<div
|
<div
|
||||||
class="right-menu-item hover-effect theme-switch-wrapper"
|
class="right-menu-item hover-effect theme-switch-wrapper"
|
||||||
@click="toggleTheme"
|
@click="toggleTheme"
|
||||||
|
|
@ -35,7 +35,7 @@
|
||||||
<svg-icon v-if="settingsStore.isDark" icon-class="sunny" />
|
<svg-icon v-if="settingsStore.isDark" icon-class="sunny" />
|
||||||
<svg-icon v-if="!settingsStore.isDark" icon-class="moon" />
|
<svg-icon v-if="!settingsStore.isDark" icon-class="moon" />
|
||||||
</div>
|
</div>
|
||||||
</el-tooltip>
|
</el-tooltip> -->
|
||||||
|
|
||||||
<el-tooltip content="布局大小" effect="dark" placement="bottom">
|
<el-tooltip content="布局大小" effect="dark" placement="bottom">
|
||||||
<size-select id="size-select" class="right-menu-item hover-effect" />
|
<size-select id="size-select" class="right-menu-item hover-effect" />
|
||||||
|
|
|
||||||
|
|
@ -2,13 +2,13 @@
|
||||||
<div class="home">
|
<div class="home">
|
||||||
<section class="home-hero">
|
<section class="home-hero">
|
||||||
<div class="home-hero-main">
|
<div class="home-hero-main">
|
||||||
<p class="home-tag">计划管理平台 · 占位首页</p>
|
<p class="home-tag">计划管理平台 · 首页</p>
|
||||||
<h1 class="home-title">
|
<h1 class="home-title">
|
||||||
欢迎进入<br />
|
欢迎进入<br />
|
||||||
运检站计划管理平台
|
运检站计划管理平台
|
||||||
</h1>
|
</h1>
|
||||||
<p class="home-subtitle">
|
<p class="home-subtitle">
|
||||||
这里将展示整体经营概况、计划执行情况等关键信息。当前为静态占位页,后续可根据产品设计替换为正式首页。
|
这里将展示整体经营概况、计划执行情况等关键信息。当前为静态页,后续可根据产品设计替换为正式首页。
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<!-- <div class="home-hero-panel">
|
<!-- <div class="home-hero-panel">
|
||||||
|
|
@ -47,7 +47,7 @@
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="home-footer-note">
|
<section class="home-footer-note">
|
||||||
<p>当前首页仅展示静态占位信息,后续根据实际需求替换为正式大屏或经营驾驶舱。</p>
|
<p>当前首页仅展示静态信息,后续根据实际需求替换为正式大屏或经营驾驶舱。</p>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue