소스 검색

合并冲突处理

cldu 1 주 전
부모
커밋
1b19a9bcbb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/sheet.vue

+ 1 - 1
src/components/sheet.vue

@@ -88,7 +88,7 @@ initTableCellsWid('init',props.sceneConfig)
           :colspan="cell.mc.cs||1"
           :rowspan="cell.mc.rs||1"
           :style="`
-            width:${index==0?getSize(cell_index,'width'):'auto'};
+            width:${getSize(cell_index,'width')};
             background: ${cell.bg};
             font-size: ${props.config.FontSize||cell.fs||12}px;
             ${!cell.ct.s ? handleCellStyle(cell) : ''}