(component): 发布 1.7.3 版本

This commit is contained in:
就眠儀式
2022-10-27 11:40:08 +08:00
parent 2c28f178e4
commit c608b4f575
9 changed files with 61 additions and 38 deletions

View File

@@ -883,10 +883,10 @@ onBeforeUnmount(() => {
</tr>
</tbody>
</table>
<lay-empty
v-if="tableDataSource.length == 0 && loading == false"
></lay-empty>
<div :style="{ width: tableBodyEmptyWidth }"></div>
<template v-if="tableDataSource.length == 0 && loading == false">
<lay-empty></lay-empty>
<div :style="{ width: tableBodyEmptyWidth }"></div>
</template>
<template v-if="loading == true">
<div class="layui-table-loading">
<i