去掉td自带边框
This commit is contained in:
@@ -101,7 +101,7 @@
|
|||||||
:colConfigs="tabIndex == 0 ? colConfigs0 : colConfigs1"
|
:colConfigs="tabIndex == 0 ? colConfigs0 : colConfigs1"
|
||||||
v-if="tableData.length"
|
v-if="tableData.length"
|
||||||
>
|
>
|
||||||
<u-td slot="groupOwnerId" slot-scope="{ row }">
|
<u-td slot="groupOwnerId" slot-scope="{ row }" style="border: none;">
|
||||||
<AiOpenData
|
<AiOpenData
|
||||||
v-if="row.groupOwnerId"
|
v-if="row.groupOwnerId"
|
||||||
type="userName"
|
type="userName"
|
||||||
|
|||||||
Reference in New Issue
Block a user