Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
P
poc-fe
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
poc
poc-fe
Commits
5922dea2
Commit
5922dea2
authored
Nov 27, 2024
by
shirlyn.guo
👌🏻
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: 应用广场应用列表样式优化
parent
68e34e3b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
applications-square.vue
src/views/applications-square/applications-square.vue
+4
-5
No files found.
src/views/applications-square/applications-square.vue
View file @
5922dea2
...
...
@@ -203,15 +203,14 @@ function handleEnterKeypress(event: KeyboardEvent) {
</div>
<div>
<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"
>
<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" /> -->
</n-carousel>
</div>
<div
class=
"h-[20px] bg-[#f3f6f9]"
></div>
</n-collapse-transition>
<div
class=
"sticky top-[-
30
px] z-10"
>
<div
class=
"sticky top-[-
24
px] z-10"
>
<n-scrollbar
x-scrollable
>
<div
class=
"flex items-center rounded-[5px] bg-white py-[9px] pl-[9px]"
>
<button
...
...
@@ -227,9 +226,9 @@ function handleEnterKeypress(event: KeyboardEvent) {
</div>
</n-scrollbar>
</div>
<n-scrollbar
style=
"max-height:
920
px"
>
<n-scrollbar
style=
"max-height:
854
px"
>
<div>
<div
class=
"mt-[14px] min-h-[80
0
px]"
>
<div
class=
"mt-[14px] min-h-[80
8
px]"
>
<div
v-show=
"agentApplicationClassifyIsLoading"
class=
"flex h-[500px] items-center justify-center"
>
<n-spin
size=
"large"
/>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment