Explorar el Código

fix:修改班级课程

zcuishan hace 8 meses
padre
commit
e3670d5a9b

+ 1 - 0
src/views/educational/classLessons/components/data.config.ts

@@ -33,6 +33,7 @@ export const tableColumns: BasicColumn[] = [
     title: '操作',
     dataIndex: 'action',
     width: 120,
+    fixed: 'right',
     slots: {
       default: 'action',
     },

+ 2 - 2
src/views/educational/classLessons/index.vue

@@ -96,10 +96,10 @@
 
 <template>
   <PageWrapper dense contentFullHeight fixedHeight contentClass="flex">
-    <div class="min-w-[300px]">
+    <div class="min-w-[200px] flex">
       <BasicTree @select="handleSelect" title="学期" search :treeData="treeData" />
     </div>
-    <BasicTable class="ml-[12px]" @register="tableRef">
+    <BasicTable class="ml-[12px] overflow-scroll" @register="tableRef">
       <template #toolbar>
         <a-button
           type="primary"