编辑一个样式
.xxx .el-descriptions-item{
border: none !important;
}
在需要去除边框的table加一个div并引用该样式
<div class="xxx">
<u-table></u-table>
</div>
微信扫一扫
.xxx .el-descriptions-item{
border: none !important;
}
<div class="xxx">
<u-table></u-table>
</div>
相关推荐