umi-tablayout
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import React, {PureComponent, useRef} from 'react';
|
||||
import { history } from 'umi';
|
||||
import { history } from '@umijs/max';
|
||||
import {
|
||||
Row,
|
||||
Col,
|
||||
@ -318,7 +318,7 @@ class manager extends PureComponent {
|
||||
kefuTip: true
|
||||
})
|
||||
}}>平台操作咨询︵<span>8:30</span><span>|</span><span>12:30</span><span>13:00</span><span>|</span><span>17:00</span>︶<img src={talkPng} /></a>
|
||||
<div className="dashboard" style={{ height: innerHeight - 70, overflow: "hidden" }}>
|
||||
<div className="dashboard" style={{ height: '100%', overflow: "hidden" }}>
|
||||
<Row className="topt">
|
||||
<Col span={12}><Card title="我的消息" bordered={false} className="cardtre" style={{ marginRight: "10px" }} extra={<div className="moret" onClick={() => history.push('/SystemMessage/message')}>更多<RightOutlined /></div>}>
|
||||
{trelist != [] && trelist.map((item, index) => {
|
||||
|
Reference in New Issue
Block a user