king
2020-03-19 e6a6fb8d27b14581ae771325c1b99ee26d6618dd
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 {