Quellcode durchsuchen

句子卡片加边框

visuddhinanda vor 3 Jahren
Ursprung
Commit
d7ee89a5c1
1 geänderte Dateien mit 5 neuen und 1 gelöschten Zeilen
  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 (
   return (
-    <Card bodyStyle={{ paddingBottom: 0 }} size="small">
+    <Card
+      bodyStyle={{ paddingBottom: 0 }}
+      style={{ border: "solid 2px #dfdfdf", marginTop: 4, borderRadius: 5 }}
+      size="small"
+    >
       <SentContent
       <SentContent
         sid={id}
         sid={id}
         book={book}
         book={book}