|
|
@@ -35,7 +35,6 @@
|
|
|
|
|
|
<upload exampleImg>
|
|
|
<div class="upload-example">
|
|
|
- <img class="example" src="@/assets/img/home/example-4.png" alt="" />
|
|
|
<img class="example" src="@/assets/img/home/plus.png" alt="" />
|
|
|
</div>
|
|
|
</upload>
|
|
|
@@ -318,12 +317,9 @@ const getFarmList = async () => {
|
|
|
align-items: center;
|
|
|
|
|
|
.example {
|
|
|
- width: 80px;
|
|
|
- height: 80px;
|
|
|
- }
|
|
|
-
|
|
|
- .example+.example {
|
|
|
- margin-left: 12px;
|
|
|
+ width: calc((100vw - 68px) / 3);
|
|
|
+ height: calc((100vw - 68px) / 3);
|
|
|
+ margin-right: 8px;
|
|
|
}
|
|
|
}
|
|
|
|