mirror of
https://github.com/yangzongzhuan/RuoYi.git
synced 2025-10-15 10:08:26 +00:00
优化表格图片预览动态路径显示问题
This commit is contained in:
@@ -260,7 +260,6 @@ var table = {
|
|||||||
type: 1,
|
type: 1,
|
||||||
closeBtn: true,
|
closeBtn: true,
|
||||||
shadeClose: true,
|
shadeClose: true,
|
||||||
area: ['auto', 'auto'],
|
|
||||||
content: "<img src='" + src + "' height='" + height + "' width='" + width + "'/>"
|
content: "<img src='" + src + "' height='" + height + "' width='" + width + "'/>"
|
||||||
});
|
});
|
||||||
} else if ($.common.equals("blank", target)) {
|
} else if ($.common.equals("blank", target)) {
|
||||||
|
Reference in New Issue
Block a user