|
@@ -58,7 +58,7 @@
|
|
|
</el-row>
|
|
|
|
|
|
<!-- 审批列表 -->
|
|
|
- <el-card class="box-card" shadow="never">
|
|
|
+ <el-card class="box-card flex-column-page-wrap" shadow="never">
|
|
|
<el-collapse v-model="activeNames" @change="handleChange">
|
|
|
<el-collapse-item v-for="item in startList" :key="item.categoryId" :title="item.categoryName" :name="item.categoryName">
|
|
|
<template #title>
|
|
@@ -262,4 +262,11 @@ onMounted(() => {
|
|
|
display: grid;
|
|
|
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
|
|
|
}
|
|
|
+:deep(.box-card) {
|
|
|
+ margin-bottom: 10px;
|
|
|
+ .el-card__body {
|
|
|
+ flex: 1;
|
|
|
+ overflow-y: auto;
|
|
|
+ }
|
|
|
+}
|
|
|
</style>
|