|
|
@@ -2,8 +2,9 @@
|
|
|
<div class="dcs_tanks">
|
|
|
<!-- 固定头部 -->
|
|
|
<div class="fixed-header" ref="fixedHeader">
|
|
|
- <HeaderComponent title="硫酸钠-参数配置" backTo="/controlPage/flowSelect" />
|
|
|
+ <HeaderComponent title="硫酸钠 - 控制页面" backTo="/controlPage/flowSelect" />
|
|
|
<PageNav :items="navItems" :currentCode="flowCode" />
|
|
|
+ <PageSwitcher />
|
|
|
</div>
|
|
|
|
|
|
<!-- 主内容区 -->
|
|
|
@@ -366,8 +367,7 @@ onBeforeUnmount(() => {
|
|
|
|
|
|
.tank_section {
|
|
|
padding: 16px 18px;
|
|
|
- gap: 16px;
|
|
|
- scroll-margin-top: 140px;
|
|
|
+ gap: 16px; scroll-margin-top: 140px;
|
|
|
}
|
|
|
|
|
|
.equipment_item {
|