赞
踩
方法一:
flex: 0 0 100px;
方法二:
flex-grow:0;flex-shrink:0;width:100px;
方法三:
flex: 0 0 auto;width:100px;
思路就是flex-grow 和 flex-shrink 归零。