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:
   
![image](https://user-images.githubusercontent.com/72308243/181669888-06518971-cea0-4075-938a-f7369207b54d.png)
   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]

Reply via email to