Commit d80f3fa7 by haojie

形象定制我的数字人列表展示问题

parent 0eac9b8a
<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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment