去掉td自带边框
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user