Vben
2021-04-07 5b8eb4a49a097a47caf491c44df427522ab58daa
src/layouts/default/header/components/user-dropdown/index.vue
@@ -17,7 +17,7 @@
          icon="ion:document-text-outline"
          v-if="getShowDoc"
        />
        <MenuDivider />
        <MenuDivider v-if="getShowDoc" />
        <MenuItem
          key="lock"
          :text="t('layout.header.tooltipLock')"
@@ -131,13 +131,9 @@
    cursor: pointer;
    align-items: center;
    &:hover {
      background: @header-light-bg-hover-color;
    }
    img {
      width: 26px;
      height: 26px;
      width: 24px;
      height: 24px;
      margin-right: 12px;
    }