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
9e9a498a
Commit
9e9a498a
authored
Nov 07, 2024
by
tyyin lan
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'shirlyn' into 'master'
Merge branch 'shirlyn' See merge request
!44
parents
06ba4810
b1aef832
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
18 deletions
+9
-18
applications-square.vue
src/views/applications-square/applications-square.vue
+8
-17
personal-app.vue
src/views/personal-space/personal-app/personal-app.vue
+1
-1
No files found.
src/views/applications-square/applications-square.vue
View file @
9e9a498a
...
@@ -171,14 +171,8 @@ function handleAddAgentApplications() {
...
@@ -171,14 +171,8 @@ function handleAddAgentApplications() {
<n-collapse-transition
:show=
"isShowCarousel"
>
<n-collapse-transition
:show=
"isShowCarousel"
>
<div>
<div>
<n-carousel
autoplay
class=
"h-[280px] w-full rounded-[10px] object-cover 2xl:object-fill"
>
<n-carousel
autoplay
class=
"h-[280px] w-full rounded-[10px] object-cover 2xl:object-fill"
>
<img
<img
class=
"h-[280px] w-full object-cover"
src=
"@/assets/images/application-square-carousel.png"
/>
class=
"h-[280px] w-full cursor-pointer object-cover"
<img
class=
"h-[280px] w-full object-cover"
src=
"@/assets/images/application-square-carousel.png"
/>
src=
"@/assets/images/application-square-carousel.png"
/>
<img
class=
"h-[280px] w-full cursor-pointer 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>
...
@@ -215,7 +209,7 @@ function handleAddAgentApplications() {
...
@@ -215,7 +209,7 @@ function handleAddAgentApplications() {
<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)]"
>
>
<div
class=
"flex
cursor-pointer
justify-between"
>
<div
class=
"flex justify-between"
>
<div
class=
"popover-trigger mr-[22px] text-[14px]"
>
<div
class=
"popover-trigger mr-[22px] text-[14px]"
>
<div
class=
"agent-desc h-[23px] w-full max-w-[160px] font-semibold"
>
<div
class=
"agent-desc h-[23px] w-full max-w-[160px] font-semibold"
>
<n-ellipsis
style=
"max-width: 180px"
:line-clamp=
"1"
>
<n-ellipsis
style=
"max-width: 180px"
:line-clamp=
"1"
>
...
@@ -241,7 +235,10 @@ function handleAddAgentApplications() {
...
@@ -241,7 +235,10 @@ function handleAddAgentApplications() {
</div>
</div>
</div>
</div>
<div
class=
"h-[84px] w-[84px]"
>
<div
class=
"h-[84px] w-[84px]"
>
<img
:src=
"agentApplicationItem.baseInfo.agentAvatar"
class=
"h-[84px] w-[84px] rounded-[10px]"
/>
<img
:src=
"agentApplicationItem.baseInfo.agentAvatar"
class=
"h-[84px] w-[84px] rounded-[10px] object-cover"
/>
</div>
</div>
</div>
</div>
<n-divider
class=
"mt-0! mb-[14px]!"
dashed
/>
<n-divider
class=
"mt-0! mb-[14px]!"
dashed
/>
...
@@ -260,13 +257,7 @@ function handleAddAgentApplications() {
...
@@ -260,13 +257,7 @@ function handleAddAgentApplications() {
<span
class=
"ml-[6px] text-[12px] text-[#333]"
>
{{ agentApplicationItem.collectNumber }}
</span>
<span
class=
"ml-[6px] text-[12px] text-[#333]"
>
{{ agentApplicationItem.collectNumber }}
</span>
</div>
</div>
<div
class=
"flex"
>
<div
class=
"flex"
>
<PreviewOpen
<PreviewOpen
theme=
"outline"
size=
"18"
fill=
"#333"
:stroke-width=
"3"
class=
"ml-[12px]"
/>
theme=
"outline"
size=
"18"
fill=
"#333"
:stroke-width=
"3"
class=
"ml-[12px] cursor-pointer"
/>
<span
class=
"ml-[6px] text-[12px] text-[#333]"
>
{{ agentApplicationItem.clickNumber }}
</span>
<span
class=
"ml-[6px] text-[12px] text-[#333]"
>
{{ agentApplicationItem.clickNumber }}
</span>
</div>
</div>
</div>
</div>
...
...
src/views/personal-space/personal-app/personal-app.vue
View file @
9e9a498a
...
@@ -269,7 +269,7 @@ const handleCardContentScrollDebounce = debounce(
...
@@ -269,7 +269,7 @@ const handleCardContentScrollDebounce = debounce(
>
>
</div>
</div>
<div
class=
"h-[68px] w-[68px]"
>
<div
class=
"h-[68px] w-[68px]"
>
<img
:src=
"agentAppItem.baseInfo.agentAvatar"
class=
"h-[68px] rounded-[10px]"
/>
<img
:src=
"agentAppItem.baseInfo.agentAvatar"
class=
"h-[68px] rounded-[10px]
object-cover
"
/>
</div>
</div>
</div>
</div>
<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