zhanghua
2022-12-08 1ec00a645693dbc08b7ea70855451bbd72c43a6a
src/views/operate/writManager/writ/index.vue
@@ -13,11 +13,6 @@
    </header>
    <main>
      <div class="main-content">
        <!-- <div class="main-title">
          <el-button class="el-icon-plus" type="primary" @click="handleAdd"
            >添加</el-button
          >
        </div> -->
        <!-- 数据展示 -->
        <el-table
          ref="multipleTable"
@@ -213,12 +208,11 @@
    // 设置表格斑马纹
    tableRowClassName({ row, rowIndex }) {
      if ((rowIndex + 1) % 2 == 0) {
      if ((rowIndex + 1) % 2 === 0) {
        return "warning-row";
      } else {
        return "success-row";
      }
      return "";
    },
    // 弹窗关闭
    handleClose(done) {
@@ -268,7 +262,6 @@
  header {
    background-color: #09152f;
    border: 1pox solid #fff;
    .header-content {
      padding: 0 40px;
@@ -302,7 +295,6 @@
    background-color: #09152f;
    margin-top: 20px;
    padding-bottom: 50px;
    border: 1pox solid #fff;
    .main-title {
      line-height: 60px;