智慧农业后台管理页面
Administrator
2022-05-30 d3f76a799401c8dd687dc786bfb656eaffba908a
src/styles/element-ui.scss
@@ -82,27 +82,27 @@
.el-pagination.is-background .el-pager li:not(.disabled):hover {
    color: #5abf78 !important;
}
// .avue-crud__right {
//     display: none;
// }
.farming-detail-box {
  .dv {
    .el-tabs {
      height: 100%;
      .el-tabs__header {
        .el-tabs__nav {
          transform: translateX(60px) !important;
    .dv {
        .el-tabs {
            height: 100%;
            .el-tabs__header {
                .el-tabs__nav {
                    transform: translateX(60px) !important;
                }
            }
            .el-tabs__content {
                height: calc(100% - 75px);
                overflow-y: auto;
            }
        }
      }
      .el-tabs__content {
        height: calc(100% - 75px);
        overflow-y: auto;
      }
    }
  }
  .el-dialog__body {
    position: relative;
    height: 60%;
  }
}
    .el-dialog__body {
        position: relative;
        height: 60%;
    }
}