Vben
2021-04-07 5b8eb4a49a097a47caf491c44df427522ab58daa
src/views/demo/page/account/setting/index.vue
@@ -48,14 +48,14 @@
<style lang="less">
  .account-setting {
    margin: 12px;
    background: #fff;
    background: @component-background;
    .base-title {
      padding-left: 0;
    }
    .ant-tabs-tab-active {
      background-color: #e6f7ff;
      background-color: @item-active-bg;
    }
  }
</style>