.wrapper {
  position: relative;
  .tip {
    color: #999999;
    font-size: 12px;
    position: absolute;
    right: 10px;
    bottom: 5px;
  }
  .text_area {
    width: 100%;
    border-radius: 2px;
    color: #212121;
    font-size: 14px;
    border: 1px solid #c5cddb;
    outline: none;
    padding: 10px;
    resize: none;
    &:focus,
    &:hover {
      box-shadow: unset;
      border: 1px solid #5b99ea;
    }
  }
  :global {
    textarea.ant-input {
      resize: none;
      font-size: 14px;
    }
  }
}
