Compare commits

..

No commits in common. "49d705e126960f8470baa26d608d9df8466650c7" and "a9767189996bb46fa48a95a4913676f8e26526fa" have entirely different histories.

2 changed files with 2 additions and 3 deletions

View File

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

View File

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