<view class="ant-autoresize-fontsize-container-{{$id}} {{className}}">
  <view
    class="ant-autoresize-slot"
    style="{{wrapAndEllipsisStyle}}"
  >
    <!--默认插槽，子组件在这里渲染-->
    <slot></slot>
  </view>
</view>