@@ -9,6 +9,7 @@
font-size: var(--font-size-3);
color: var(--color-neutral-1);
// user-select: none;
+ background-color: white;
}
@font-face {
font-family: 'Lato-Light'; /* 为字体定义一个名称 */
@@ -20,7 +20,7 @@ const handleMenuCollapse = (val: boolean) => {
<div class="logo-bd">
<el-image
v-if="isCollapse"
- style="width: 36px; height: 36px"
+ style="width: 40px; height: 40px"
:src="LogoMenu"
fit="cover"
></el-image>
@@ -9,7 +9,7 @@ import IconsResolver from 'unplugin-icons/resolver'
// https://vitejs.dev/config/
export default defineConfig({
- base: `/k_new_online/`,
+ base: `/`,
resolve: {
alias: {
'@': fileURLToPath(new URL('./src', import.meta.url))