@@ -625,4 +625,26 @@
.ant-btn+.ant-btn {
margin-left: 10px;
}
+}
+.hiddenFirstCol {
+ .ant-table {
+ .ant-table-content {
+ .ant-table-body {
+ table {
+ .ant-table-thead {
+ .ant-table-expand-icon-th {
+ display: none;
+ }
+ .ant-table-tbody {
+ .ant-table-row {
+ .ant-table-row-expand-icon-cell {
@@ -7,7 +7,7 @@
</filterCustomTable>
<contextMenu :contextMenuList="forDataBtn">
<a-table :columns="columns"
- class="topTable"
+ class="topTable hiddenFirstCol"
:pagination="false"
:expandedRowKeys="expandedRowKeys"
:customRow="Rowclick"