Compare commits
No commits in common. "d3a55d163bd32260e572c46704dffb78846a822e" and "3ea7b0f103a0adc5fddd0ef406bb7173f8caf5ef" have entirely different histories.
d3a55d163b
...
3ea7b0f103
|
|
@ -8,7 +8,6 @@ import moment from "moment"
|
|||
import ToolBar from './toolbar';
|
||||
import TableData from './TableData'
|
||||
import drpOption from './drpOption';
|
||||
import '../TangYanBa.less'
|
||||
|
||||
function ShenYa({ id, data, dispatch, onCancel }) {
|
||||
console.log('SY',data);
|
||||
|
|
@ -97,7 +96,7 @@ function ShenYa({ id, data, dispatch, onCancel }) {
|
|||
<div style={{padding:'0 20px'}}>
|
||||
<ToolBar search={(tms)=>getData(tms,data.stationCode)} setTabVal={setTabVal}/>
|
||||
</div>
|
||||
<div className='homeModal2_content' >
|
||||
<div className='homeModal2_content'>
|
||||
{
|
||||
tabVal==='1'?
|
||||
tableData.length>0?
|
||||
|
|
|
|||
|
|
@ -103,7 +103,6 @@
|
|||
flex: 1;
|
||||
display: flex;
|
||||
flex-direction: row-reverse;
|
||||
// float: right;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -112,13 +111,3 @@
|
|||
border-radius: 10px;
|
||||
}
|
||||
}
|
||||
.homeModal2{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
.homeModal2_content{
|
||||
height: 504px;
|
||||
display: flex;
|
||||
padding: 5px 20px 20px 20px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -317,13 +317,13 @@ export default function Xmzlmb() {
|
|||
columns={columns1}
|
||||
key="inx"
|
||||
dataSource={dataSources}
|
||||
pagination={{pageSize:5}}
|
||||
scroll={{ x: width, y: 250, scrollToFirstRowOnChange: true }}
|
||||
onRow={record => {
|
||||
return {
|
||||
onClick:() => {echartsRef.current.getEchartsInstance().setOption(jrxOption(record,dbType))}
|
||||
}
|
||||
}}
|
||||
pagination={false}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -66,7 +66,7 @@ const Page = () => {
|
|||
>
|
||||
<div style={{ display: 'flex', justifyContent: 'center', alignItems: 'center', width:'72%',height:'98%',}}>
|
||||
|
||||
<Image src={url} id="img" style={{margin:'auto',margin:'20px',height:'750px'}} preview={false} />
|
||||
<Image src={url} id="img" preview={false} />
|
||||
|
||||
</div>
|
||||
</Rnd>
|
||||
|
|
|
|||
Loading…
Reference in New Issue