diff --git a/frontend/src/features/providers/index.jsx b/frontend/src/features/providers/index.jsx index 496dfcd..aec69d4 100644 --- a/frontend/src/features/providers/index.jsx +++ b/frontend/src/features/providers/index.jsx @@ -3,9 +3,13 @@ import ProviderList from './components/ProviderList'; const ProvidersPage = () => { return ( -
-

提供商管理

- +
+
+

提供商管理

+
+
+ +
); };