Commit 3551e942 authored by shirlyn.guo's avatar shirlyn.guo 👌🏻

chore: 应用广场分割线换成实线&剔除无用代码

parent dd2d506b
...@@ -206,7 +206,7 @@ function handleAddAgentApplications() { ...@@ -206,7 +206,7 @@ function handleAddAgentApplications() {
v-show="!agentApplicationClassifyIsLoading && agentApplicationList.length !== 0" v-show="!agentApplicationClassifyIsLoading && agentApplicationList.length !== 0"
class="grid-content grid grid-cols-4 gap-4" class="grid-content grid grid-cols-4 gap-4"
> >
<div v-for="agentApplicationItem in agentApplicationList" :key="agentApplicationItem.id" class=""> <div v-for="agentApplicationItem in agentApplicationList" :key="agentApplicationItem.id">
<div <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)]" class="rounded-[10px]! max-w-[392px] bg-[#fff] px-[24px] pb-[20px] pt-[20px] shadow-[0_4px_10px_0px_rgba(103,103,103,.1)]"
> >
...@@ -242,7 +242,7 @@ function handleAddAgentApplications() { ...@@ -242,7 +242,7 @@ function handleAddAgentApplications() {
/> />
</div> </div>
</div> </div>
<n-divider class="mt-0! mb-[14px]!" dashed /> <n-divider class="mt-0! mb-[14px]!" />
<div> <div>
<div class="flex justify-between"> <div class="flex justify-between">
<div class="flex"> <div class="flex">
......
...@@ -171,7 +171,7 @@ function handleGetMallCategoryList() { ...@@ -171,7 +171,7 @@ function handleGetMallCategoryList() {
</template></n-switch </template></n-switch
> >
</div> </div>
<div class=""> <div>
<div class="flex max-h-[490px] justify-center overflow-y-hidden bg-[#f3f4fb]"></div> <div class="flex max-h-[490px] justify-center overflow-y-hidden bg-[#f3f4fb]"></div>
<div class="mt-[24px] flex justify-end"> <div class="mt-[24px] flex justify-end">
......
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