Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我看到grow并接受了一个可选的加权参数,但除此之外: 、和push之间的真正区别是什么?文档对此不是很清楚。growfillpush
grow
push
fill
push据我所知,只影响间隙,而不影响元素。如果一个组件设置为fill,这意味着将所有子组件设置为grow,同时grow直接影响该组件。
约束确实会push影响元素。这只是它使差距变得贪婪的背景之一。
答案有点复杂。我在最近的一个问题中提供了它。