canghailong пре 6 месеци
родитељ
комит
86a8b66bab
1 измењених фајлова са 1 додато и 1 уклоњено
  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>