墙行大于列时虚拟器显示出界的BUG
This commit is contained in:
parent
3a30c70e34
commit
464ab43666
|
@ -300,6 +300,10 @@ export default defineComponent({
|
||||||
wall.value.parentElement.offsetWidth /
|
wall.value.parentElement.offsetWidth /
|
||||||
wv_scaler /
|
wv_scaler /
|
||||||
screen_info.desktop_col;
|
screen_info.desktop_col;
|
||||||
|
|
||||||
|
if (screen_info.screen_rows > screen_info.screen_cols) {
|
||||||
|
item_height.value = item_height.value * 0.7;
|
||||||
|
}
|
||||||
} else {
|
} else {
|
||||||
const wv_scaler =
|
const wv_scaler =
|
||||||
/*$store.state.device_screen_width / $store.state.device_screen_height*/ 1920 /
|
/*$store.state.device_screen_width / $store.state.device_screen_height*/ 1920 /
|
||||||
|
|
Loading…
Reference in New Issue