2023年8月14日 修复高度

This commit is contained in:
bai 2023-08-14 23:04:28 +08:00
parent 80717927c5
commit 5491844b54
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<template>
<!-- <a-list item-layout="horizontal" :data-source="list" :grid="{ gutter: 16, xs: 1, sm: 2, md: 4, lg: 4, xl: 6, xxl: 3, xxxl: 2 }"> -->
<a-list item-layout="horizontal" :data-source="list" :loading="loadingList" style="height: 105px;">
<a-list item-layout="horizontal" :data-source="list" :loading="loadingList" :style="props.flagPage?{ minHeight: '105px' }:{ height: '105px' }" >
<template #renderItem="{ item }">
<a-list-item>
<a-list-item-meta>

View File

@ -1,7 +1,7 @@
<template>
<!-- <a-list item-layout="horizontal" :data-source="list" :grid="{ gutter: 16, xs: 1, sm: 2, md: 4, lg: 4, xl: 6, xxl: 3, xxxl: 2 }"> -->
<div>
<a-list item-layout="horizontal" :data-source="list" :loading="loadingList" style="height: 105px;" >
<a-list item-layout="horizontal" :data-source="list" :loading="loadingList" :style="props.flagPage?{ minHeight: '105px' }:{ height: '105px' }" >
<template #renderItem="{ item }">
<a-list-item>
<a-list-item-meta>