Sfoglia il codice sorgente

缩小card内边距

visuddhinanda 3 anni fa
parent
commit
0e0f4a24a7
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      dashboard/src/components/template/SentEdit.tsx

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

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