管道基础大数据平台系统开发-【前端】-新系統界面
Surpriseplus
2023-01-16 21ddc9ec1b1b76d2ce20e512328e65acaf1af2bf
src/views/maintenance/mochaitmo.vue
@@ -111,10 +111,10 @@
      formLabelWidth: '70px',
    };
  },
  created() {
  created() { },
  mounted() {
    this.getTreeData();
  },
  mounted() { },
  methods: {
    async getCookies() {
      var boolean = this.getTimeCookies();
@@ -146,8 +146,8 @@
        return value.url == '/mochaitmo';
      });
   
      const res = await selectMenuRecursive({ name: menuLists[0].cnName });
         debugger
      const res = await selectMenuRecursive({ id: menuLists[0].id});
      if (res.code == 200) {
        if (res.result.length != 0) {
          let menuList = res.result.filter((value) => {
@@ -218,7 +218,7 @@
  height: calc(100% - 20px);
  margin: 0;
  padding: 10px;
  position: absolute;
  overflow-y: hidden;
  .left_tree {
    width: 270px;
    height: 100%;
@@ -227,21 +227,22 @@
    border-radius: 5px;
  }
  .el-card-define {
    min-height: 85%;
    height: 100%;
    background: #303030;
    border: 1px solid gray;
    padding: 1px;
    padding: 1px !important;
  }
  .el-tree {
    background-color: transparent;
  }
  .card_tree {
    height: 730px;
    height: 100%;
    overflow-y: auto;
  }
  .el-card__body,
  .el-main {
    padding: 10px;
    padding: 0px !important;
    height: 100%;
  }
  .right_page {
    width: calc(100% - 280px);
@@ -259,5 +260,18 @@
  /deep/ .el-submenu .el-menu-item:hover {
    background: rgba(255, 255, 255, 0.3) !important;
  }
  /deep/.el-textarea__inner {
    background: transparent;
    border-color: #fff !important;
    color: white;
  }
  /deep/.el-textarea .el-input__count {
    background: transparent;
    color: #fff !important;
  }
  /deep/ .el-card__body {
    padding: 0px !important;
    height: 100%;
  }
}
</style>