Explorar el Código

update 科研看板

linweizeng hace 3 años
padre
commit
8f09070b44
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/scientificPayoffs/js/index.js

+ 1 - 1
src/views/scientificPayoffs/js/index.js

@@ -196,7 +196,7 @@ export default {
     },
     linHeg(value) {
         //rowMAx 控制一行多少字
-        let rowMAx = 2
+        let rowMAx = 1
         let overValue = ''
         for (let i = 0; i < value.length; i++) {
             if ((i % rowMAx == 0) && (i != 0)) {