|
@@ -1,7 +1,7 @@
|
|
<template>
|
|
<template>
|
|
<div>
|
|
<div>
|
|
<div class="score m-4 bg-white">
|
|
<div class="score m-4 bg-white">
|
|
- <a-collapse v-model:activeKey="activeKey" ghost :bordered="false">
|
|
|
|
|
|
+ <a-collapse v-model:activeKey="activeKey" ghost accordion :bordered="false">
|
|
<a-collapse-panel key="1" header="硬件产品评分" ghost :bordered="false">
|
|
<a-collapse-panel key="1" header="硬件产品评分" ghost :bordered="false">
|
|
<GrowCard :loading="loading" class="enter-y" :list="score.hardware" />
|
|
<GrowCard :loading="loading" class="enter-y" :list="score.hardware" />
|
|
</a-collapse-panel>
|
|
</a-collapse-panel>
|
|
@@ -296,6 +296,7 @@
|
|
listField: 'list',
|
|
listField: 'list',
|
|
totalField: 'total',
|
|
totalField: 'total',
|
|
},
|
|
},
|
|
|
|
+ maxHeight: 500,
|
|
actionColumn: {
|
|
actionColumn: {
|
|
width: 220,
|
|
width: 220,
|
|
title: '操作',
|
|
title: '操作',
|