This commit is contained in:
walkor 2022-12-04 22:32:59 +08:00
parent 620aa06b15
commit 254ae21959
2 changed files with 11 additions and 6 deletions

View File

@ -247,7 +247,10 @@
title: "刷新", title: "刷新",
layEvent: "refresh", layEvent: "refresh",
icon: "layui-icon-refresh", icon: "layui-icon-refresh",
}, "filter", "print", "exports"] }, "filter", "print", "exports"],
done: function () {
layer.photos({photos: 'div[lay-id="data-table"]', anim: 5});
}
}); });
} }
@ -416,6 +419,7 @@
size = size.toFixed(2); size = size.toFixed(2);
return size + unitArr[index]; return size + unitArr[index];
} }
}) })
</script> </script>

View File

@ -522,6 +522,7 @@
scrollPos: 'fixed' scrollPos: 'fixed'
}); });
} }
}) })
</script> </script>