Commit cd0dc51d authored by 王玉鑫's avatar 王玉鑫

fix: 详情内列表样式修正

parent b7297819
......@@ -38,7 +38,7 @@
to-list-text="查看更多"
@to-list="toIndustrialList"
>
<div class="flex justify-evenly">
<div class="flex space-x-[23px]">
<MiniListItem
v-for="item of industrials.slice(0, 4)"
:key="item.name"
......
......@@ -66,7 +66,7 @@
to-list-text="查看更多"
@to-list="toCarrierList"
>
<div class="flex justify-evenly">
<div class="flex space-x-[23px]">
<MiniListItem
v-for="item of carriers.slice(0, 4)"
:key="item.name"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment