Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dva-cli 0.7.0 roadhog 怎么更改antd-mobile的样式啊 #562

Closed
wm3445 opened this issue Feb 7, 2017 · 3 comments
Closed

dva-cli 0.7.0 roadhog 怎么更改antd-mobile的样式啊 #562

wm3445 opened this issue Feb 7, 2017 · 3 comments
Labels

Comments

@wm3445
Copy link

wm3445 commented Feb 7, 2017

package.json 如下

{
  "private": true,
  "dependencies": {
    "antd-mobile": "^0.9.0",
    "babel-runtime": "^6.20.0",
    "dva": "^1.0.0",
    "react": "^15.1.0",
    "react-dom": "^15.1.0"
  },
  "devDependencies": {
    "babel-plugin-dva-hmr": "^0.2.1",
    "babel-plugin-import": "^1.0.1",
    "babel-plugin-transform-runtime": "^6.15.0",
    "expect": "^1.20.2",
    "redbox-react": "^1.2.10",
    "roadhog": "^0.3.2"
  },
  "scripts": {
    "start": "roadhog server",
    "build": "roadhog build",
    "test": "roadhog test"
  }
  ,
  "theme": {
    "@brand-primary": "#64bfae",
    "@color-text-base":"#64bfae"
  }
}
@sorrycc
Copy link
Member

sorrycc commented Feb 8, 2017

可以参考这个 Commit,是 antd 的自定义的例子,antd-mobile 没试过,应该也类似吧。

@wm3445
Copy link
Author

wm3445 commented Feb 8, 2017

好的谢谢

@wm3445 wm3445 closed this as completed Feb 8, 2017
afc163 added a commit to ant-design/ant-design that referenced this issue Feb 9, 2017
@afc163
Copy link
Contributor

afc163 commented Feb 10, 2017

#575

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants