Karsa 1 年之前
父节点
当前提交
185d1bf95f
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      src/views/ppt_manage/newVersion/components/formatEl/SheetEl.vue

+ 3 - 1
src/views/ppt_manage/newVersion/components/formatEl/SheetEl.vue

@@ -89,8 +89,10 @@ export default {
   /* overflow: auto; */
   table{
     width:99%;
-    table-layout: fixed;
+    table-layout: auto;
     td{
+        width: auto;
+        height: auto;
 			/* 	min-width: 35px; */
 				border: 1px solid #747474;
         word-break: break-all;