king
2021-04-06 f71bb7d6a8907b9219f39361725e94c28259bd61
src/tabviews/zshare/normalTable/index.scss
@@ -54,6 +54,19 @@
    table {
      .ant-table-tbody > tr > td {
        vertical-align: top;
        position: relative;
        .baseboard {
          position: absolute;
          top: 0px;
          left: 0px;
          right: 0px;
          bottom: 0px;
        }
        .link-menu {
          cursor: pointer;
        }
        .content {
          position: relative;
          z-index: 1;
@@ -112,6 +125,14 @@
              width: calc(50% - 5px);
            }
          }
          p {
            margin-bottom: 2px;
          }
          span {
            display: inline-block;
            margin-right: 5px;
          }
        }
        .picture-col {
          img {
@@ -153,35 +174,7 @@
      .ant-table-tbody > tr > td[rowspan] {
        vertical-align: middle;
      }
      .ant-table-tbody > tr > td.ant-table-column-has-actions {
        position: relative;
        .baseboard {
          position: absolute;
          top: 0px;
          left: 0px;
          right: 0px;
          bottom: 0px;
        }
        .link-menu {
          cursor: pointer;
        }
        .content {
          position: relative;
          z-index: 1;
          word-wrap: break-word;
          word-break: break-word;
        }
      }
      .ant-table-tbody > tr > td .content {
        p {
          margin-bottom: 2px;
        }
        span {
          display: inline-block;
          margin-right: 5px;
        }
      }
      .ant-table-tbody > tr > td .button {
        .ant-btn {
          margin-bottom: 10px;