marymelisa hace 4 años
padre
commit
232a190607

+ 22 - 0
src/assets/styles/mixin.less

@@ -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 {
+                                display: none;
+                            }
+                        }
+                    }
+                }
+            }
+        }
+    }
 }

+ 1 - 1
src/views/information/custom/list/normal-use/index.vue

@@ -7,7 +7,7 @@
     </filterCustomTable>
     <contextMenu :contextMenuList="forDataBtn">
       <a-table :columns="columns"
-               class="topTable"
+               class="topTable hiddenFirstCol"
                :pagination="false"
                :expandedRowKeys="expandedRowKeys"
                :customRow="Rowclick"