소스 검색

去除icon

jbb 2 년 전
부모
커밋
589f198a31
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  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>