jQuery MiniUI

标题: Panel最大化后再恢复,布局变了 [打印本页]

作者: cf4000    时间: 2023-3-6 12:28:07     标题: Panel最大化后再恢复,布局变了

在Panel(Max)示例中,如果把所有的panel的style加上height:100%,最大化后再恢复,布局就变了


  <table style="width:100%;height:500px;table-layout:fixed;">
        <tr>
          <td style="width:33%;height:50%">
                <div id="p1" class="mini-panel" title="panel1" style="width:100%;height:100%;"
                    buttons="collapse max close"
                >
                    <button type="button">restore</button>
                    <button type="button">max</button>
                </div>
            </td>
            <td style="width:33%;">
                <div id="p2" class="mini-panel" title="panel2" style="width:100%;height:100%;"
                    buttons="max"
                >
                    <button type="button">restore</button>
                    <button type="button">max</button>
                </div>
            </td>
            <td style="width:33%;">
                <div title="panel3" class="mini-panel" style="width:100%;height:100%;"
                    buttons="max"
                >
                </div>
            </td>
        </tr>
        <tr>
            <td >
                <div title="panel4" class="mini-panel"  style="width:100%;height:100%;"
                    buttons="max"
                >
                </div>
            </td>
            <td colspan="2">
                <div title="panel5" class="mini-panel" style="width:100%;height:100%;"
                    buttons="max"
                >
                </div>
            </td>

        </tr>
    </table>


作者: felt    时间: 2023-3-6 13:38:13

请提供一个能够直接运行的html例子,打包发上来
作者: cf4000    时间: 2023-3-6 16:31:53

felt 发表于 2023-3-6 13:38
请提供一个能够直接运行的html例子,打包发上来

[attach]13760[/attach]



作者: felt    时间: 2023-3-7 13:44:57

cf4000 发表于 2023-3-6 16:31

要么panel给个固定的高度,要么不要用table。




欢迎光临 jQuery MiniUI (http://miniui.com/discuss/) Powered by Discuz! X2