前台进入后台图标修改

This commit is contained in:
gaoyuanwei 2022-08-18 11:01:27 +08:00
parent 9eaa4ca9bb
commit 7014db07b3
3 changed files with 14 additions and 5 deletions

View File

@ -229,9 +229,7 @@ export default {
// SDK // SDK
showSDK: false, showSDK: false,
// //
showInterface: false, showInterface: false
//
disabled: false
} }
}, },
watch: { watch: {

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -97,7 +97,7 @@
</span> </span>
</a-tooltip> </a-tooltip>
<span @click="logout" class="out">退出</span> <span @click="logout" class="out">退出</span>
<svg <!-- <svg
t="1655286092324" t="1655286092324"
class="icon" class="icon"
viewBox="0 0 1024 1024" viewBox="0 0 1024 1024"
@ -114,7 +114,11 @@
p-id="2161" p-id="2161"
fill="#bfbfbf" fill="#bfbfbf"
></path> ></path>
</svg> </svg> -->
<i
@click="jumpPage({ name: '后台管理', key: 'houtaiguanli' })"
class="iconTo"
></i>
</div> </div>
</div> </div>
</template> </template>
@ -547,6 +551,13 @@
} }
} }
} }
.iconTo {
display: block;
width: 0.35rem;
height: 0.35rem;
background: url('~@/assets/newHome/iconTo.png') no-repeat;
cursor: pointer;
}
</style> </style>
<style> <style>
html::-webkit-scrollbar { html::-webkit-scrollbar {