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
c1eaae45
Commit
c1eaae45
authored
Sep 30, 2024
by
nick zheng
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'beta' into 'master'
chore: 数字人对话预览 See merge request
!17
parents
376b549a
69331ee6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
digital-human-card.vue
...dialogue-detail/components/digital/digital-human-card.vue
+1
-1
horizontal-screen-preview-content.vue
...e-detail/components/horizontal-screen-preview-content.vue
+1
-1
No files found.
src/views/dialogue-detail/components/digital/digital-human-card.vue
View file @
c1eaae45
...
...
@@ -31,7 +31,7 @@ const figureId = computed(() => {
:class=
"figureId === imageItem.figureId ? 'border-blue' : 'border-transparent'"
@
click=
"emit('click', imageItem.figureId as string)"
>
<img
:src=
"imageItem.imageUrl"
class=
"h-full w-full"
@
load=
"imageLoading = false"
/>
<img
:src=
"imageItem.imageUrl"
class=
"h-full w-full
object-cover
"
@
load=
"imageLoading = false"
/>
<div
class=
"absolute bottom-0 h-5 w-full bg-gradient-to-t from-gray-600 px-1 text-xs leading-5 text-white"
>
{{
imageItem
.
imageName
}}
</div>
...
...
src/views/dialogue-detail/components/horizontal-screen-preview-content.vue
View file @
c1eaae45
...
...
@@ -38,7 +38,7 @@ async function handleGetInfoByFigureId(figureId: string) {
<
template
>
<div
class=
"relative mx-4 my-[45px] aspect-[16/9] h-full overflow-hidden rounded-2xl bg-white xl:my-[60px] 2xl:my-[85px]"
class=
"relative mx-4 my-[45px] aspect-[16/9] h-full
max-w-full
overflow-hidden rounded-2xl bg-white xl:my-[60px] 2xl:my-[85px]"
>
<div
v-if=
"isEmptyPreview"
...
...
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