1.删除不需要的内容,修改部分样式
This commit is contained in:
2025-07-03 09:39:26 +08:00
parent 534e759350
commit 9cb6a0ad7a
1719 changed files with 38 additions and 347285 deletions
@@ -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>
+1 -2
View File
@@ -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,
};
},