IE11 下 flex-shrink 失效

413 阅读1分钟

因为你设置 flex-shrink 属性的元素,没有 width 宽度限制,导致元素不会被缩放

如何生效

添加 width 属性,使该元素有宽度属性