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
975e183d
Commit
975e183d
authored
Mar 20, 2025
by
nick zheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: 个人空间和应用广场移入应用高亮显示,支持点击跳转
parent
fcee0a5a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
applications-square.vue
src/views/applications-square/applications-square.vue
+3
-2
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 @
975e183d
...
...
@@ -239,7 +239,8 @@ function handleEnterKeypress(event: KeyboardEvent) {
>
<div
v-for=
"agentApplicationItem in agentApplicationList"
:key=
"agentApplicationItem.id"
>
<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]! hover:border-theme-color max-w-[392px] cursor-pointer border border-transparent bg-[#fff] px-[24px] pb-[20px] pt-[20px] shadow-[0_4px_10px_0px_rgba(103,103,103,.1)]"
@
click=
"handleToUseAgentApplication(agentApplicationItem.baseInfo.agentId)"
>
<div
class=
"flex justify-between"
>
<div
class=
"popover-trigger mr-[22px] text-[14px]"
>
...
...
@@ -284,7 +285,7 @@ function handleEnterKeypress(event: KeyboardEvent) {
:fill=
"agentApplicationItem.isCollect === 'Y' ? ['#ffc06d', '#ffc06d'] : ['#333', '#fff']"
:stroke-width=
"3"
class=
"cursor-pointer transition-all delay-150 duration-300 ease-in-out"
@
click=
"handleCollectOrCancelAgentApplication(agentApplicationItem)"
@
click
.
stop
=
"handleCollectOrCancelAgentApplication(agentApplicationItem)"
/>
<span
class=
"ml-[6px] text-[12px] text-[#333]"
>
{{ agentApplicationItem.collectNumber }}
</span>
</div>
...
...
src/views/personal-space/personal-app/personal-app.vue
View file @
975e183d
...
...
@@ -262,7 +262,7 @@ const handleCardContentScrollDebounce = debounce(
@
click=
"handleEditPersonalApp(agentAppItem.baseInfo.agentId)"
>
<div
class=
"rounded-[10px]!
ml-[5px] max-w-[380px]
pb-[19px] pl-[24px] pr-[27px] pt-[20px] shadow-[0_4px_10px_0px_rgba(103,103,103,.1)]"
class=
"rounded-[10px]!
hover:border-theme-color ml-[5px] max-w-[380px] border border-transparent
pb-[19px] pl-[24px] pr-[27px] pt-[20px] shadow-[0_4px_10px_0px_rgba(103,103,103,.1)]"
>
<div
class=
"flex cursor-pointer justify-between"
>
<div
class=
"popover-trigger mb-[19px] mr-[15px] text-[14px]"
>
...
...
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