Browse Source

缩小card内边距

visuddhinanda 3 years ago
parent
commit
0e0f4a24a7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dashboard/src/components/template/SentEdit.tsx

+ 1 - 1
dashboard/src/components/template/SentEdit.tsx

@@ -57,7 +57,7 @@ const SentEditInner = ({
   simNum,
 }: IWidgetSentEditInner) => {
   return (
-    <Card>
+    <Card bodyStyle={{ paddingBottom: 0 }} size="small">
       <SentMenu>
         <SentContent
           origin={origin}