From cae892f7fa165fadbf0c4e8928846f715cda7a88 Mon Sep 17 00:00:00 2001 From: 明梦爽 <2972214568@qq.com> Date: 星期三, 23 三月 2022 18:29:30 +0800 Subject: [PATCH] 增加介绍文档 --- src/views/homePage/moreMessage.vue | 12 +++++------- 1 files changed, 5 insertions(+), 7 deletions(-) diff --git a/src/views/homePage/moreMessage.vue b/src/views/homePage/moreMessage.vue index 43978e9..7b25d0d 100644 --- a/src/views/homePage/moreMessage.vue +++ b/src/views/homePage/moreMessage.vue @@ -98,7 +98,7 @@ currentPagenotice:1, //閫氱煡鍏憡鐨勫綋鍓嶉〉 currentPageschool:1, //瀛﹂櫌鍔ㄦ�佺殑褰撳墠椤� currentPagework:1, //宸ヤ綔鍔ㄦ�佺殑褰撳墠椤� - pageSize:4, + pageSize:10, totalnotice:0, //閫氱煡鍏憡鏂伴椈鐨勬�绘潯鏁� totalschool:0, //瀛﹂櫌鍔ㄦ�佹柊闂荤殑鎬绘潯鏁� totalwork:0, //宸ヤ綔鍔ㄦ�佹柊闂荤殑鎬绘潯鏁� @@ -212,7 +212,7 @@ border-bottom: 1px solid #0f99e9; } .lieBiao { - width: 95%; + width: 100%; height: 60px; background: rgb(241, 241, 241); margin-bottom: 10px; @@ -220,14 +220,12 @@ .time { width: 100px; padding: 17px 0px; - display: flex; - flex-direction: column; background-color: rgb(1, 72, 153); color: white; text-align: center; } .title { - width: 550px; + width: 980px; height: 50px; overflow: hidden; line-height: 60px; @@ -235,7 +233,7 @@ padding: 0 0 0 10px; } .ul{ - width: 700px; - margin: 0 auto; + width: 1100px; + margin: 0; } </style> \ No newline at end of file -- Gitblit v1.8.0