fix
This commit is contained in:
@@ -24,17 +24,7 @@
|
||||
</n-flex>
|
||||
</template>
|
||||
<n-tab-pane name="desc" tab="挑战描述" display-directive="show">
|
||||
<div
|
||||
class="markdown-body"
|
||||
style="
|
||||
padding: 12px;
|
||||
overflow-y: auto;
|
||||
height: calc(100% - 45px);
|
||||
box-sizing: border-box;
|
||||
user-select: none;
|
||||
"
|
||||
v-html="challengeContent"
|
||||
/>
|
||||
<div class="markdown-body content" v-html="challengeContent" />
|
||||
</n-tab-pane>
|
||||
<n-tab-pane name="chat" tab="AI 对话" display-directive="show">
|
||||
<PromptPanel />
|
||||
@@ -192,4 +182,12 @@ onUnmounted(disconnectPrompt)
|
||||
height: 100%;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.content {
|
||||
padding: 12px;
|
||||
overflow-y: auto;
|
||||
height: calc(100% - 45px);
|
||||
box-sizing: border-box;
|
||||
user-select: none;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user