flex: flex-grow flex-shrink flex-basis;

Flex-grow: When the value is greater than or equal to 1, the dom is filled with free space. When the value is between 0 and 1, the DOM is proportionally occupied.