|
|
@@ -1,6 +1,8 @@
|
|
|
<template>
|
|
|
<div class="TopMenu">
|
|
|
- <div class="logo" @click="toIndex"></div>
|
|
|
+ <div class="logo" @click="toIndex">
|
|
|
+ <img src="/logo.png" alt="">
|
|
|
+ </div>
|
|
|
<div class="menu">
|
|
|
<div class="menuList">
|
|
|
<div class="oneMenu finger" @click="openTab('我的文件', '/myfile')">
|
|
|
@@ -332,9 +334,11 @@ watchEffect(async () => {
|
|
|
.logo {
|
|
|
width: 260px;
|
|
|
height: 48px;
|
|
|
- background-image: url("../../../public/logo.png");
|
|
|
- background-repeat: no-repeat;
|
|
|
cursor: pointer;
|
|
|
+ img{
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ }
|
|
|
}
|
|
|
.menu {
|
|
|
width: 350px;
|