1.代码优化

v1.0.0
sws 2024-09-11 17:56:34 +08:00
parent e8c010c883
commit ce0bffa202
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ const on_load_img = () => {
};
// containerRef
const w_scale1 = computed(() => {
// 使
return container_ref_h.value / img_width.value;
});
const h_scale1 = computed(() => {