Browse Source

宽度改为700

visuddhinanda 1 năm trước cách đây
mục cha
commit
373985fd6a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      dashboard/src/components/general/NissayaCard.tsx

+ 1 - 1
dashboard/src/components/general/NissayaCard.tsx

@@ -22,7 +22,7 @@ interface INissayaCardModal {
 export const NissayaCardPop = ({ text, trigger }: INissayaCardModal) => {
   return (
     <Popover
-      style={{ width: 600 }}
+      style={{ width: 700 }}
       content={<NissayaCardWidget text={text} cache={true} hideEditButton />}
       placement="bottom"
     >