hanbaoshan
2021-01-15 fb9b3e1f1fcf57d213f6f68c09445e368bb70a4e
src/pages/shuohuangMonitorAnalyze/index/App.vue
@@ -43,10 +43,14 @@
  },
  methods: {
    markNav () {
      debugger
      sessionStorage.setItem('actPage', this.actPage);
      this.menuChange(this.actPage);
    },
    toggleCollapse () {
      this.isCollapse = !this.isCollapse;
      //通知当前活动页table(如果有) doLayout
    },
    menuChange (path) {
      this.actPage = path;
@@ -58,14 +62,17 @@
<style lang="scss">
.flex-box {
  display: flex;
  >label {
    padding-right: 10px;
  }
}
.el-button--primary.is-disabled,
.el-button--primary.is-disabled:hover,
.el-button--primary.is-disabled:focus,
.el-button--primary.is-disabled:active {
  color: #ffffff;
  background-color: #9eb4f0!important;
  border-color: #9eb4f0!important;
  background-color: #9eb4f0 !important;
  border-color: #9eb4f0 !important;
}
.el-table.thbg {
  border: 1px solid #dedede;
@@ -76,6 +83,11 @@
  }
  .operation {
    cursor: pointer;
    display: flex;
    span {
      padding: 0 3px;
      color: #0096fa;
    }
    i[class^='el-icon'] {
      padding: 3px;
      font-size: 16px;