人员列表
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user