FangSen9000 commented on code in PR #2502:
URL: https://github.com/apache/apisix-dashboard/pull/2502#discussion_r932816191
##########
web/src/pages/Route/List.tsx:
##########
@@ -542,6 +545,27 @@ const Page: React.FC = () => {
actionRef={ref}
rowKey="id"
columns={columns}
+ rowSelection={rowSelection}
+ tableAlertRender={() => (
+ <Space size={24}>
+ <span>
+ {formatMessage({ id: 'page.route.chosen' })}
{selectedRowKeys.length} {formatMessage({ id: 'page.route.item' })}
+ </span>
+ </Space>
+ )}
+ tableAlertOptionRender={() => {
+ return (
+ <Space size={16}>
+ <Button
Review Comment:

In fact, in Antd UI, deletion generally prefers White,when I have spare
power, I will try to add a secondary message, and then open a small patch PR
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]