fix: replace the toTop icon

This commit is contained in:
ex_zhangwenlei@exiot.cmcc
2024-11-22 17:04:56 +08:00
parent 51e928ef34
commit fa3dcaefbf
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
<template>
<div class="fixed z-50 flex items-center justify-center w-10 h-10 rounded-full shadow-lg cursor-pointer right-12 bottom-12 bg-slate-700 hover:bg-slate-600">
<svg-icon name="totop" />
<svg-icon name="toTop" />
</div>
</template>