人员列表

This commit is contained in:
徐哼唧L
2024-01-18 16:40:05 +08:00
parent 31ff846431
commit 9508a6b216
7 changed files with 222 additions and 169 deletions

View File

@@ -156,7 +156,7 @@
// if(this.productInfo.content.includes('cursor: nwse-resize')){
// // this.productInfo.content = this.productInfo.content.replaceAll('cursor: nwse-resize;', 'cursor: nwse-resize;max-width:100%;')
// }else{
this.productInfo.content = this.productInfo.content.replaceAll('img src', 'img style="max-width:100%;" src')
this.productInfo.content = this.productInfo.content.replace(/img src/g, 'img style="max-width:100%;" src')
// }
// console.log(this.productInfo.content,'res')