Browse Source

去除icon

jbb 2 years ago
parent
commit
589f198a31
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/views/reportForms/fabric-loss-table.vue

+ 3 - 0
src/views/reportForms/fabric-loss-table.vue

@@ -1335,4 +1335,7 @@ export default {
 /deep/ .ant-input-group{
   padding-right: 6px !important;
 }
+/deep/ .ant-table .ant-table-row-indent + .ant-table-row-expand-icon{
+  display: none !important;
+}
 </style>