Commit 364d6497 authored by shirlyn.guo's avatar shirlyn.guo 👌🏻

chore: 应用发布页点击应用广场字样以外区域跳转问题

parent 3d06afab
...@@ -225,11 +225,14 @@ function handleToApplicationSquare() { ...@@ -225,11 +225,14 @@ function handleToApplicationSquare() {
<div class="flex items-center justify-start p-[12px]"> <div class="flex items-center justify-start p-[12px]">
<AllApplication theme="filled" size="24" fill="#000dff" :stroke-width="3" /> <AllApplication theme="filled" size="24" fill="#000dff" :stroke-width="3" />
<div class="ml-[12px]"> <div class="ml-[12px]">
<div class="hover:text-theme-color flex cursor-pointer items-center" @click="handleToApplicationSquare"> <div class="flex">
<div class="mr-[2px]"> <span
class="hover:text-theme-color flex cursor-pointer items-center gap-[4px]"
@click="handleToApplicationSquare"
>
{{ t('router_title_module.application_square') }} {{ t('router_title_module.application_square') }}
</div> <CustomIcon icon="ep:top-right" />
<CustomIcon icon="ep:top-right" /> </span>
</div> </div>
<div class="text-[#84868c]"> <div class="text-[#84868c]">
......
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