Mrlang
Mrlang
According to the research based on the issue at https://github.com/jimmywarting/await-sync/issues/1#issuecomment-1538762664 Worker threads in `Node.js` send their standard IO to the main thread for processing. When synchronous operations are implemented, the...
WIP: 1. 多选 2. 尺寸样式
复现地址: https://aui.js.org/?path=/docs/example-autocomplete--docs#disabled 
原因是 `position: sticky` 的粘滞是相对于容器的,此处 `table-row` 的宽度是 table 的宽度,在滚动距离超过这个宽度的时候,sticky 就失效了 可以尝试给 row 增加 `min-width: fix-content` https://github.com/user-attachments/assets/dd78813c-3c5e-4e71-96a7-c31d0372a2fd

## Summary by CodeRabbit - New Features - Textarea inputs now support vertical resizing and improved overflow handling. - Refactor - Styles migrated to Sass modules with a unified theme...
## Summary by CodeRabbit * **Style** * Updated tag background and border colors for improved consistency and contrast. * Adjusted disabled and read-only tag states to streamline background color handling....