king
2024-05-21 f0bf8c399c354c22227f8f1a76ed806098db59c0
src/templates/sharecomponent/actioncomponent/verifyexcelout/index.scss
@@ -96,6 +96,15 @@
    padding: 0 5px;
    cursor: pointer;
  }
  .edit-other {
    opacity: 0;
    color: #1890ff;
    padding: 0 5px;
    transition: opacity 0.2s;
  }
  tr:not([draggable="false"]) td:hover .edit-other {
    opacity: 1;
  }
}
.verify-excelout-box-tab {
  >.ant-spin {