doum
13 小时以前 6f846284806e47fac7c2a4a9658473f7f8e9945b
admin/src/components/business/OperaCouponGoodsWindow.vue
@@ -8,7 +8,7 @@
  >
    <TableLayout>
      <!-- 搜索表单 -->
      <el-form ref="searchForm" slot="search-form" id="curSearchForm" :model="searchForm" label-width="100px" style="display: block;" >
      <el-form ref="searchForm" slot="search-form" id="curSearchForm" :model="searchForm" label-width="100px"  inline >
        <el-form-item label="" prop="name" label-width="5px" style="display: inline-block;margin-right: 30px;">
          <el-input v-model="searchForm.name" style="width: 150px;" placeholder="商品名称" clearable @keypress.enter.native="search"></el-input>
        </el-form-item>
@@ -108,6 +108,9 @@
      // 搜索
      searchForm: {
        id: '',
        name:'',
        categoryId:'',
        brandId:'',
        bindShopId: ''
      },
      shops: [],
@@ -251,7 +254,13 @@
  }
}
</script>
<style scoped>
<style lang="scss" scoped>
::v-deep .el-select {
  width: 100%;
  .el-input__inner {
    width: 100%;
  }
}
.table-pagination{
  position: fixed !important;
  bottom: 10px;