新增提示Toast组件

This commit is contained in:
2025-04-21 09:22:13 +08:00
parent 01d93522b8
commit 5c2c367856
36 changed files with 2609 additions and 478 deletions
+8 -3
View File
@@ -542,7 +542,12 @@ export default function RuleGroupsIndex() {
<div className="content-container rule-groups-page">
{/* 页面头部 */}
<div className="flex justify-between items-center mb-4">
<h2 className="text-xl font-medium"></h2>
<h2 className="text-xl font-medium flex">
<div className="flex items-center bg-white px-3 py-1 rounded-md">
<span className="text-sm text-secondary"></span>
<span className="text-base font-normal text-primary ml-1">{processedData.length}</span>
</div>
</h2>
<div className="flex">
<Button
type="default"
@@ -634,13 +639,13 @@ export default function RuleGroupsIndex() {
/>
{/* 分页 - 使用Pagination组件 */}
<Pagination
{/* <Pagination
currentPage={1}
total={processedData.length}
pageSize={10}
onChange={() => {}}
showTotal={true}
/>
/> */}
</>
)}
</Card>