visuddhinanda 2 лет назад
Родитель
Сommit
c37f4306ba
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      dashboard/src/components/template/SentEdit/SuggestionPopover.tsx

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

@@ -59,12 +59,13 @@ const SuggestionPopoverWidget = ({
   return (
     <Popover
       placement="bottomRight"
+      arrowPointAtCenter
       content={
         <div>
           <SentCell value={sentData} key={1} isPr={true} showDiff={false} />
         </div>
       }
-      title={`${sentData?.editor.nickName}`}
+      title={`${sentData?.editor.nickName}提交的修改建议`}
       trigger="click"
       open={open}
       onOpenChange={handleOpenChange}