)
@@ -34,7 +34,7 @@ const CardIcon = ({ children, type, className, ...rest }: CardProps) => {
return (
{
)
}
-const CardTool = ({ children }: CardProps) => {
+const CardTool = ({ children, className }: CardProps) => {
return (
-
+
{children}
)
diff --git a/src/components/window/SideBar.tsx b/src/components/window/SideBar.tsx
index cb3335e..1f9d742 100644
--- a/src/components/window/SideBar.tsx
+++ b/src/components/window/SideBar.tsx
@@ -118,7 +118,7 @@ const SideBar = () => {
版本号
-
{app.state.version}
+
{app.state.version}
)
diff --git a/src/components/window/ToolButton.tsx b/src/components/window/ToolButton.tsx
index 235b706..582e902 100644
--- a/src/components/window/ToolButton.tsx
+++ b/src/components/window/ToolButton.tsx
@@ -7,7 +7,7 @@ export const ToolButton = ({ children, ...rest }: ToolButtonProps) => {
return (