提交 738bab87 authored 作者: pengxiaohui's avatar pengxiaohui

修复table表格图片超过宽度后方显示省略号的bug

上级 bc748cbe
......@@ -6,7 +6,7 @@
</template>
<!-- 图片 -->
<template v-slot:table_img="{ row }">
<img :src="row.head_img" height="40" />
<img :src="row.head_img" height="40" style="max-width:60px;"/>
</template>
<!-- Id -->
<template v-slot:table_id="scope">
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论