ZZJ
2021-11-12 bac758243189e7c21da1248c11591dab9d228f13
src/pages/syslog/views/eventPushLog.vue
@@ -23,14 +23,25 @@
            v-model="fuzzySearch"
            size="small"
            class="input-with-select"
            @keyup.enter.native="getOperationLog(1)"
          >
            <span
              class="icon iconfont"
              class="icon iconfont icon_clear"
              @click="clearSearch"
              slot="append"
              v-if="fuzzySearch"
            >
              &#xe785;
            </span>
            <span
              class="icon iconfont icon_search"
              @click="getOperationLog(1)"
              slot="append"
              v-else
            >
              &#xe714;
            </span>
            <!-- <el-button
              slot="append"
              icon="el-icon-search"
@@ -321,6 +332,10 @@
      this.timeStart = this.getTimeStr(preDay);
      this.timeEnd = this.getTimeStr(date);
    },
    clearSearch() {
      this.fuzzySearch = "";
      this.getOperationLog(1);
    },
  },
};
</script>
@@ -491,6 +506,12 @@
      }
      tr {
        td:first-child {
          border-radius: 4px 0 0 4px;
        }
        td:last-child {
          border-radius: 0 4px 4px 0;
        }
        &.current-row td {
          background-color: #4e94ff !important;
          color: #fff;