.ml-textarea {
  &.is-readonly {
    max-height: 100px;
    overflow: auto;
    white-space: pre-wrap;
  }
  .vxe-textarea--count {
    background-color: transparent;
  }
}