::v-deep {
  .press-popover {
    padding: 0 .16rem!important;
    border-radius: .06rem!important;
    background: rgba(4, 4, 4, .7)!important;

    &.press-popover--top {
      &::before {
        bottom: -.1rem;
        border-left-width: .08rem;
        border-right-width: .08rem;
        border-top-width: .1rem;
        border-top-color: rgba(4, 4, 4, .7);
      }
    }

    &.press-popover--bottom {
      &::before {
        top: -.1rem;
        border-left-width: .08rem;
        border-right-width: .08rem;
        border-top-width: .1rem;
        border-top-color: rgba(4, 4, 4, .7);
      }
    }

    &.press-popover--left {
      &::before {
        right: -.12rem;
        border-left-width: .08rem;
        border-right-width: .08rem;
        border-top-width: .1rem;
        border-top-color: rgba(4, 4, 4, .7);
      }
    }

    &.press-popover--right {
      &::before {
        left: -.12rem;
        border-left-width: .08rem;
        border-right-width: .08rem;
        border-top-width: .1rem;
        border-top-color: rgba(4, 4, 4, .7);
      }
    }
  }
}