oceanbase / oceanbase-design

An enterprise-class design system based on Ant Design and extending it.
https://design.oceanbase.com
MIT License
31 stars 15 forks source link

improve(ui): ProTable should inherit style from Table #549

Closed dengfuping closed 5 months ago

dengfuping commented 5 months ago

📦 Modified package

🤔 This is a ...

🔗 Related issue link

💡 Background and solution

Before After
image image

📝 Changelog

Language Changelog
🇺🇸 English -
🇨🇳 Chinese - 💄 ProTable 继承 Table 样式,以符合 OceanBase Design 设计规范。- 💄 ProTable 查询表单默认去掉 requiredMark,避免占用空间。- 💄 ProTable 和 Table 分页器配置默认为 { defaultPageSize: 10, showSizeChanger: true, pageSizeOptions: ['10', '20', '50', '100'], showTotal: total => `共 ${total} 条`。

☑️ Self-Check before Merge

⚠️ Please check all items below before requesting a reviewing. ⚠️

github-actions[bot] commented 5 months ago