#column-gap
Defines the gap between the columns of the element.
            默认属性
          column-gap: normal;
        
The gap between the columns is set to the browser's default value, which usually is 1em.
          column-gap: 2px;
        
You can use pixel values for the gap.
Note that the gap only appears between columns, and not on the exterior sides of the edge columns.