visuddhinanda 2 лет назад
Родитель
Сommit
d7ee89a5c1
1 измененных файлов с 5 добавлено и 1 удалено
  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}