Commit 5922dea2 authored by shirlyn.guo's avatar shirlyn.guo 👌🏻

chore: 应用广场应用列表样式优化

parent 68e34e3b
...@@ -203,15 +203,14 @@ function handleEnterKeypress(event: KeyboardEvent) { ...@@ -203,15 +203,14 @@ function handleEnterKeypress(event: KeyboardEvent) {
</div> </div>
<div> <div>
<n-collapse-transition :show="isShowCarousel"> <n-collapse-transition :show="isShowCarousel">
<div> <div class="mb-[20px]">
<n-carousel autoplay class="h-[280px] w-full rounded-[20px] object-cover 2xl:object-fill"> <n-carousel autoplay class="h-[280px] w-full rounded-[20px] object-cover 2xl:object-fill">
<img class="h-full w-full object-cover" src="@/assets/images/application-square-carousel.png" /> <img class="h-full w-full object-cover" src="@/assets/images/application-square-carousel.png" />
<!-- <img class="h-[280px] w-full object-cover" src="@/assets/images/application-square-carousel.png" /> --> <!-- <img class="h-[280px] w-full object-cover" src="@/assets/images/application-square-carousel.png" /> -->
</n-carousel> </n-carousel>
</div> </div>
<div class="h-[20px] bg-[#f3f6f9]"></div>
</n-collapse-transition> </n-collapse-transition>
<div class="sticky top-[-30px] z-10"> <div class="sticky top-[-24px] z-10">
<n-scrollbar x-scrollable> <n-scrollbar x-scrollable>
<div class="flex items-center rounded-[5px] bg-white py-[9px] pl-[9px]"> <div class="flex items-center rounded-[5px] bg-white py-[9px] pl-[9px]">
<button <button
...@@ -227,9 +226,9 @@ function handleEnterKeypress(event: KeyboardEvent) { ...@@ -227,9 +226,9 @@ function handleEnterKeypress(event: KeyboardEvent) {
</div> </div>
</n-scrollbar> </n-scrollbar>
</div> </div>
<n-scrollbar style="max-height: 920px"> <n-scrollbar style="max-height: 854px">
<div> <div>
<div class="mt-[14px] min-h-[800px]"> <div class="mt-[14px] min-h-[808px]">
<div v-show="agentApplicationClassifyIsLoading" class="flex h-[500px] items-center justify-center"> <div v-show="agentApplicationClassifyIsLoading" class="flex h-[500px] items-center justify-center">
<n-spin size="large" /> <n-spin size="large" />
</div> </div>
......
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