zombieJ
c29323b448
Revert to remove FormItem explain-holder ( #14937 )
...
* Revert "Adjust style to be similar with origin (#14886 )"
This reverts commit 735175e3cf
.
* Revert "sync form item (#14778 )"
This reverts commit 5ac674e698
.
2019-02-19 23:24:07 +08:00
zombieJ
735175e3cf
Adjust style to be similar with origin ( #14886 )
...
* adjust style to be similar with origin
* update snapshot
* add missing extra logic
* adjust tiny
* fix margin
* use element to keep the place
* update snapshot
2019-02-18 16:42:02 +08:00
米老朱
6936599aef
Enhance stylelint rules ( #14803 )
...
* rename .stylelintrc to .stylelintrc.json for explicit file type
* add new npm script lint-fix:style
* fix pseudo-element with double colon
* function name should be lower except ignored functions
* support stylelint declaration-block-no-ignored-properties rule
* support sorted CSS properties order for readability and consistency
* autofix order of all styles by lint-fix:style script
* remove double slash comments after selector
* replace .stylelintignore with ignoreFiles in .stylelintrc.json
2019-02-15 10:48:07 +08:00
zombieJ
5ac674e698
sync form item ( #14778 )
...
* sync form item
* update snapshot
* use before
2019-02-13 21:45:47 +08:00
afc163
3fcb8fa0b3
💄 Fix stylelint errors
2019-01-28 19:06:38 +08:00
Ran Byron
4a5e681627
Allow vertical form labels to break line
2019-01-06 17:39:01 +02:00
afc163
c29daf952a
🔨 Merge master into feature
2018-12-22 18:02:10 +08:00
afc163
d78d0de36c
💄 Fix extra margin of nested form item
...
close #13748
2018-12-22 16:44:10 +08:00
zombiej
cdf4c1e6b8
merge origin/master
2018-12-18 19:18:08 +08:00
Teng YANG
c2d1d72675
Fix #13529 input group compact border color issues ( #13550 )
...
fix #13529
2018-12-18 16:53:45 +08:00
陈帅
8e11f0bdb9
merge support prettier
2018-12-07 20:02:01 +08:00
陈帅
dca9715186
support prettier
2018-12-07 18:27:30 +08:00
amedora
0aeb9a356b
use color definitions insted of numbers
2018-12-05 19:45:22 +08:00
zombiej
8a912e5426
add transfer form error style
...
fix #13273
2018-11-29 14:37:54 +08:00
afc163
595de71315
💄 tweak form control margin, close #13183
2018-11-27 00:36:01 +08:00
afc163
b1f9d36881
Fix different height of FormItem with help info
...
windows 7
close #12803
2018-10-27 17:40:05 +08:00
afc163
df5bf38bdc
Fix Form[inline] help and extra overlapped
...
close #12725
2018-10-26 23:53:57 +08:00
Benedikt Franke
ac2d094a4a
Inherit @form-feedback-icon-size from @font-size-base;
2018-09-04 11:01:46 +08:00
HeskeyBaozi
af11401d33
upgrade svg
2018-08-24 17:36:22 +08:00
HeskeyBaozi
c3816d2859
align validating icon with input suffix icon
2018-08-14 18:20:45 +08:00
HeskeyBaozi
b9a9c308c9
[breaking] remove iconfont-font class helper
2018-08-14 15:31:20 +08:00
HeskeyBaozi
768af40c4c
Merge branch 'feature-3.8.0' of https://github.com/ant-design/ant-design into feature/svg-icon
...
# Conflicts:
# components/drawer/__tests__/__snapshots__/Drawer.test.js.snap
# components/drawer/__tests__/__snapshots__/DrawerEvent.test.js.snap
# components/drawer/index.tsx
2018-07-25 12:03:00 +08:00
HeskeyBaozi
2f469a3404
use svg icon in form feedback
2018-07-25 11:42:26 +08:00
afc163
101fdc7241
Fix InputNumber overlap in fixed columns table
...
close #11408
ref #6289
2018-07-23 15:10:43 +08:00
jiang
9e01b24272
fix 10445 ( #10457 )
...
* fix 10445
* re help anim timing
* refactor
* use this.helpShow
* is show no set state
* remove state.helpShow
2018-05-10 21:48:11 +08:00
afc163
d95379cfa5
Fix broken style of Input with addons, close #10371
2018-05-05 19:50:48 +08:00
afc163
3d079af7cd
Fix Input.Group align issue in Form, close #10281
2018-04-27 15:57:27 +08:00
ddcat1115
a402fdd8b3
fix #9907 ( #9908 )
...
* fix #9907
* update snapshot
2018-04-04 15:29:59 +08:00
jiang
76994bd772
Remove Form Item help transition, fix #8831 ( #9675 )
...
* fix #8831
* remove help transition
2018-03-14 17:43:02 +08:00
VTHINKXIE
0070628fa8
style(module:form): narrow css selector ( #9648 )
2018-03-14 11:08:07 +08:00
afc163
1ae7da3878
Fix hasFeedback icon position in vertical form layout
...
close #9153 and #9309
2018-02-11 11:44:49 +08:00
afc163
9f2b4905f0
Fix AutoComplete border color in form
2018-01-31 10:47:25 +08:00
afc163
d4844bbaf8
tweak input group align in form item
2018-01-12 15:54:10 +08:00
afc163
314345cf8c
Fix Form[layout=vertical] style
2018-01-12 14:55:04 +08:00
afc163
3973d245b9
remove unused form control font-size reset
2018-01-05 22:44:39 +08:00
afc163
e1cea9e4e4
Tweak form feedback icon position
2017-12-22 17:35:55 +08:00
afc163
24f0359e2d
Fix some form components align
2017-12-22 15:22:22 +08:00
afc163
525efb8c76
Fix form item height problem
...
close #8701
revert fix of #6097 cause it does not exist in 3.x
2017-12-22 11:48:07 +08:00
ddcat1115
f780759f91
fix large size formItem vertical align ( #8495 )
...
* - fix large size input with prefix/suffix vertical align
- fix large size button vertical align
* use large size for formItem default line-height
* improve
2017-12-08 20:57:30 +08:00
ddcat1115
1f0ee08574
Form item vertical align ( #8415 )
...
* fix formItem vertical align
* fix formItem vertical align
* rebase master
2017-12-04 14:00:15 +08:00
Wei Zhu
01f4b4e713
Merge branch 'master' into antd-3.0
2017-12-01 11:50:07 +08:00
偏右
b531de3fee
Upgrade dev deps and fix lints ( #8358 )
...
* upgrade devDeps and fix lint
* Fix stylelint problems
2017-11-29 21:00:16 +08:00
ddcat1115
91fc059c9d
fix input with addon(in form) vertical align issue ( #8325 )
2017-11-29 11:20:38 +08:00
afc163
72741db902
Fix margin of nested FormItem, close #8320
2017-11-27 22:14:15 +08:00
Wei Zhu
4f1da98045
Merge branch 'master' into antd-3.0
2017-11-17 14:39:53 +08:00
afc163
b77e7ed554
Fix extra 0.5px height in chrome
...
close #8220
2017-11-17 12:13:07 +08:00
afc163
58e3743c6d
Tweak cascader arrow style
2017-11-10 17:15:02 +08:00
afc163
2e126c1323
Fix Rate style under form item
2017-11-10 17:09:35 +08:00
偏右
bdceb5f083
Review fix ( #8125 )
...
* Fix style
* Fix style
* fix lint
* Fix more styles
* Fix more styles
* update snap
2017-11-06 21:28:51 +08:00
afc163
ef443ad047
Merge branch 'master' into antd-3.0
2017-10-20 15:47:42 +08:00