king
2021-03-29 a2cbc7cbb029eb97ab3c71ffabf6fd8a716fb70e
src/tabviews/custom/components/share/normalTable/index.scss
@@ -1,6 +1,6 @@
.normal-custom-table {
  position: relative;
  padding: 0 0px 30px;
  padding: 0px;
  .normal-table-footer {
    padding: 10px 0px;
@@ -93,6 +93,14 @@
        vertical-align: middle;
      }
      .ant-table-tbody > tr > td.ant-table-column-has-actions {
        .content {
          position: relative;
          z-index: 1;
          word-wrap: break-word;
          word-break: break-word;
        }
      }
      .ant-table-tbody > tr > td {
        position: relative;
        .link-menu {
          position: absolute;
@@ -102,13 +110,6 @@
          bottom: 0px;
          opacity: 0;
          cursor: pointer;
        }
        .content {
          position: relative;
          z-index: 1;
          word-wrap: break-word;
          word-break: break-word;
        }
      }
      .ant-table-tbody > tr > td .content {
@@ -157,6 +158,11 @@
    }
  }
}
.normal-custom-table.hidden {
  thead {
    display: none;
  }
}
.image-scale-modal {
  width: 70vw;
  min-height: 80vh;