因在第三方系统里使用,Row和Col之间莫名的隔了两层,且Col没有继承到Row的gutter,这会实际影响布局的表现吗? #1163
-
上图是TD官方布局组件的表现,可见:Col紧跟在Row内,无中间层,且继承了Row的gutter属性 上图是本人在第三方系统里使用TD布局组件的表现,可见:Col和Row莫名的隔了 n 和 u 两层,Row有gutter属性 如上图,Col却并没有继承到Row的gutter,这会实际影响布局的表现吗? |
Beta Was this translation helpful? Give feedback.
Answered by
honkinglin
Jul 25, 2022
Replies: 2 comments 5 replies
-
会影响到,能看下源代码是怎么写的么? |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
szqyqxgs
-
是的,如上图,一个Row组件,一个Col组件。 做栅格就是在Row组件下添加Col组件 Row组件的 jsx 部分内容如上图 Col 组件的 jsx 部分内容如上图。 那请问我该怎么做呢? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
会影响到,能看下源代码是怎么写的么?
看起来像是自己封装了个组件然后包了 Col 组件,目前是根据父子节点关系传递Row 的gutter配置