king
2020-03-26 e0f1f05b7567a7bfd29fd5ad54e4b2222ddfcb94
src/tabviews/zshare/normalTable/index.scss
@@ -40,6 +40,56 @@
          z-index: 1;
          word-wrap: break-word;
          word-break: break-word;
          .content-fence {
            position: relative;
            width: 100%;
            word-wrap: break-word;
            word-break: break-word;
            .content-fence-top {
              position: relative;
              word-wrap: break-word;
              word-break: break-word;
              width: 100%;
              text-align: center;
              margin-bottom: 5px;
              img {
                max-width: 100%;
              }
              img + img {
                margin-left: 10px;
              }
            }
            .content-fence-bottom {
              position: relative;
              word-wrap: break-word;
              word-break: break-word;
              width: 100%;
            }
            .content-fence-left {
              position: relative;
              display: inline-block;
              word-wrap: break-word;
              word-break: break-word;
              width: calc(50% - 5px);
              img {
                max-width: 100%;
              }
              img + img {
                margin-top: 10px;
              }
            }
            .content-fence-right {
              position: relative;
              float: right;
              word-wrap: break-word;
              word-break: break-word;
              width: calc(50% - 5px);
            }
          }
        }
        .picture-col {
          img {
@@ -76,7 +126,7 @@
      }
      .ant-table-tbody > tr > td .content {
        p {
          margin-bottom: 5px;
          margin-bottom: 2px;
        }
        span {
          display: inline-block;