mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 14:13:37 +08:00
update rc-style repo url
This commit is contained in:
parent
2213e2c73d
commit
08dc95eadc
@ -33,8 +33,9 @@
|
||||
|
||||
选择日期的回调。
|
||||
|
||||
|
||||
<style>
|
||||
.rc-calendar-picker-input {
|
||||
.code-box-demo .rc-calendar-picker-input {
|
||||
width: 200px;
|
||||
}
|
||||
</style>
|
||||
|
2
index.js
2
index.js
@ -1,4 +1,4 @@
|
||||
require('rc-style/dist/index.css');
|
||||
require('rc-style/index.less');
|
||||
|
||||
var antd = {
|
||||
datepicker: require('./components/datepicker')
|
||||
|
@ -14,7 +14,7 @@
|
||||
"gregorian-calendar": "~3.0.0",
|
||||
"gregorian-calendar-format": "~3.0.1",
|
||||
"rc-calendar": "~3.7.0",
|
||||
"rc-style": "git://github.com/react-component/style.git"
|
||||
"rc-style": "git://github.com/ant-design/style.git"
|
||||
},
|
||||
"devDependencies": {
|
||||
"concurrently": "~0.1.0",
|
||||
|
Loading…
Reference in New Issue
Block a user