diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 9f6d825..a9bea2b 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,47 +4,7 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -158,15 +118,7 @@
-
-
-
-
- 1782803958326
-
-
-
- 1782803958326
+
@@ -552,7 +504,15 @@
1786409297653
-
+
+
+ 1786417481138
+
+
+
+ 1786417481138
+
+
@@ -572,7 +532,6 @@
-
@@ -597,7 +556,8 @@
-
+
+
\ No newline at end of file
diff --git a/src/components/common/EmptyState/index.tsx b/src/components/common/EmptyState/index.tsx
index 4da086e..a0dc7ed 100644
--- a/src/components/common/EmptyState/index.tsx
+++ b/src/components/common/EmptyState/index.tsx
@@ -1,6 +1,5 @@
import React from 'react'
-import { View, Text } from '@tarojs/components'
-import { Button } from '@nutui/nutui-react-taro'
+import { View, Text, Button } from '@tarojs/components'
interface EmptyStateProps {
image?: string
@@ -33,9 +32,13 @@ const EmptyState: React.FC = ({
)}
{actionText && onAction && (