Quellcode durchsuchen

fix: 提示框大小

sun-chaochao vor 3 Jahren
Ursprung
Commit
81e08d3eff
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      src/components/NoticeIcon/index.tsx

+ 1 - 1
src/components/NoticeIcon/index.tsx

@@ -110,7 +110,7 @@ const NoticeIconView = () => {
 
 
   const openNotification = (resp: any) => {
   const openNotification = (resp: any) => {
     notification.warning({
     notification.warning({
-      style: { width: 320 },
+      // style: { width: 320 },
       message: resp?.payload?.topicName,
       message: resp?.payload?.topicName,
       description: (
       description: (
         <div
         <div