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
04ccacda
Commit
04ccacda
authored
Nov 08, 2024
by
nick zheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: 更换应用广场轮播图
parent
1348de9d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
application-square-carousel.png
src/assets/images/application-square-carousel.png
+0
-0
index.vue
src/layout/index.vue
+1
-1
applications-square.vue
src/views/applications-square/applications-square.vue
+3
-3
No files found.
src/assets/images/application-square-carousel.png
View replaced file @
1348de9d
View file @
04ccacda
This diff is collapsed.
Click to expand it.
src/layout/index.vue
View file @
04ccacda
...
@@ -31,7 +31,7 @@ watchEffect(() => {
...
@@ -31,7 +31,7 @@ watchEffect(() => {
<NLayoutContent
class=
"bg-[#f3f6f9]! flex-1"
>
<NLayoutContent
class=
"bg-[#f3f6f9]! flex-1"
>
<main
<main
class=
"main-content-container
box-border h-full
transition-[padding] duration-300 ease-in-out"
class=
"main-content-container
m-auto box-border h-full max-w-[1669px]
transition-[padding] duration-300 ease-in-out"
:class=
"
{ 'px-6': isShowMainContentContainerPadding, 'py-4': isShowMainContentContainerPadding }"
:class=
"
{ 'px-6': isShowMainContentContainerPadding, 'py-4': isShowMainContentContainerPadding }"
>
>
<RouterView
v-slot=
"
{ Component }">
<RouterView
v-slot=
"
{ Component }">
...
...
src/views/applications-square/applications-square.vue
View file @
04ccacda
...
@@ -175,9 +175,9 @@ function handleAddAgentApplications() {
...
@@ -175,9 +175,9 @@ function handleAddAgentApplications() {
<div>
<div>
<n-collapse-transition
:show=
"isShowCarousel"
>
<n-collapse-transition
:show=
"isShowCarousel"
>
<div>
<div>
<n-carousel
autoplay
class=
"h-[280px] w-full rounded-[
1
0px] object-cover 2xl:object-fill"
>
<n-carousel
autoplay
class=
"h-[280px] w-full rounded-[
2
0px] object-cover 2xl:object-fill"
>
<img
class=
"h-
[280px]
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>
<div
class=
"h-[20px] bg-[#f3f6f9]"
></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