king
2024-03-08 1bec8d69cf14bd88591eee5b0320c5c8f6c25a08
src/tabviews/custom/components/share/normalTable/index.scss
@@ -116,68 +116,35 @@
            display: none;
          }
        }
        .action-col {
          .ant-btn > .anticon + span {
            margin-left: 3px;
          }
          button {
            border: 0;
            background-color: transparent;
            color: #1890ff;
            box-shadow: none;
            padding: 0 5px;
            .anticon-loading {
              display: none;
            }
          }
          > div {
            margin: 0 3px;
          }
          > button {
            margin: 0 3px;
          }
          .ant-btn.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) {
            padding-left: 0px;
          }
        }
      }
      .ant-table-tbody > tr > td[rowspan] {
        vertical-align: middle;
      }
      .ant-table-tbody > tr > td.ant-table-column-has-actions {
        .content {
          position: relative;
          z-index: 1;
          word-wrap: break-word;
          word-break: break-word;
        }
      }
      // .ant-table-tbody > tr > td.ant-table-column-has-actions {
      //   .content {
      //     position: relative;
      //     z-index: 1;
      //     word-wrap: break-word;
      //     word-break: break-word;
      //   }
      // }
      .ant-table-tbody > tr > td {
        position: relative;
        .link-menu {
          position: absolute;
          top: 0px;
          left: 0px;
          right: 0px;
          bottom: 0px;
          opacity: 0;
          cursor: pointer;
        }
      }
      .ant-table-tbody > tr > td .content {
        p {
          margin-bottom: 2px;
        }
        span {
          display: inline-block;
          margin-right: 5px;
        }
      }
      .ant-table-tbody > tr > td .button {
        .ant-btn {
          margin-bottom: 10px;
        }
      }
      // .ant-table-tbody > tr > td .content {
      //   p {
      //     margin-bottom: 2px;
      //   }
      //   span {
      //     display: inline-block;
      //     margin-right: 5px;
      //   }
      // }
      // .ant-table-tbody > tr > td .button {
      //   .ant-btn {
      //     margin-bottom: 10px;
      //   }
      // }
    }
  }
  // .ant-table-body::-webkit-scrollbar {