mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-05 19:41:44 +08:00
修正图展示 width 参数
This commit is contained in:
parent
db3aa8f529
commit
630b11dc27
@ -1027,7 +1027,7 @@ $(function () {
|
||||
|
||||
/*! 注册 data-tips-image 事件行为 */
|
||||
onEvent('click', '[data-tips-image]', function () {
|
||||
$.previewImage(this.dataset.tipsImage || this.dataset.lazySrc || this.src, this.dataset.with);
|
||||
$.previewImage(this.dataset.tipsImage || this.dataset.lazySrc || this.src, this.dataset.width);
|
||||
});
|
||||
|
||||
/*! 注册 data-phone-view 事件行为 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user