yangfeng
2023-09-06 3a1a63d17e21cb9c26e4515e49e9ff75f59f52a0
src/views/productManage/product/index.vue
@@ -13,6 +13,7 @@
        </div>
      </div>
      <template>
        <div class="list-view">
        <TableCommonView ref="tableListRef" :table-list="tableList" @selCommonClick="selCommonClick">
          <!-- <template slot="tableButton">
            <el-table-column label="操作" width="120">
@@ -23,6 +24,8 @@
            </el-table-column>
          </template> -->
        </TableCommonView>
        </div>
        <div class="btn-pager">
          <PagerView class="page" :pager-options="pagerOptions" v-on="pagerEvents" />
        </div>
@@ -163,8 +166,13 @@
<!-- Add "scoped" attribute to limit CSS to this component only -->
<style lang="scss" scoped>
.rightContent {
  height: 100%;
  background: #f0f2f5;
  padding: 10px;
  .top {
    margin-bottom: 20px;
    height: calc(100% - 30px);
    background: #fff;
    .supplier-search {
      display: flex;
      align-items: center;
@@ -173,6 +181,9 @@
        margin-right: 20px;
      }
    }
    .list-view {
      height: calc(100% - 120px);
    }
    .btn-pager {
      display: flex;
      .page {