瀏覽代碼

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">
 .table-wrap{
   /* overflow: auto; */
+  width:90% !important;
   table{
     width:100%;
     td{
-			/* 	min-width: 35px; */
+				/* min-width: 55px; */
+				word-break: keep-all;
 				border: 1px solid #747474;
-				height: 45px;
+				height: 40px;
 				text-align: center;
 			}
   }