vue-grid-layout icon indicating copy to clipboard operation
vue-grid-layout copied to clipboard

drag the layout, help me!

Open githubzms opened this issue 3 years ago • 3 comments

Boss, ask me, I am dragging the layout now. I found that the width can be adaptive, but the height is as much as it is. The width will change when the window size changes, but the height will not change. Is it something I wrote wrong or the design is just In this way, my layout is ok on the layout page now, but my full-screen preview will be reduced by half. I have searched a lot of documents and can't find it, and there is no communication group or community, so I can only try my luck here and see what the big guy will do. I won't see it, please reply if you see trouble, thank you (exhausted)!

githubzms avatar Feb 23 '22 09:02 githubzms

The same problem bothers me now, have you solved it?

PickACatName avatar Mar 22 '22 07:03 PickACatName

You can calculate the row-height dynamically

BonjourHan avatar Nov 09 '22 02:11 BonjourHan

You can dynamically calculate the row height, record the current width after the page is rendered, and assign a value after scaling as the page width changes.

wp993080086 avatar Jun 17 '23 02:06 wp993080086