@import '~@zgfe/business-lib/es/assets/styles/variable.less';
.event-form-data {
  &-table-td {
    padding: 0 !important;

    &-show {
      display: flex;
      align-items: center;
      justify-content: center;
      min-width: 60px;
      height: 48px;
      cursor: pointer;
      span {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        cursor: pointer;
      }
    }

    &-name {
      display: flex;
      align-items: center;
      .bsicon {
        margin-right: 4px;
        color: #fd9f41;
      }

      &-content {
        display: inline-block;
        max-width: 300px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        cursor: pointer;
      }
    }

    &-link {
      display: flex;
      justify-content: flex-end;
      &:hover {
        .a-yanjingkai {
          display: block;
        }
      }
      .a-yanjingkai {
        display: none;
        margin-right: 10px;
      }
    }
    &-link:not(.not-to-detail) {
      cursor: pointer;
      &:hover {
        color: @primary-color;
      }
    }
  }
  &-table-whole-data {
    text-align: right !important;
  }
}
