Эх сурвалжийг харах

Merge branch 'bug7843' into debug

shanbinzhang 3 долоо хоног өмнө
parent
commit
d4259cdb72

+ 2 - 2
src/CustomElement/EtaTable.ce.vue

@@ -78,9 +78,9 @@ function getSizeStyle(index,type) {
             rowsHArr = HeightList.split(',').map(_ =>Number(_));
             rowsHArr = HeightList.split(',').map(_ =>Number(_));
         
         
         if(type === 'height') {
         if(type === 'height') {
-            return rowsHArr[index]?`height:${rowsHArr[index]}px`:'';
+            return rowsHArr[index]?`height:${rowsHArr[index]}px`:'heigth:auto';
         }else {
         }else {
-            return columnsWArr[index]?`width:${columnsWArr[index]}px`:''
+            return columnsWArr[index]?`width:${columnsWArr[index]}px`:'width:auto'
         }
         }
 
 
     }else {
     }else {