0

I follow the splitpanes docs:

<splitpanes class="default-theme" horizontal style="height: 400px">
  <pane size="65">
    <span>1</span>
  </pane>
  <pane size="10">
    <span>2</span>
  </pane>
  <pane size="25">
    <span>3</span>
  </pane>
</splitpanes>

enter image description here

when I change the screen the panes height will changes too, how could I set the pane width or height to a fixed value?

I tried add px unit, but it do not work.

  <pane size="25px">
    <span>3</span>
  </pane>
qg_java_17137
  • 3,310
  • 10
  • 41
  • 84

0 Answers0