king
2020-05-12 d21470fe80e265cda2c355f636c3258eb0f56636
src/tabviews/zshare/normalTable/index.scss
@@ -18,11 +18,14 @@
      min-width: 60px;
      max-width: 60px;
    }
    .ant-table-tbody > tr.ant-table-row-selected td {
    .ant-table-tbody > tr.ant-table-row-selected:not(.background) td {
      background-color: #c4ebfd;
    }
    .ant-table-tbody > tr.ant-table-row-selected:hover .ant-table-column-sort {
    .ant-table-tbody > tr.ant-table-row-selected:not(.background):hover .ant-table-column-sort {
      background-color: #c4ebfd;
    }
    .ant-table-tbody > tr.background td {
      background-color: unset!important;
    }
  }
  .ant-table-body {
@@ -133,7 +136,7 @@
      }
      .ant-table-tbody > tr > td.ant-table-column-has-actions {
        position: relative;
        .background {
        .baseboard {
          position: absolute;
          top: 0px;
          left: 0px;
@@ -149,36 +152,6 @@
          z-index: 1;
          word-wrap: break-word;
          word-break: break-word;
        }
        .red {
          .content {
            color: red;
          }
        }
        .redbg {
          .background {
            background: lightcoral;
          }
        }
        .orange {
          .content {
            color: orange;
          }
        }
        .orangebg {
          .background {
            background: lightsalmon;
          }
        }
        .green {
          .content {
            color: green;
          }
        }
        .greenbg {
          .background {
            background: lightgreen;
          }
        }
      }
      .ant-table-tbody > tr > td .content {