重新设置a-table空状态样式
<a-config-provider>
<template #renderEmpty>
<img
src="../../../assets/images/no-data.png"
alt=""
width="120px"
height="120px"
/>
<div style="color: rgb(143, 149, 158)">暂无数据</div>
</template>
</a-config-provider>
浙公网安备 33010602011771号