编辑一个样式
.xxx .el-descriptions-item{
border: none !important;
}
在需要去除边框的table加一个div并引用该样式
<div class="xxx">
<u-table></u-table>
</div>
去除u-table使用Descriptions的边框
阅读 118
2022-01-07
.xxx .el-descriptions-item{
border: none !important;
}
<div class="xxx">
<u-table></u-table>
</div>
相关推荐
精彩评论(0)