|
@@ -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"
|