Commit dd2d506b authored by shirlyn.guo's avatar shirlyn.guo 👌🏻

chore: 应用广场列表贴边

parent a6d36aba
......@@ -204,13 +204,9 @@ function handleAddAgentApplications() {
</div>
<div
v-show="!agentApplicationClassifyIsLoading && agentApplicationList.length !== 0"
class="grid-content grid grid-cols-4"
class="grid-content grid grid-cols-4 gap-4"
>
<div
v-for="agentApplicationItem in agentApplicationList"
:key="agentApplicationItem.id"
class="mb-[15px] mr-[15px]"
>
<div v-for="agentApplicationItem in agentApplicationList" :key="agentApplicationItem.id" class="">
<div
class="rounded-[10px]! max-w-[392px] bg-[#fff] px-[24px] pb-[20px] pt-[20px] shadow-[0_4px_10px_0px_rgba(103,103,103,.1)]"
>
......
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