laoD

Results 4 issues of laoD

## 点击排序,没有按照预想的逻辑显示。 ``` let tableInstance; fetch('https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/VTable/North_American_Superstore_data.json') .then(res => res.json()) .then(data => { const columns = [ { field: 'Order ID', title: 'Order ID', width: 'auto', showSort: true }, { field:...

完善配置信息 NervJS/taro#15855

### What problem does this feature solve? Search 在 Form组件中,Form组件设置labelAlign="top",导致样式出现问题。 ### What does the proposed API look like? ```xml ```

feature: need confirm