diff --git a/src/views/xm/rpt/reportIndex.vue b/src/views/xm/rpt/reportIndex.vue index ae23513e..f4d82dc1 100644 --- a/src/views/xm/rpt/reportIndex.vue +++ b/src/views/xm/rpt/reportIndex.vue @@ -345,15 +345,16 @@ } .nav { - overflow: auto; - padding:0px 10px 0 20px; + overflow: auto; display:flex; align-items:center; justify-content: space-between; flex-wrap:wrap; + padding-right: 5px; .nav_item { - display: flex; - height: 138px; + height: 100px; + padding:2px; + display: flex; flex-direction: row; border: 2px solid #EDF0F9; box-shadow: 0px 3px 4px 0px rgba(186, 184, 184, 0.1); @@ -365,12 +366,12 @@ width:100%; img { object-fit:cover; - width: 94px; - height: 94px; - margin: 0 18px; + max-width: 25%; + max-height: 80%; + padding: 2px; } p { - font-size: 20px; + font-size: 18px; font-weight: bold; color: #7D7D7D; margin-bottom: 10px; @@ -378,13 +379,13 @@ span { font-size: 14px; color: #7D7D7D; - line-height: 26px; + line-height: 16px; } i { position: absolute; top: 10px; - right: 20px; - font-size: 36px; + right: 10px; + font-size: 30px; color: #90B1F4; } }