Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
D
digitalPerson-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
digitalPerson
digitalPerson-fe
Commits
92203163
Commit
92203163
authored
Sep 30, 2024
by
tyyin lan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: 首页导航卡片面板优化
parent
22ef7d9e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
2 deletions
+14
-2
card-navigator.vue
src/views/workbench/components/card-navigator.vue
+14
-2
No files found.
src/views/workbench/components/card-navigator.vue
View file @
92203163
...
...
@@ -103,14 +103,26 @@ async function handleCreateDigitalHumanDialogue(digitalHumanDialogueForm: Digita
<div
class=
"flex items-center"
>
<div
class=
"flex flex-1 flex-col items-center text-[16px]"
>
<div
class=
"font-600 mb-2 truncate text-[18px]"
>
{{
userInfo
.
taskConfigNum
||
'-'
}}
</div>
<div
class=
"font-600 mb-2 truncate text-[18px]"
>
<template
v-if=
"typeof userInfo.taskConfigNum === 'number'"
>
<n-number-animation
:from=
"0"
:to=
"userInfo.taskConfigNum"
/>
</
template
>
<span
v-else
>
-
</span>
</div>
<div>
創作
</div>
</div>
<div
class=
"h-[34px] w-[2px] bg-[#bbb]"
></div>
<div
class=
"flex flex-1 flex-col items-center text-[16px]"
>
<div
class=
"font-600 mb-2 truncate text-[18px]"
>
{{
userInfo
.
equityNum
||
'-'
}}
</div>
<div
class=
"font-600 mb-2 truncate text-[18px]"
>
<
template
v-if=
"typeof userInfo.equityNum === 'number'"
>
<n-number-animation
:from=
"0"
:to=
"userInfo.equityNum"
/>
</
template
>
<span
v-else
>
-
</span>
</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