Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
live-management-web
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
haojie
live-management-web
Commits
d80f3fa7
Commit
d80f3fa7
authored
Jul 29, 2023
by
haojie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
形象定制我的数字人列表展示问题
parent
0eac9b8a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/pages/VocalCustomization/components/MyDigitalPerson.vue
+2
-2
No files found.
src/pages/VocalCustomization/components/MyDigitalPerson.vue
View file @
d80f3fa7
<
template
>
<div
class=
"image-custom-my-person-box"
>
<Loading
v-show=
"loading"
></Loading>
<div
class=
"my-
person
-items"
>
<div
class=
"my-
vocal
-items"
>
<template
v-for=
"item in personList.list"
:key=
"item.id"
>
<template
v-if=
"item.audit_status == LIVE_AUDIT_STATUS.LIVE_AUDIT_STATUS_FINISH || true"
>
<div
class=
"my-person-loading-item"
>
...
...
@@ -107,7 +107,7 @@ onMounted(() => {
box-shadow
:
0px
0px
8px
0px
rgba
(
0
,
0
,
0
,
0.04
);
position
:
relative
;
min-height
:
200px
;
.my-
person
-items
{
.my-
vocal
-items
{
display
:
flex
;
row-gap
:
20px
;
flex-wrap
:
wrap
;
...
...
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