fix: 增加教程导航
This commit is contained in:
@@ -360,7 +360,20 @@ function openContact() {
|
||||
联系我们
|
||||
</el-button>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<a
|
||||
href="https://ccnetcore.com/login"
|
||||
target="_blank"
|
||||
class="mt5 flex items-center gap-2 group"
|
||||
style="color: #101d2c;"
|
||||
title="点击跳转YiXinAI玩法指南专栏"
|
||||
>
|
||||
<span class="pc-text">前往 意社区 👉</span>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div v-if="loginFormType === 'RegistrationForm'" class="form-container">
|
||||
<span class="content-title"> 登录后免费使用完整功能 </span>
|
||||
|
||||
|
||||
@@ -231,7 +231,7 @@ function getWrapperClass(item: GetSessionListVO) {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 4px;
|
||||
height: 200px;
|
||||
height: 300px;
|
||||
overflow: hidden auto;
|
||||
|
||||
:deep(.popover-trigger-item-text) {
|
||||
|
||||
Reference in New Issue
Block a user