Compare commits

...

2 Commits

2 changed files with 3 additions and 2 deletions

View File

@ -106,7 +106,7 @@ const Page = () => {
// showSizeChanger: true,
// pageSizeOptions: [ '100', '200']}:false}
dataSource={checked != '位移监测' ?tableData : showAllWyData?tableData:filteredWyList}
scroll={{ y: "650px"}}
scroll={{ y: "600px"}}
onRow={
(data)=>({
onClick:()=>{

View File

@ -89,6 +89,7 @@ let rzList = {
xAxis: {
type: 'category',
data: code.map(item => item.tm),
inverse:true,
axisLabel: {
// 坐标轴字体颜色
color: textColor,