feat: 调整课程内容和字幕列表样式

This commit is contained in:
QDKF 2025-09-25 11:42:31 +08:00
parent 03f9d1b423
commit 8a8fd09137
3 changed files with 4 additions and 6 deletions

View File

@ -7,9 +7,9 @@
@update:value="handleSectionChange" />
</n-space>
<n-space>
<n-button type="primary" @click="showAddSummaryModal = true" :disabled="!selectedSection">
<!-- <n-button type="primary" @click="showAddSummaryModal = true" :disabled="!selectedSection">
添加总结
</n-button>
</n-button> -->
<n-input v-model:value="searchKeyword" placeholder="请输入关键词" style="width: 200px" @keyup.enter="handleSearch" />
<n-button type="primary" @click="handleSearch" :loading="searchLoading">
搜索

View File

@ -7,9 +7,9 @@
@update:value="handleSectionChange" />
</n-space>
<n-space>
<n-button type="primary" @click="showAddSubtitleModal = true" :disabled="!selectedSection">
<!-- <n-button type="primary" @click="showAddSubtitleModal = true" :disabled="!selectedSection">
添加字幕
</n-button>
</n-button> -->
<n-input v-model:value="searchKeyword" placeholder="请输入关键词" style="width: 200px" @keyup.enter="handleSearch" />
<n-button type="primary" @click="handleSearch" :loading="searchLoading">
搜索

View File

@ -374,9 +374,7 @@
<!-- 操作按钮 -->
<div class="actions-section">
<button class="action-btn">查看资料</button>
<button class="action-btn">清空聊天记录</button>
<button class="action-btn danger-btn">删除好友</button>
</div>
</div>
</div>