Commit cf72dd8d authored by nick zheng's avatar nick zheng

Merge branch 'beta' into 'master'

fix: 对话触底图标更换

See merge request !166
parents 4af4a1f3 9d591336
......@@ -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