Commit Graph

3 Commits

Author SHA1 Message Date
ChenXiao
dc6a26f201
fix(grid): fix justify and align properties are not reactive for Row (#39706)
* fix(grid): fix justify and align properties are not reactive for Row

* Update components/grid/__tests__/index.test.tsx

Co-authored-by: azro352 <35503478+azro352@users.noreply.github.com>

* Update components/grid/__tests__/index.test.tsx

Co-authored-by: azro352 <35503478+azro352@users.noreply.github.com>
2022-12-22 10:59:54 +08:00
kiner-tang(文辉)
2559b2fb1b
feat(grid): row's 'align' and 'justify' support reponsive value (#37860)
* feat: row's 'align' and 'justify' support reponsive value

* refactor: refactor code

* refactor: refactor code

* refactor: refactor code

* refactor: refactor code

* refactor: refactor code

* refactor: refactor code

* refactor: refactor code

* docs: 更新文档

* docs: 更新文档

* docs: 更新文档

* docs: 更新文档

* feat: remove other

* Update components/grid/index.zh-CN.md

Co-authored-by: afc163 <afc163@gmail.com>

* docs: update support version

Co-authored-by: tangwenhui <tangwenhui@rd.netease.com>
Co-authored-by: afc163 <afc163@gmail.com>
2022-10-12 23:52:29 +08:00
Yuki Zhang
81aac069ac
test: move test cases to testing-library for Grid (#37057)
* test: move test cases to testing-library for Grid

* fix: test when typeof gutter is object array in large screen
2022-08-16 10:14:41 +08:00