save
This commit is contained in:
parent
620aa06b15
commit
254ae21959
@ -247,7 +247,10 @@
|
||||
title: "刷新",
|
||||
layEvent: "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);
|
||||
return size + unitArr[index];
|
||||
}
|
||||
|
||||
})
|
||||
|
||||
</script>
|
||||
|
@ -522,6 +522,7 @@
|
||||
scrollPos: 'fixed'
|
||||
});
|
||||
}
|
||||
|
||||
})
|
||||
|
||||
</script>
|
||||
|
Loading…
Reference in New Issue
Block a user