Commit Graph

633 Commits

Author SHA1 Message Date
07akioni
6570888352 refactor(typography): support vue 3 2020-09-09 16:09:40 +08:00
07akioni
0d89534dea refactor(time): support vue 3 2020-09-09 16:08:10 +08:00
07akioni
3b75a0a0cf refactor: update to vue3, make it runs first 2020-09-09 15:49:26 +08:00
07akioni
46ae46821d fix(button, icon): warnings 2020-09-09 15:42:24 +08:00
07akioni
0b2221aabb refactor(icon): support vue 3 2020-09-09 13:43:56 +08:00
07akioni
8c10ccdef5 refactor: upgrade to vue3, make it work first
there are quite a lot of things to finish
1. Vue.prototype
2. $scopedSlots
3. functional
4. i18n
5. virtual scroll
...
2020-09-08 22:04:45 +08:00
07akioni
4da93768dd chore: comment useless scss 2020-09-08 19:35:14 +08:00
07akioni
0d949847fd refactor(descriptions): clean cssr codes 2020-09-08 19:33:52 +08:00
Wanli Song
c238666ae3 feat(descriptions): css in js (#306) 2020-09-08 19:13:54 +08:00
07akioni
29ff5211ef chore: comment useless scss 2020-09-08 14:05:07 +08:00
07akioni
8752d9e2de fix: code smell 2020-09-08 14:01:30 +08:00
07akioni
6022181a89 refactor: extract global style to cssr 2020-09-08 13:52:03 +08:00
07akioni
ea2480490d refactor(tooltip): use cssr 2020-09-08 13:21:11 +08:00
haibo tang
b0aeeda529 feat(popover): css in js 2020-09-08 09:54:03 +08:00
07akioni
e83ec0a207 fix(cascader): option radio position 2020-09-07 22:51:14 +08:00
07akioni
5d49976bda refactor(base-menu-mask): use cssr 2020-09-07 22:48:22 +08:00
07akioni
99248da5f6 refactor(base-loading): use cssr 2020-09-07 22:17:24 +08:00
07akioni
17b3c64b6a refactor(base-tracking-rect): use cssr 2020-09-07 21:49:17 +08:00
07akioni
be33667400 styles: add inter, roboto font 2020-09-07 16:28:33 +08:00
07akioni
4eef977a87 styles: add IBMPlex font 2020-09-07 14:47:22 +08:00
07akioni
d113351dd1 refactor(scrollbar): don't show scrollbar on ios 2020-09-07 14:03:14 +08:00
07akioni
4a03851dba refactor(table): clean cssr codes 2020-09-04 01:29:49 +08:00
07akioni
6275b30e2d Merge branch 'develop' of ***REMOVED*** into develop 2020-09-04 01:20:36 +08:00
07akioni
52067b383d refactor(tabs): clean cssr codes 2020-09-03 23:02:55 +08:00
HaiboTang
b338942a23 feat(table): css in js (#300)
* feat(table): css in js

* chore: fix code review
2020-09-03 21:27:30 +08:00
Wanli Song
4dcc7d5b99 feat(tabs): css in js (#299) 2020-09-03 21:08:48 +08:00
07akioni
135c16e002 fix(time): useless import 2020-09-03 17:39:46 +08:00
07akioni
3d3ed33274 refactor(time): use cssr 2020-09-03 17:30:09 +08:00
07akioni
8f894f7591 refactor(time-picker): clean cssr codes 2020-09-03 17:23:28 +08:00
07akioni
87011ceb43 refactor(timeline): clean cssr codes 2020-09-03 17:13:14 +08:00
HaiboTang
12b8893841 feat(time-picker): css in js (#293)
* feat(timePicker): css in js

* chore: fix code review

Co-authored-by: Lecong Zhang <50313260+tskirby@users.noreply.github.com>
2020-09-03 16:41:40 +08:00
HaiboTang
d6e1fcdda9 feat(timeline): css in js (#294)
* feat(timeline): css in js

* chore: fix code review

Co-authored-by: Lecong Zhang <50313260+tskirby@users.noreply.github.com>
2020-09-03 16:34:56 +08:00
07akioni
912d14907c fix(avatar): don't mount empty size style 2020-09-03 12:22:51 +08:00
07akioni
872b2c7033 fix(select): menu transition in dark theme 2020-09-03 12:21:31 +08:00
07akioni
b1e8914cbd refactor(mixins/usecssr): use find to detect if style is mounted 2020-09-03 12:21:06 +08:00
07akioni
d3d7f368b9 refactor(base-select-menu): use cssr 2020-09-03 12:20:19 +08:00
07akioni
584bf24314 refactor(steps): use cssr 2020-09-02 14:45:36 +08:00
07akioni
9c3e9cc8bf refactor(date-picker): use cssr, css grid 2020-09-02 13:25:17 +08:00
07akioni
36340d8e11 refactor(date-picker): use cssr, wip 2020-09-02 13:25:17 +08:00
07akioni
63e4b24129 feat(log): locale zhCN, enUS 2020-09-01 21:22:55 +08:00
07akioni
db2f25f8c0 chore: comment some useless styles 2020-09-01 21:15:37 +08:00
07akioni
c577af1d07 fix(dynamic-input): styles 2020-09-01 21:13:48 +08:00
07akioni
43167915cf fix(radio): styles 2020-09-01 21:13:38 +08:00
07akioni
015710fd12 refactor(slider): clean cssr codes 2020-09-01 20:39:43 +08:00
07akioni
3d66d42e06 refactor(pagination): clean cssr codes 2020-09-01 20:24:13 +08:00
07akioni
d732f45998 Merge branch 'develop' of ***REMOVED*** into develop 2020-09-01 20:02:16 +08:00
songwanli2025@163.com
6e55c32cbb feat(pagination): css in js 2020-09-01 19:25:39 +08:00
songwanli2025@163.com
6ebb2ef6fe feat(slider): css in js 2020-09-01 19:24:30 +08:00
07akioni
ca178b5028 refactor(tree): clean cssr codes (#289) 2020-09-01 17:05:21 +08:00
07akioni
44e5ffcf50 refactor(tree): clean cssr codes 2020-09-01 15:43:58 +08:00