去掉td自带边框

This commit is contained in:
shijingjing
2022-07-29 09:37:05 +08:00
parent f979551fd4
commit d33a20ba41

View File

@@ -101,7 +101,7 @@
:colConfigs="tabIndex == 0 ? colConfigs0 : colConfigs1"
v-if="tableData.length"
>
<u-td slot="groupOwnerId" slot-scope="{ row }">
<u-td slot="groupOwnerId" slot-scope="{ row }" style="border: none;">
<AiOpenData
v-if="row.groupOwnerId"
type="userName"