odc.xiaohui
2023-01-11 d942877495ceea1575e64fb6d4e2972f6da10cac
src/views/operate/fivepack/threepack/components/content.vue
@@ -26,7 +26,11 @@
    </header>
    <main>
      <!-- 数据展示 -->
      <el-table ref="multipleTable" :header-cell-style="{
      <el-table
          border
          stripe
          ref="multipleTable" :header-cell-style="{
        'background':'#F5F5F5',
        'font-weight': '650',
        'line-height': '45px',
      }" :data="tableData" style="width: 100%" :row-class-name="tableRowClassName">
@@ -361,8 +365,9 @@
.content {
  flex: 1;
  height: 100%;
  margin-left: 5px;
  padding-left: 20px;
  border: 1px solid #ccc;
  .headerContent {
    display: flex;
    line-height: 100px;
@@ -504,7 +509,7 @@
      margin-top: 50px;
      display: flex;
      line-height: 50px;
      justify-content: center;
      justify-content: right;
      .el-pagination {
@@ -540,4 +545,4 @@
    }
  }
}
</style>
</style>