Leopoldthecoder
e064b78e9b
[build] 1.3.0
2017-05-05 08:37:30 +08:00
任侠
b269c22bba
table: set width for each td>div.cell.el-tooltip element(#2198,#3128)
2017-05-05 08:06:02 +08:00
baiyaaaaa
7adb556ed4
fix uploading progress text style
2017-05-04 13:56:21 +08:00
baiyaaaaa
17e2d458ae
fix uploading style bug
2017-05-04 13:56:21 +08:00
Leopoldthecoder
fca6207b7e
[build] 1.3.0-beta.3
2017-05-03 15:49:29 +08:00
Leopoldthecoder
d6265daf73
fix datepicker test, revert emitter-removing attempt
2017-05-03 15:20:47 +08:00
cinwell.li
378c33d001
Merge pull request #4572 from baiyaaaaa/dev
...
fix preview when auto-upload is false(#4387 )
2017-05-02 18:36:00 +08:00
Boik
1e97585690
Checkbox: fix a typo in checkbox.css
2017-05-02 14:16:09 +08:00
baiyaaaaa
09cb7049a8
fix preview when auto-upload is false
2017-05-02 11:33:35 +08:00
Paul
54e2047818
[Carousel] Add an optional label to indicator buttons ( #4317 )
...
* Add optional label to indicator buttons
* Add styling for indicator labels
* Fix positioning of indicators
* Update item.vue
* Update main.vue
* Update carousel.css
2017-04-30 15:02:42 +08:00
Leopoldthecoder
612c6b2c6c
[build] 1.3.0-beta.2
2017-04-28 22:13:22 +08:00
Leopoldthecoder
7c5599224a
[build] 1.3.0-beta.1
2017-04-28 17:18:31 +08:00
杨奕
ec3895fdba
Transfer ( #4337 )
...
* add transfer
* Transfer: add English doc
* Transfer: add tests
* update locale files
2017-04-28 16:15:49 +08:00
杨奕
349894d107
Table: add summary row, fixed #1307 , fixed #4451 ( #4484 )
2017-04-28 15:53:39 +08:00
Leopoldthecoder
45043754df
update dependencies
2017-04-28 14:09:25 +08:00
Leopoldthecoder
7c9ec6d19d
Radio: fix radio-button style when nested in a form-item
2017-04-28 13:53:45 +08:00
杨奕
beac09e5b2
Slider: update vertical mode ( #4375 )
2017-04-27 08:28:38 +08:00
杨奕
92b4156aaa
Select: optimize performance of long option list ( #4444 )
2017-04-26 00:08:15 +08:00
Mathieu DARTIGUES
0bf50bfc2e
Add button style to checkbox ( #3697 )
...
* Add button style to checkbox
* Implement min/max for checkbox button group
* Fixing a display bug when chekbox is ':checked'
* Update docs to integrate example button+min/max option
* Register correctly checkbox-button
Last fixes after cherry pick and bad rebase...
2017-04-21 16:12:38 +08:00
devange
8e1d8329aa
Slider: add vertical mode
2017-04-21 14:13:59 +08:00
qingwei.li
fff57cdfcc
Add transition doc and CollapseTransition component
2017-04-20 19:27:05 +08:00
Leopoldthecoder
c1efdac6ab
[build] 1.2.9
2017-04-19 20:19:08 +08:00
Leopoldthecoder
907d3218b7
ColorPicker: fix style when nested in form-item
2017-04-19 19:35:16 +08:00
Leopoldthecoder
e7a610621f
Select: fix width changes when clear icon shows, fixed #4202
2017-04-19 19:34:54 +08:00
baiyaaaaa
bcbd94f460
fix upload file remove can't remove when auto-upload is false
2017-04-16 21:02:11 +08:00
pengchongfu
7d5da7575d
Cascader: adjust close icon z-index, fix #4084
2017-04-16 11:51:10 +08:00
杨奕
442b713fc3
Radio: fix radio-button not working when other texts are selected ( #4217 )
2017-04-14 19:18:12 +08:00
Leopoldthecoder
d4204039ab
[build] 1.2.8
2017-04-07 19:25:13 +08:00
baiyaaaaa
24cd59ff7f
support layout grid 0
2017-04-07 17:33:28 +08:00
Andrés Álvarez
3417f9f006
Add basic <hr> CSS styles ( #4061 )
2017-04-07 17:05:17 +08:00
syn-zeta
b4e4efd872
Update input.css to use already defined variables ( #3967 )
2017-04-04 17:59:32 +08:00
IncredibLink
621c4b445a
Message: make the text vertically center
2017-04-04 15:46:03 +08:00
song
9490e5d40f
Update select.css
...
修改为```var(--index-normal)```
2017-04-04 15:20:49 +08:00
song
aa70f68cdd
Update select.css
...
tags的层级是1000,导致超出了Dialog的层级。
是否默认z-index:1;就够用了?
2017-04-04 15:20:49 +08:00
杨奕
1284a4f2da
Switch: remove button and text z-index, fixed #3932 ( #3934 )
2017-04-01 14:20:09 +08:00
IMike
f6661e2acf
Table: fix border style bug in FF ( #3926 )
...
linux系统FF浏览器border显示不全
2017-03-31 17:34:32 +08:00
baiyaaaaa
262ac629a2
fix cascader style bug ( #3877 )
2017-03-30 11:29:39 +08:00
tianhai82
b51e801e84
Update cascader.css ( #3862 )
...
Update cascader.css so that it looks better in non-white background
2017-03-30 10:28:55 +08:00
qingwei.li
52fa5b69f0
[build] 1.2.7
2017-03-29 12:07:40 +08:00
Leopoldthecoder
ffb79f646f
[build] 1.2.6
2017-03-28 18:31:32 +08:00
cinwell.li
a303c04f9e
Steps: fix step last child style ( #3690 )
2017-03-24 15:06:22 +08:00
cinwell.li
233cdc28e9
RadioButton: move radio-button css to radio-button.css file, fixed #3276 ( #3723 )
2017-03-24 00:46:47 +08:00
Nicolaj Egelund
91613ba59d
Added .el-table__body to tr:hover
2017-03-23 11:36:04 +08:00
Leopoldthecoder
a9af13cf41
[build] 1.2.5
2017-03-19 10:43:29 +08:00
Leopoldthecoder
a76547eaa3
Dialog: remove unnecessary inline style
2017-03-19 09:44:22 +08:00
杨奕
fef0334e43
misc updates ( #3583 )
2017-03-18 15:17:18 +08:00
杨奕
3b4c44fc1b
Col: hide cols with xs/sm/md/lg assigned to 0 ( #3564 )
2017-03-17 11:43:39 +08:00
wacky6.AriesMBP
67d8eae691
theme-default: fix form-item label-top style
...
use `text-align: left` to display line-wrapped labels properly
2017-03-15 16:32:28 +08:00
tomieric
1e689a22c8
#3441 el-button-group disabled style bug
2017-03-15 15:06:45 +08:00
汪磊
c7ddf61e08
Remove useless var `button-paddding`
...
```css
--button-paddding: 5px 20px; /* useless */
```
2017-03-15 14:59:04 +08:00
Leopoldthecoder
8c9bfbe879
[build] 1.2.4
2017-03-09 18:15:02 +08:00
baiyaaaaa
5527a75415
col-0 support ( #3313 )
2017-03-07 11:03:47 +08:00
杨奕
e8ad1013d4
Cascader: fix initial value not displaying when disabled ( #3297 )
2017-03-07 10:56:47 +08:00
cinwell.li
44f8ed2898
Merge pull request #3262 from baiyaaaaa/feat-form
...
fix inline form style bug(#3218 )
2017-03-06 18:48:06 +08:00
cinwell.li
f5895faa74
Merge pull request #3265 from baiyaaaaa/select
...
fix select style problem(#3230 )
2017-03-06 18:47:53 +08:00
baiyaaaaa
028b8ac1a6
fix select style problem
2017-03-04 17:51:11 +08:00
baiyaaaaa
be0fec7372
fix inline form style bug
2017-03-04 16:35:09 +08:00
baiyaaaaa
28bb963429
fix nested tab style
2017-03-04 16:21:16 +08:00
qingwei.li
1cfba0f6ca
[build] 1.2.3
2017-03-01 15:24:03 +08:00
Leopoldthecoder
d70200b2a9
[build] 1.2.2
2017-02-28 18:01:34 +08:00
Leopoldthecoder
15e48c9105
remove redundant style files
2017-02-28 17:27:31 +08:00
Jony
735d44b52a
Icon: remove EOT and SVG font ( #3086 )
...
* datepicker: fix incorrect disabled style and add today style
* Icon: remove .eot and .svg font format
2017-02-28 16:38:17 +08:00
baiyaaaaa
2d8c887b6a
fix form inline label bug
...
This reverts commit d76d28dd54
.
fix form inline label bug
2017-02-27 11:45:28 +08:00
杨奕
067541e8d9
improve tests ( #3033 )
2017-02-24 17:37:06 +08:00
Leopoldthecoder
4adc1a3df0
[build] 1.2.1
2017-02-23 15:42:17 +08:00
baiyaaaaa
44766fdb35
fix tabs nav scrollable bug ( #2974 )
2017-02-23 15:01:28 +08:00
Leopoldthecoder
9a4de59c83
[build] 1.2.0
2017-02-22 18:43:21 +08:00
Leopoldthecoder
429ee228a7
Changelog: update for 1.2.0
2017-02-22 18:31:13 +08:00
cinwell.li
5631a49c64
DatePicker: fix time spinner style ( #2961 )
2017-02-22 16:37:44 +08:00
cinwell.li
d1bcc7962c
Merge pull request #2954 from Leopoldthecoder/dev
...
misc doc updates
2017-02-22 15:23:40 +08:00
cinwell.li
8ea9e71575
Scrollbar: fix style ( #2948 )
2017-02-22 15:17:22 +08:00
杨奕
f2fc8b5fb6
ColorPicker: display current color in real time ( #2941 )
2017-02-22 15:14:54 +08:00
Leopoldthecoder
f9d799ce2b
misc doc updates
2017-02-22 15:02:34 +08:00
Diamond
87b842cfa3
fixed #2071 change the time-picker style and scroll compute
2017-02-22 11:54:35 +08:00
qingwei.li
35d594d4fa
Upload: fix css
2017-02-21 15:21:48 +08:00
baiyaaaaa
ec73c74fda
improve svpanel style
2017-02-21 15:19:25 +08:00
Furybean
42bd58d9fe
Add ColorPicker component.
2017-02-21 11:01:25 +08:00
baiyaaaaa
a059cf9261
fix upload style
2017-02-21 10:30:21 +08:00
Manuel
55853d7db1
use '--input-border-radius' variable in input.css
2017-02-20 23:43:28 +08:00
baiyaaaaa
35f80d6264
fix tabs nav style
2017-02-20 18:59:53 +08:00
杨奕
77c20d67ca
Message: fix content not vertically aligned ( #2904 )
2017-02-20 15:44:26 +08:00
baiyaaaaa
7c104b9bbd
fix inline form style
2017-02-20 11:34:20 +08:00
杨奕
0643460b28
Cascader: update ( #2845 )
...
* Cascader: update
* Cascader: add tests
* Cascader: move flatOptions and add debounce
2017-02-19 00:50:55 +08:00
baiyaaaaa
7f6d698f72
fix autocomplete dropdown position( #2868 ) ( #2875 )
...
* fix dropdown style
* fix autocomplete dropdown position
2017-02-17 15:26:13 +08:00
callmewhy
d011d309f0
auto generate index.css in gen-cssfile.js
2017-02-16 22:51:18 +08:00
baiyaaaaa
691c6709ef
add api migrating
2017-02-16 22:43:19 +08:00
baiyaaaaa
b14b0ef8ac
fix picture file list style
2017-02-16 22:43:19 +08:00
baiyaaaaa
65f61e0eba
fix upload progress
2017-02-16 22:43:19 +08:00
baiyaaaaa
02a1f74022
add listType
2017-02-16 22:43:19 +08:00
baiyaaaaa
2f61998e78
add autoUpload
2017-02-16 22:43:19 +08:00
baiyaaaaa
88a070ab16
update
2017-02-16 22:43:19 +08:00
Leopoldthecoder
7391c488a0
Tree: add indent, update docs
2017-02-16 22:01:06 +08:00
Romoo
c5604d9805
[form] fix style when error ( #2781 )
...
* fix form style when error
* bugfix for el-select
2017-02-14 11:03:49 +08:00
Jony
47a72b995c
datepicker: fix incorrect disabled style and add today style ( #2791 )
2017-02-13 21:31:02 +08:00
Leopoldthecoder
3243b8fc98
Merge branch 'dev' into 1.2-merge1
...
# Conflicts:
# package.json
# src/utils/popup/index.js
# yarn.lock
2017-02-09 17:33:42 +08:00
baiyaaaaa
9dee785465
autocomplete dropdown use el-scrollbar
2017-02-09 16:06:06 +08:00
baiyaaaaa
3bb12aa451
input number style fix ( #2675 )
2017-02-06 12:29:20 +08:00
baiyaaaaa
6702726dcf
add tabs scroll controls
2017-02-04 18:52:37 +08:00
baiyaaaaa
0bec05ada3
update tab api
2017-02-04 18:52:37 +08:00
杨奕
7628fc0e41
Carousel: apply infinite sliding in non-card mode ( #2622 )
2017-02-04 18:35:09 +08:00