فهرست منبع

合并冲突处理

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) : ''}