diff --git a/src/assets/images/link-card.png b/src/assets/images/link-card.png
index d648ddc..cf3741d 100644
Binary files a/src/assets/images/link-card.png and b/src/assets/images/link-card.png differ
diff --git a/src/assets/images/report-card.png b/src/assets/images/report-card.png
index 2d579e1..81f3540 100644
Binary files a/src/assets/images/report-card.png and b/src/assets/images/report-card.png differ
diff --git a/src/views/home/agent/components/Item.vue b/src/views/home/agent/components/Item.vue
index bc149b1..a6ce93b 100644
--- a/src/views/home/agent/components/Item.vue
+++ b/src/views/home/agent/components/Item.vue
@@ -57,7 +57,7 @@
>
diff --git a/src/views/home/agent/components/ReportCard.vue b/src/views/home/agent/components/ReportCard.vue
index 676c663..6a23dce 100644
--- a/src/views/home/agent/components/ReportCard.vue
+++ b/src/views/home/agent/components/ReportCard.vue
@@ -3,7 +3,7 @@
@@ -35,28 +35,27 @@
.report-card {
cursor: pointer;
width: 100%;
- height: 11.2rem;
+ // height: 11.2rem;
margin: 1.2rem 0 0;
- min-height: 11.2rem;
+ // min-height: 11.2rem;
background: url('@/assets/images/report-card.png') no-repeat;
background-size: 100% 100%;
- padding: 2.9rem;
+ // padding: 2.9rem;
overflow: hidden;
position: relative;
margin-bottom: 0;
+ padding: 2rem 3rem;
+ max-width: 52.5rem;
+ box-sizing: border-box;
+ height: 8rem;
&.is-url {
background: url('@/assets/images/link-card.png') no-repeat;
background-size: 100% 100%;
- margin: 2.4rem 0;
+ // margin: 2.4rem 0;
}
&.is-sketch {
background: url('@/assets/images/sketch-card.png') no-repeat;
- padding: 2rem 3rem;
- max-width: 52.5rem;
- height: 8rem;
- box-sizing: border-box;
background-size: 100% 100%;
- min-height: initial;
.report-card-header {
margin-bottom: 0;
}