前台进入后台图标修改

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
showSDK: false,
//
showInterface: false,
//
disabled: false
showInterface: false
}
},
watch: {

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -97,7 +97,7 @@
</span>
</a-tooltip>
<span @click="logout" class="out">退出</span>
<svg
<!-- <svg
t="1655286092324"
class="icon"
viewBox="0 0 1024 1024"
@ -114,7 +114,11 @@
p-id="2161"
fill="#bfbfbf"
></path>
</svg>
</svg> -->
<i
@click="jumpPage({ name: '后台管理', key: 'houtaiguanli' })"
class="iconTo"
></i>
</div>
</div>
</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>
html::-webkit-scrollbar {