批注样式

This commit is contained in:
2025-01-02 16:37:12 +08:00
parent 349e5ea72a
commit b610cf2d46
3 changed files with 4 additions and 4 deletions

View File

@@ -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',