xiubug / react-antd

基于react + redux + immutable + less + ES6/7 + webpack2.0 + fetch + react-router + antd实现的SPA后台管理系统模板

Home Page:http://antd.sosout.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

没有样式

walter211 opened this issue · comments

按照readme搭建起来后没有样式咧?

还有登录界面的输入框为什么怪怪的?

没有样式解决办法:index.html文件里,热替换模式下去掉引用app.css,正常模式下必须手动引用app.css。
<link href="/antd/dist/app.css" rel="stylesheet" />

输入框怪怪的描述更详细些,我好优化。