.aside {
  transition: width 0.35s;
  .close-menu {
    width: 64px;
  }
  .open-menu {
    width: 220px;
  }
  .log {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    background-color: var(--them-logo-bg-color);
    .log-image {
      width: 50px;
      height: 50px;
      border-radius: 50%;
    }
    .log-name {
      margin-left: 10px;
      font-size: 18px;
      font-weight: 900;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1;
      overflow: hidden;
    }
  }
}
//#hook_1

//#end;
return {
  hook_1:{
    element:function(){
      return ``
    },
    antdv:function(){
      return `:deep(.ant-menu-dark) {
        & > .ant-menu {
          background-color: var(--them-menu-bg-color) !important;
        }
      }`
    }
  }
}
