update
1.删除不需要的内容,修改部分样式
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<span :class="[prefixCls, `${prefixCls}--${theme}`]" class="flex">
|
||||
<img :class="`${prefixCls}__header`" :src="getAvatarUrl" />
|
||||
<span :class="`${prefixCls}__info hidden md:block`">
|
||||
<span :class="`${prefixCls}__name `" class="truncate" :style="{ color: getEnvInfo().VITE_PLATFORM === 'YT' ? '#000000' : '' }">
|
||||
<span :class="`${prefixCls}__name `" class="truncate">
|
||||
{{ getUserInfo.realname }}
|
||||
</span>
|
||||
</span>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
</Sider>
|
||||
</template>
|
||||
<script lang="ts">
|
||||
import { computed, CSSProperties, defineComponent, h, ref, unref, watch } from 'vue';
|
||||
import { computed, CSSProperties, defineComponent, h, ref, unref } from 'vue';
|
||||
|
||||
import { Layout } from 'ant-design-vue';
|
||||
import LayoutMenu from '../menu/index.vue';
|
||||
@@ -124,7 +124,6 @@
|
||||
getSplitType,
|
||||
getShowTrigger,
|
||||
toggleCollapsed,
|
||||
isSpecialPath,
|
||||
count,
|
||||
};
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user