hanbaoshan
2020-07-29 0876e51d0f968ce38a048a78f9ebafcb8841f9bc
src/pages/settings/index/App.vue
@@ -74,7 +74,7 @@
  width: 100% !important;
  box-sizing: border-box;
  padding: 10px;
  background-color: #e9ebf2;
  background-color: #f8f9fb;
  .s-system-manage-breadcrumb {
    height: 5%;
    box-sizing: border-box;
@@ -107,7 +107,7 @@
      }
      .el-tabs__item.is-active {
        color: #3d68e1;
        font-weight: bold;
        // border-right-color: #fff;
        // border-left-color: #fff;
      }
@@ -116,12 +116,15 @@
      }
    }
  }
  .el-tabs__header{
    margin-bottom: 0;
  }
  .el-tabs__content {
    height: calc(100% - 64px);
    width: calc(100% - 20px);
    box-sizing: border-box;
    overflow-y: auto;
    padding: 10px 40px !important;
    padding: 20px 40px !important;
    background: #fff;
    .el-tab-pane {
      width: 100%;
      .s-title {