king
2020-04-03 4c6bdfe1f3557e49a315c1564bcb6164c0bc7faa
src/tabviews/zshare/normalTable/index.scss
@@ -3,8 +3,25 @@
  table {
    max-width: 100%;
    width: 100%;
    .ant-table-column-title {
      white-space: nowrap;
    .ant-table-thead {
      tr {
        th {
          position: relative;
          .ant-table-column-title {
            white-space: nowrap;
            position: static!important;
            .anticon-link {
              // color: #1890ff;
              opacity: 0.5;
              position: absolute;
              left: 0px;
              bottom: 0px;
              font-size: 12px;
            }
          }
        }
      }
    }
    .ant-table-selection-column {
      width: 60px;
@@ -95,6 +112,9 @@
          img {
            max-width: 100%;
          }
          .image-scale {
            cursor: zoom-in;
          }
        }
        .text {
          .ant-btn > .anticon + span {
@@ -125,6 +145,9 @@
          left: 0px;
          right: 0px;
          bottom: 0px;
        }
        .link-menu {
          cursor: pointer;
        }
        
        .content {
@@ -209,4 +232,23 @@
      display: block;
    }
  }
}
.image-scale-modal {
  width: 70vw;
  min-height: 80vh;
  top: 10vh;
  .ant-modal-body {
    min-height: calc(80vh - 110px);
    line-height: calc(80vh - 160px);
    text-align: center;
  }
  .ant-modal-footer {
    text-align: center;
    span {
      display: inline-block;
      color: #1890ff;
      padding: 5px 15px;
      cursor: pointer;
    }
  }
}