MQTTX
MQTTX copied to clipboard
[Feature] Manually adjust the left and right layout width
Motivation
For some small screen users, there may be a problem of a small operating area. At this time, you can manually drag the size of the operating area.
Detailed design
Set up a draggable left and right component. Binding the width of the connection list on the right and the width of the connection details page on the right, dragging the component, the page width layout may change.
<ResizeWidth v-model="connectionListWidth" />
<ResizeWidth v-model="connectionDetailWidth" />
const connectionListWidth = screenWidth - connectionDetailWidth
const connectionDetailWidth = screenWidth - connectionDetailWidth
Alternatives
None
More detail (optional)
None
News about this?