Browse Source

优化

master
陈裕财 3 years ago
parent
commit
001ce5bcde
  1. 6
      src/views/xm/rpt/reportIndex.vue

6
src/views/xm/rpt/reportIndex.vue

@ -347,11 +347,11 @@
img { img {
object-fit:cover; object-fit:cover;
max-width: 25%; max-width: 25%;
max-height: 70%;
max-height: 100%;
margin-right: 5px; margin-right: 5px;
} }
p { p {
font-size: 20px;
font-size: 18px;
font-weight: bold; font-weight: bold;
color: #7D7D7D; color: #7D7D7D;
margin-bottom: 10px; margin-bottom: 10px;
@ -412,7 +412,7 @@
img { img {
object-fit:cover; object-fit:cover;
max-width: 25%; max-width: 25%;
max-height: 80%;
max-height: 100%;
padding: 2px; padding: 2px;
} }
.desc{ .desc{

Loading…
Cancel
Save