Janelin
Results
2
comments of
Janelin

> @hannah-lin-sama 可以看看官网文档啊[官网Document](https://tdesign.tencent.com/react/components/select#%E8%87%AA%E5%AE%9A%E4%B9%89%E4%B8%8B%E6%8B%89%E6%A1%86%E5%AE%BD%E5%BA%A6%E7%9A%84%E9%80%89%E6%8B%A9%E5%99%A8) https://github.com/Tencent/tdesign-react/assets/49576337/30af3938-9105-4502-9498-cf296bda3f63 就是组件select的width不是一个固定的值,会适配屏幕宽度。 利用样式实现需要监听屏幕尺寸变化计算,赋给组件样式也是可以实现。