@import "./mixins/mixin.scss";

@include b(objectshow) {
    flex-wrap: wrap;
    @include e(p) {
      width: 33.33%;
      min-width: 230px;
      margin-bottom: 15px;
      @include v-deep {
        .el-tag {
            margin-right: 8px;
        }
      }
    }
}
