|
@@ -95,7 +95,7 @@
|
|
|
</div>
|
|
</div>
|
|
|
</a-card>
|
|
</a-card>
|
|
|
<div style="display: flex; justify-content: center">
|
|
<div style="display: flex; justify-content: center">
|
|
|
- <a-card :bordered="false" class="mt-2" style="width: 100%">
|
|
|
|
|
|
|
+ <a-card :bordered="false" class="mt-2" style="width: 100%;padding-right: 30px;">
|
|
|
<a-tabs v-model:activeKey="tabsActiveKey">
|
|
<a-tabs v-model:activeKey="tabsActiveKey">
|
|
|
<a-tab-pane key="1" tab="讲义" style="height: 800px">
|
|
<a-tab-pane key="1" tab="讲义" style="height: 800px">
|
|
|
<handouts :itemObj="itemObj" :hourId="classHourData.id" v-if="classHourData"></handouts>
|
|
<handouts :itemObj="itemObj" :hourId="classHourData.id" v-if="classHourData"></handouts>
|