king
2021-03-24 875ddf51cac56da2b098c570866a5ea997132064
src/tabviews/custom/components/share/normalTable/index.scss
@@ -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 {