소스 검색

eta1.7.5 init

cxmo 1 년 전
부모
커밋
667728c2d6
1개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. 4 2
      src/views/ppt_manage/newVersion/components/formatEl/SheetEl.vue

+ 4 - 2
src/views/ppt_manage/newVersion/components/formatEl/SheetEl.vue

@@ -67,12 +67,14 @@ export default {
 <style scoped lang="scss">
 <style scoped lang="scss">
 .table-wrap{
 .table-wrap{
   /* overflow: auto; */
   /* overflow: auto; */
+  width:90% !important;
   table{
   table{
     width:100%;
     width:100%;
     td{
     td{
-			/* 	min-width: 35px; */
+				/* min-width: 55px; */
+				word-break: keep-all;
 				border: 1px solid #747474;
 				border: 1px solid #747474;
-				height: 45px;
+				height: 40px;
 				text-align: center;
 				text-align: center;
 			}
 			}
   }
   }