Przeglądaj źródła

:fire: 拆分测试

visuddhinanda 3 lat temu
rodzic
commit
5f64af3690
1 zmienionych plików z 14 dodań i 11 usunięć
  1. 14 11
      dashboard/src/components/nut/WbwTest.tsx

+ 14 - 11
dashboard/src/components/nut/WbwTest.tsx

@@ -22,18 +22,21 @@ const Widget = () => {
       confidence: 1,
       confidence: 1,
     });
     });
   }
   }
+
   return (
   return (
-    <div style={{ width: 700 }}>
-      <WbwSent
-        data={wbwData}
-        display="block"
-        fields={{
-          meaning: true,
-          factors: true,
-          factorMeaning: true,
-          case: true,
-        }}
-      />
+    <div>
+      <div style={{ width: 700 }}>
+        <WbwSent
+          data={wbwData}
+          display="block"
+          fields={{
+            meaning: true,
+            factors: true,
+            factorMeaning: true,
+            case: true,
+          }}
+        />
+      </div>
     </div>
     </div>
   );
   );
 };
 };