Browse Source

添加单词下面的横线

visuddhinanda 3 years ago
parent
commit
7fbaf31083
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dashboard/src/components/template/Wbw/WbwPali.tsx

+ 1 - 1
dashboard/src/components/template/Wbw/WbwPali.tsx

@@ -57,7 +57,7 @@ const Widget = ({ data, onChange, onSave }: IWidget) => {
     <></>
     <></>
   );
   );
   return (
   return (
-    <div>
+    <div style={{ borderBottom: "1px solid gray" }}>
       <Popover
       <Popover
         content={wbwDetail}
         content={wbwDetail}
         placement="bottom"
         placement="bottom"