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
84fb583a
Commit
84fb583a
authored
Sep 29, 2024
by
nick zheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: 数字人对话样式调整及支持修改对话名称
parent
822e2eae
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
5 deletions
+7
-5
digital-card.vue
...views/dialogue-detail/components/digital/digital-card.vue
+2
-2
horizontal-screen-preview-content.vue
...e-detail/components/horizontal-screen-preview-content.vue
+1
-1
vertical-screen-preview-content.vue
...gue-detail/components/vertical-screen-preview-content.vue
+1
-1
header-bar.vue
src/views/dialogue-detail/layout/header-bar.vue
+2
-0
index.vue
src/views/dialogue-detail/layout/index.vue
+1
-1
No files found.
src/views/dialogue-detail/components/digital/digital-card.vue
View file @
84fb583a
<
script
setup
lang=
"ts"
>
import
{
computed
}
from
'vue'
import
{
ImageItem
}
from
'@/store/types/creation'
import
{
useDigitalHumanDialogueStore
}
from
'@/store/modules/digital-human-dialogue'
import
{
DigitalImageItem
}
from
'../../dialogue-type'
interface
Props
{
imageItem
:
ImageItem
imageItem
:
Digital
ImageItem
}
interface
Emits
{
...
...
src/views/dialogue-detail/components/horizontal-screen-preview-content.vue
View file @
84fb583a
...
...
@@ -52,7 +52,7 @@ async function handleGetInfoByFigureId(figureId: string) {
class=
"absolute left-0 top-0 h-full w-full object-cover"
/>
<div
class=
"absolute bottom-0
lef
t-[5%] w-[320px]"
>
<div
class=
"absolute bottom-0
righ
t-[5%] w-[320px]"
>
<img
v-show=
"figureImageUrl"
:src=
"figureImageUrl"
alt=
"數字人"
class=
"h-full w-full"
/>
</div>
</div>
...
...
src/views/dialogue-detail/components/vertical-screen-preview-content.vue
View file @
84fb583a
...
...
@@ -56,7 +56,7 @@ async function handleGetInfoByFigureId(figureId: string) {
v-show=
"figureImageUrl"
:src=
"figureImageUrl"
alt=
"數字人"
class=
"absolute
left-0 top-0 h-full w-full
object-cover"
class=
"absolute
bottom-0 left-[25px] h-[574px] w-[324px]
object-cover"
/>
</div>
</
template
>
src/views/dialogue-detail/layout/header-bar.vue
View file @
84fb583a
...
...
@@ -100,6 +100,8 @@ async function handleSaveDigitalHumanDialogueTitle() {
return
}
digitalHumanDialogueConfig
.
value
.
baseInfo
.
title
=
digitalHumanDialogueTitle
.
value
const
res
=
await
fetchSaveDigitalHumanDialogueConfig
(
digitalHumanDialogueConfig
.
value
)
if
(
res
.
code
===
0
)
{
...
...
src/views/dialogue-detail/layout/index.vue
View file @
84fb583a
...
...
@@ -5,7 +5,7 @@ import SideBar from './side-bar.vue'
</
script
>
<
template
>
<div
class=
"h-screen bg-[#f3f4fb]"
>
<div
class=
"h-screen
min-w-[1280px]
bg-[#f3f4fb]"
>
<n-layout
content-class=
"layout-wrapper-content"
class=
"h-full !bg-transparent"
>
<n-layout-header
class=
"!bg-transparent"
>
<HeaderBar
/>
...
...
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