Browse Source

fix: bug修复阶段v2.1

chenpeng 14 giờ trước cách đây
mục cha
commit
9b4d1d00be
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      pages/blog/[slug].vue

+ 2 - 2
pages/blog/[slug].vue

@@ -189,8 +189,8 @@ async function clickLoginAndDownload(item: any) {
           <div class="text-#333 fw-500">
             Sign in for exclusive trending product catalogs!
           </div>
-          <el-button class="mt-20px !bg-#fff !text-#9B6CFF !w-160px !h-40px !b-0px !b-rd-200px" round>
-            <span @click="openLoginModal">
+          <el-button class="mt-20px !bg-#fff !text-#9B6CFF !w-160px !h-40px !b-0px !b-rd-200px" round @click="openLoginModal">
+            <span>
               Sign In
             </span>
           </el-button>