Compare commits

..

No commits in common. "9c91131348dcba4913417ca3f0c67452ffc6996e" and "45451723124b514a3a207fd28ae0cc5cf3c2f0c2" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -95,7 +95,7 @@ const Page = () => {
<Table <Table
title={() => ( title={() => (
<> <>
<h2 style={{ textAlign: "center" }}>檀树岗水库{searchVal?.year}年日平均水位年报表</h2> <h2 style={{ textAlign: "center" }}>小玉潭水库{searchVal?.year}年日平均水位年报表</h2>
<div style={{ textAlign: "right" }}>单位m</div> <div style={{ textAlign: "right" }}>单位m</div>
</> </>
)} )}

View File

@ -94,7 +94,7 @@ const Page = () => {
<Table <Table
title={() => ( title={() => (
<> <>
<h2 style={{ textAlign: "center" }}>檀树岗水库{searchVal?.year}年日降雨年报表</h2> <h2 style={{ textAlign: "center" }}>小玉潭水库{searchVal?.year}年日降雨年报表</h2>
<div style={{ textAlign: "right" }}>单位mm</div> <div style={{ textAlign: "right" }}>单位mm</div>
</> </>
)} )}