a-textarea实现自动出现滚动条不能自动伸缩

    :deep(textarea) {
      width: 100%;
      height: 50px;
      overflow-y: auto;
      resize: none;
    }

你可能感兴趣的:(页面遇到的基础问题,前端,javascript,html)