fix: 1.目录调整2.el-table empty-text 属性调整

This commit is contained in:
@changcode
2022-09-13 17:52:38 +08:00
parent bda7886d27
commit f0c3f11166
11 changed files with 15 additions and 16 deletions

View File

@@ -24,7 +24,7 @@
:data="tableData"
class="npm-app-event-table"
height="100%"
empty-text=" "
empty-text=""
>
<template v-for="(item, index) in customTableTitles" :key="index">
<el-table-column class="data-column" :min-width="columnWidth(index)">