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
b1aef832
Commit
b1aef832
authored
Nov 07, 2024
by
shirlyn.guo
👌🏻
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: 去除多余的手形效果
parent
b5e63e44
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
16 deletions
+4
-16
applications-square.vue
src/views/applications-square/applications-square.vue
+4
-16
No files found.
src/views/applications-square/applications-square.vue
View file @
b1aef832
...
...
@@ -171,14 +171,8 @@ function handleAddAgentApplications() {
<n-collapse-transition
:show=
"isShowCarousel"
>
<div>
<n-carousel
autoplay
class=
"h-[280px] w-full rounded-[10px] object-cover 2xl:object-fill"
>
<img
class=
"h-[280px] w-full cursor-pointer object-cover"
src=
"@/assets/images/application-square-carousel.png"
/>
<img
class=
"h-[280px] w-full cursor-pointer 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>
</div>
<div
class=
"h-[20px] bg-[#f3f6f9]"
></div>
...
...
@@ -215,7 +209,7 @@ function handleAddAgentApplications() {
<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)]"
>
<div
class=
"flex
cursor-pointer
justify-between"
>
<div
class=
"flex justify-between"
>
<div
class=
"popover-trigger mr-[22px] text-[14px]"
>
<div
class=
"agent-desc h-[23px] w-full max-w-[160px] font-semibold"
>
<n-ellipsis
style=
"max-width: 180px"
:line-clamp=
"1"
>
...
...
@@ -263,13 +257,7 @@ function handleAddAgentApplications() {
<span
class=
"ml-[6px] text-[12px] text-[#333]"
>
{{ agentApplicationItem.collectNumber }}
</span>
</div>
<div
class=
"flex"
>
<PreviewOpen
theme=
"outline"
size=
"18"
fill=
"#333"
:stroke-width=
"3"
class=
"ml-[12px] cursor-pointer"
/>
<PreviewOpen
theme=
"outline"
size=
"18"
fill=
"#333"
:stroke-width=
"3"
class=
"ml-[12px]"
/>
<span
class=
"ml-[6px] text-[12px] text-[#333]"
>
{{ agentApplicationItem.clickNumber }}
</span>
</div>
</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