Explorar el Código

课程详情排版

canghailong hace 6 meses
padre
commit
86a8b66bab
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/student/classCentre/index.vue

+ 1 - 1
src/views/student/classCentre/index.vue

@@ -95,7 +95,7 @@
 					</div>
 				</a-card>
 				<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-tab-pane key="1" tab="讲义" style="height: 800px">
 								<handouts :itemObj="itemObj" :hourId="classHourData.id" v-if="classHourData"></handouts>