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;