br-dionysus 0.7.19 → 0.7.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -14,7 +14,9 @@
14
14
  <template v-for="(slotData, name) in $slots" v-slot:[name]>
15
15
  <slot :name="name" v-bind="slotData"></slot>
16
16
  </template>
17
-
17
+ <template #empty>
18
+ <img src="@/assets/empty.png" />
19
+ </template>
18
20
 
19
21
  </el-table>
20
22
  </template>
@@ -166,4 +168,7 @@ defineExpose({
166
168
  </script>
167
169
 
168
170
  <style scoped lang="scss">
171
+ .el-table__empty-text img{
172
+ width:15%
173
+ }
169
174
  </style>
Binary file