diff --git a/src/components/rect.jsx b/src/components/rect.jsx
index d762df5..b8346fb 100644
--- a/src/components/rect.jsx
+++ b/src/components/rect.jsx
@@ -15,6 +15,8 @@ import {
Col,
Popover,
Tag,
+ Popconfirm,
+ Toast,
} from "@douyinfe/semi-ui";
const Rect = (props) => {
@@ -136,12 +138,21 @@ const Rect = (props) => {
>
-
+
+
)}