1
lxl
2022-10-12 1b352f5f7952dd12e3e7173cda515315458a0853
src/views/maintenance/logLog.vue
@@ -86,7 +86,7 @@
    </div>
    <!-- 表格显示 -->
    <div class="table_box">
      <el-table :data="tableData" stripe style="width: 100%">
      <el-table :data="tableData" stripe style="width: 100%" height="85%">
        <el-table-column
          width="150"
          type="index"
@@ -290,6 +290,8 @@
    background: #fff;
    border-radius: 5px;
    border: 1px solid rgb(202, 201, 204);
    overflow: auto;
    height: 70%;
  }
  .text-center {
    text-align: center;