king
2024-04-08 37e28da53f6d4d7d8abe7626ba28ba7dbe16e7bb
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 {