| | |
| | | <Delete /> |
| | | </el-icon> |
| | | </Vue3DraggableResizable> |
| | | <div style="width: 160%;height: 100%;position: absolute;top: 0;left: -30%"> |
| | | <Vue3DraggableResizable |
| | | v-if="selectPPT.showDigitalHuman" |
| | | :parent="true" |
| | | :parent="false" |
| | | :lockAspectRatio="true" |
| | | :minW="350" |
| | | :initW="PPTpositon.w" |
| | | :initH="PPTpositon.h" |
| | | @drag-move="onDragMove" |
| | |
| | | <Delete /> |
| | | </el-icon> |
| | | </Vue3DraggableResizable> |
| | | </div> |
| | | |
| | | </div> |
| | | </div> |
| | | <el-card |
| | |
| | | thumbnail = item.pictureUrl |
| | | pageNum++ |
| | | } |
| | | console.log(item) |
| | | |
| | | const innerPictureCom = item.innerPicture |
| | | console.log('innerPictureCom:', JSON.stringify(innerPictureCom)) |
| | |
| | | color: '#ffffff', |
| | | pptRemark: item.pptRemark |
| | | }, |
| | | |
| | | hasPerson: item.showDigitalHuman==true? 1 : 2, |
| | | components: [ |
| | | { |
| | | ...cloneDeep(digitalHumanComponents), // 深拷贝 |