king
2020-01-19 68f28efd7c0c09b3ea8a2a1876c956c17d1a8d37
src/tabviews/subtable/subTable/index.scss
@@ -41,6 +41,20 @@
      .ant-table-tbody > tr > td:last-child {
        border-right: 0;
      }
      .ant-table-tbody > tr > td {
        vertical-align: top;
        .content {
          position: relative;
          z-index: 1;
          word-wrap: break-word;
          word-break: break-word;
        }
        .picture-col {
          img {
            max-width: 100%;
          }
        }
      }
      .ant-table-tbody > tr > td.ant-table-column-has-actions {
        position: relative;
        .background {
@@ -50,13 +64,7 @@
          right: 0px;
          bottom: 0px;
        }
        .content {
          position: relative;
          z-index: 1;
          word-wrap: break-word;
          word-break: break-word;
        }
        .red {
          .content {
            color: red;