|
@@ -18,8 +18,8 @@
|
|
|
class="pr-[80px] text-[#999999] cursor-pointer text-[18px]">
|
|
|
{{ i.title }}
|
|
|
</li>
|
|
|
- <li class="px-[16px] text-[#999999] font-medium">
|
|
|
- <n-button type="info" class="bg-[#165DFF] text-[18px] w-[130px] h-[42px]" @click.prevent="loginBtn">
|
|
|
+ <li class="px-[16px] text-[#999999] font-medium" @click="loginBtn">
|
|
|
+ <n-button type="info" class="bg-[#165DFF] text-[18px] w-[130px] h-[42px]" >
|
|
|
登录/注册
|
|
|
</n-button>
|
|
|
</li>
|