Explorar el Código

句子卡片加边框

visuddhinanda hace 3 años
padre
commit
d7ee89a5c1
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  1. 5 1
      dashboard/src/components/template/SentEdit.tsx

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

@@ -83,7 +83,11 @@ export const SentEditInner = ({
   }, []);
 
   return (
-    <Card bodyStyle={{ paddingBottom: 0 }} size="small">
+    <Card
+      bodyStyle={{ paddingBottom: 0 }}
+      style={{ border: "solid 2px #dfdfdf", marginTop: 4, borderRadius: 5 }}
+      size="small"
+    >
       <SentContent
         sid={id}
         book={book}