Commit 9d591336 authored by nick zheng's avatar nick zheng

fix: 对话触底图标更换

parent eee7db61
......@@ -73,7 +73,7 @@ function handleScrollToBottom() {
class="flex-center hover:text-theme-color absolute bottom-5 right-5 h-6 w-6 cursor-pointer rounded-full bg-white shadow-[0_0_0_1px_#ededed]"
@click.stop="clickBackBottom"
>
<i class="iconfont icon-decrease text-sm" />
<i class="iconfont icon-left rotate-270 text-sm" />
</div>
</main>
</template>
......@@ -76,7 +76,7 @@ function handleScrollToBottom() {
class="flex-center hover:text-theme-color absolute bottom-5 right-5 h-6 w-6 cursor-pointer rounded-full bg-white shadow-[0_0_0_1px_#ededed]"
@click.stop="clickBackBottom"
>
<i class="iconfont icon-decrease text-sm" />
<i class="iconfont icon-left rotate-270 text-sm" />
</div>
</main>
</template>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment