ps-toolkit-ui 1.12.20 → 1.12.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3212,7 +3212,7 @@
3212
3212
  var f = cv_1_1.value;
3213
3213
  var k = f.split('.').at(-1);
3214
3214
  if (k === 'jpeg' || k === 'jpg' || k === 'png') {
3215
- files += '<img alt="" src="' + this.table.environment.url + f + '" style="height: 30px"/>';
3215
+ files += '<a target="_blank" href="' + this.table.environment.url + f + '" class="m-h-5"><img alt="" src="' + this.table.environment.url + f + '" style="height: 30px"/></a>';
3216
3216
  }
3217
3217
  else {
3218
3218
  files += '<a target="_blank" href="' + this.table.environment.url + f + '" class="f-s-22 m-h-5 ' + exports.FileIcons[k] + '"></a>';