]> git.immae.eu Git - github/fretlink/time-picker.git/commitdiff
release 1.0.0 1.0.0
authoryiminghe <yiminghe@gmail.com>
Mon, 21 Dec 2015 09:12:57 +0000 (17:12 +0800)
committeryiminghe <yiminghe@gmail.com>
Mon, 21 Dec 2015 09:14:03 +0000 (17:14 +0800)
HISTORY.md
assets/index/Picker.less
examples/pick-time.js
package.json

index f72f67a61c2621e39bb5f174b68109f765b73865..2c90f678d96719940e5ccac4db9081133197b362 100644 (file)
@@ -2,6 +2,11 @@
 
 ---
 
+1.0.0 / 2015-12-21
+-------------------------
+
+release!
+
 1.0.0-alpha9 / 2015-12-16
 ------------------
 
index bc7deb59f15f4f204c0ecd08f919cf8204fb8c76..76bf834acd5633d966d8971d6de80aaeb16d286f 100644 (file)
@@ -1,6 +1,6 @@
 .@{prefixClass} {
   &-input {
-    width: 150px;
+    width: 100%;
     position: relative;
     display: inline-block;
     padding: 4px 7px;
index f66e416ba64b72d5d14c7b204f5e75531a15c80f..dbe1c966d3295c73e360e58abf9e5bef56311e56 100644 (file)
@@ -26,6 +26,7 @@ function onChange(value) {
 
 ReactDom.render(
   <TimePicker formatter={formatter} locale={TimePickerLocale}
+              style={{width: 100}}
               showSecond={showSecond}
               defaultValue={now}
               className="xxx"
index 358a38fff5aa280e752cac9620c36218a891cb2e..5fc51810b83b62f45ffb7c4174f26335708cbdb6 100644 (file)
@@ -28,7 +28,7 @@
   },
   "licenses": "MIT",
   "config": {
-    "port": 8001
+    "port": 8011
   },
   "scripts": {
     "build": "rc-tools run build",