|
|
@@ -67,21 +67,17 @@
|
|
|
<div style="display: flex; justify-content: center">
|
|
|
<a-card :bordered="false" class="mt-2" style="width: 1200px">
|
|
|
<a-tabs v-model:activeKey="tabsActiveKey">
|
|
|
- <a-tab-pane key="1" tab="讲义" style="height: 900px">
|
|
|
+ <a-tab-pane key="1" tab="讲义" style="height: 800px">
|
|
|
<handouts :itemObj="itemObj" :hourId="classHourData.id" v-if="classHourData"></handouts>
|
|
|
</a-tab-pane>
|
|
|
- <a-tab-pane key="2" tab="字幕">
|
|
|
+ <a-tab-pane key="2" tab="字幕" style="height: 800px">
|
|
|
<subtitleBox :url="danmuObj.url" v-if="tabsActiveKey == 2" @videoSpeed="videoSpeed"></subtitleBox>
|
|
|
</a-tab-pane>
|
|
|
- <a-tab-pane key="3" tab="笔记">
|
|
|
- <div style="min-height: 600px">
|
|
|
- <note :idsObj="idsObj" ref="noteRef" v-if="tabsActiveKey == 3" @edit="noteEdit"></note>
|
|
|
- </div>
|
|
|
+ <a-tab-pane key="3" tab="笔记" style="min-height: 800px">
|
|
|
+ <note :idsObj="idsObj" ref="noteRef" v-if="tabsActiveKey == 3" @edit="noteEdit"></note>
|
|
|
</a-tab-pane>
|
|
|
- <a-tab-pane key="4" tab="问答">
|
|
|
- <div style="min-height: 600px">
|
|
|
- <askDiv :idsObj="idsObj" ref="askDivRef" v-if="tabsActiveKey == 4" @edit="askEdit"></askDiv>
|
|
|
- </div>
|
|
|
+ <a-tab-pane key="4" tab="问答" style="min-height: 800px">
|
|
|
+ <askDiv :idsObj="idsObj" ref="askDivRef" v-if="tabsActiveKey == 4" @edit="askEdit"></askDiv>
|
|
|
</a-tab-pane>
|
|
|
</a-tabs>
|
|
|
</a-card>
|