批注样式
This commit is contained in:
@@ -700,7 +700,7 @@ export default {
|
||||
var data = this.Main_List.find((item) => item.am_id == dataId);
|
||||
if (data && data.remark) {
|
||||
this.$alert(
|
||||
`<p style="display:flex;"><img src="${this.remarkImageUrl}" alt="" style="width:20px;height:20px;margin-right:10px;"/>${data.remark}</p>`,
|
||||
`<p style="display:flex;"><img src="${this.remarkImageUrl}" alt="" style="width:20px;height:20px;margin-right:10px;"/><span style=" overflow-wrap: break-word;width:calc(100% - 50px)"> ${data.remark}</span></p>`,
|
||||
'Annotations',
|
||||
{
|
||||
confirmButtonText: 'OK',
|
||||
|
||||
Reference in New Issue
Block a user