Display problem with ant design - Stack Overflow
PHPz
PHPz 2017-05-19 10:17:37
0
1
515
import Menu from 'antd/lib/menu';
import 'antd/lib/menu/style/css';

export default class Nav extends React.Component {
    
    constructor() {
        super();
    }
    render() {
    
        return <Menu>
                <Menu.Item>A</Menu.Item>
                <Menu.Item>B</Menu.Item>
                <Menu.Item>C</Menu.Item>
            </Menu>
    }
}

Just wrote these few lines and the display is messy. . As follows, I checked the css from the console and it was imported

PHPz
PHPz

学习是最好的投资!

reply all(1)
左手右手慢动作

Must write mode="horizontal" . . . . .

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template