/**
 * PisellGridPro 主容器样式
 * @description 整合所有子组件的容器样式
 */

.pisell-grid-pro {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #ffffff;
  overflow: hidden;
  padding: 0 24px;
  > * {
    flex-shrink: 0;
  }
}
