king
2022-09-06 b8e1395f02c929eaa96b949cf6027ee2a43856a6
src/tabviews/zshare/normalTable/index.scss
@@ -23,6 +23,30 @@
    }
  }
  .mk-disabled {
    color: #bcbcbc;
    cursor: not-allowed;
    .ant-btn {
      cursor: not-allowed;
    }
    .ant-table-selection-column {
      > span::after {
        content: ' ';
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
      }
    }
    .ant-checkbox-checked .ant-checkbox-inner {
      background-color: #fff!important;
      border-color: #d9d9d9!important;
    }
  }
  table {
    max-width: 100%;
    width: 100%;
@@ -97,6 +121,7 @@
              img {
                max-width: 100%;
                max-height: 128px;
                display: block;
              }
              img + img {
@@ -118,6 +143,7 @@
              img {
                max-width: 100%;
                max-height: 128px;
                display: block;
                float: right;
              }
@@ -143,12 +169,15 @@
          }
        }
        .picture-col {
          img {
            max-width: 100%;
            display: inline-block;
          margin-left: -5px;
          margin-right: -5px;
          >.ant-col {
            padding: 5px;
          }
          img + img {
            margin-top: 10px;
          .mk-picture {
            background-color: #d9d9d9;
            background-position: center center;
            background-size: cover;
          }
          .image-scale {
            cursor: zoom-in;
@@ -178,6 +207,12 @@
            padding-left: 0px;
          }
        }
        .video-wrap {
          .video-react-playback-rate {
            display: none;
          }
        }
      }
      .ant-table-tbody > tr > td[rowspan] {
        vertical-align: middle;