Quellcode durchsuchen

fix typo,styles edit to style

样式属性是`style`而不是`styles`
happy wang vor 7 Jahren
Ursprung
Commit
edb2151629
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      src/utils/utils.js

+ 1 - 1
src/utils/utils.js

@@ -161,7 +161,7 @@ export function formatWan(val) {
       <span>
         {result}
         <span
-          styles={{
+          style={{
             position: 'relative',
             top: -2,
             fontSize: 14,