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
5548a61c
Commit
5548a61c
authored
Nov 07, 2024
by
shirlyn.guo
👌🏻
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: 应用底部居中对齐
parent
d73e4e90
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
applications-square.vue
src/views/applications-square/applications-square.vue
+2
-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 @
5548a61c
...
@@ -250,7 +250,7 @@ function handleAddAgentApplications() {
...
@@ -250,7 +250,7 @@ function handleAddAgentApplications() {
<div>
<div>
<div
class=
"flex justify-between"
>
<div
class=
"flex justify-between"
>
<div
class=
"flex"
>
<div
class=
"flex"
>
<div
class=
"flex"
>
<div
class=
"flex
items-center
"
>
<Star
<Star
theme=
"two-tone"
theme=
"two-tone"
size=
"18"
size=
"18"
...
@@ -261,7 +261,7 @@ function handleAddAgentApplications() {
...
@@ -261,7 +261,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
items-center
"
>
<PreviewOpen
theme=
"outline"
size=
"18"
fill=
"#333"
:stroke-width=
"3"
class=
"ml-[12px]"
/>
<PreviewOpen
theme=
"outline"
size=
"18"
fill=
"#333"
:stroke-width=
"3"
class=
"ml-[12px]"
/>
<span
class=
"ml-[6px] text-[12px] text-[#333]"
>
{{ agentApplicationItem.clickNumber }}
</span>
<span
class=
"ml-[6px] text-[12px] text-[#333]"
>
{{ agentApplicationItem.clickNumber }}
</span>
</div>
</div>
...
...
src/views/personal-space/personal-app/personal-app.vue
View file @
5548a61c
...
@@ -273,7 +273,7 @@ const handleCardContentScrollDebounce = debounce(
...
@@ -273,7 +273,7 @@ const handleCardContentScrollDebounce = debounce(
</div>
</div>
</div>
</div>
<div>
<div>
<div
class=
"flex justify-between"
>
<div
class=
"flex
items-center
justify-between"
>
<div
class=
"text-[12px] leading-[12px] text-[#999999]"
>
<div
class=
"text-[12px] leading-[12px] text-[#999999]"
>
{{ t('personal_space_module.agent_module.agent_list_module.modified_time') }}
{{ t('personal_space_module.agent_module.agent_list_module.modified_time') }}
{{ formatDateTime(agentAppItem.modifiedTime) }}
{{ formatDateTime(agentAppItem.modifiedTime) }}
...
...
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