@yibozhang/pro-table 0.1.8 → 0.1.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3672,7 +3672,7 @@
3672
3672
  if (parentWidth > 0) {
3673
3673
  // 设置宽度,可以减去一些 padding/margin 来避免溢出
3674
3674
  // 这里直接使用父元素宽度,如果需要可以调整
3675
- actualSelect.style.width = parentWidth + "px";
3675
+ actualSelect.style.maxWidth = parentWidth + "px";
3676
3676
  }
3677
3677
  }
3678
3678
  }