<ext:RowLayout ID="RowLayout1" runat="server" Split="false">
                                                <Rows>
                                                    <ext:LayoutRow RowHeight=".5">
                                                        <ext:Panel runat="server">
                                                            <Items>
                                                                <ext:ColumnLayout ID="ColumnLayout1" runat="server" Split="false" FitHeight="true">
                                                                    <Columns>
                                                                        <ext:LayoutColumn ColumnWidth=".5">
                                                                            <ext:Panel ID="Panel7" runat="server" Border="false" ColumnWidth=".5">
                                                                                <Content>
                                                                                    <div id="colRealContrast">
                                                                                    </div>
                                                                                </Content>
                                                                            </ext:Panel>
                                                                        </ext:LayoutColumn>
                                                                        <ext:LayoutColumn ColumnWidth=".5">
                                                                            <ext:Panel ID="Panel8" runat="server" Border="false" ColumnWidth=".5">
                                                                                <Content>
                                                                                    <div id="pieRealContrast">
                                                                                    </div>
                                                                                </Content>
                                                                            </ext:Panel>
                                                                        </ext:LayoutColumn>
                                                                    </Columns>
                                                                </ext:ColumnLayout>
                                                            </Items>
                                                        </ext:Panel>
                                                    </ext:LayoutRow>
                                                    <ext:LayoutRow RowHeight=".5">
                                                        <ext:Panel runat="server">
                                                            <Items>
                                                                <ext:ColumnLayout ID="ColumnLayout2" runat="server" Split="false" FitHeight="true">
                                                                    <Columns>
                                                                        <ext:LayoutColumn ColumnWidth=".5">
                                                                            <ext:Panel ID="Panel10" runat="server" Border="false" ColumnWidth=".5">
                                                                                <Content>
                                                                                    <div id="colRiseContrast">
                                                                                    </div>
                                                                                </Content>
                                                                            </ext:Panel>
                                                                        </ext:LayoutColumn>
                                                                        <ext:LayoutColumn ColumnWidth=".5">
                                                                            <ext:Panel ID="Panel11" runat="server" Border="false" ColumnWidth=".5">
                                                                                <Content>
                                                                                    <div id="pieRiseContrast">
                                                                                    </div>
                                                                                </Content>
                                                                            </ext:Panel>
                                                                        </ext:LayoutColumn>
                                                                    </Columns>
                                                                </ext:ColumnLayout>
                                                            </Items>
                                                        </ext:Panel>
                                                    </ext:LayoutRow>
                                                </Rows>
                                            </ext:RowLayout>
 <ext:LayoutRow RowHeight=".5">下不加panel时,会提示错误

相关文章:

  • 2022-12-23
  • 2022-01-11
  • 2022-12-23
  • 2021-10-23
  • 2021-09-17
  • 2021-07-03
猜你喜欢
  • 2022-12-23
  • 2021-09-20
  • 2022-12-23
  • 2021-07-08
  • 2021-11-12
  • 2021-06-29
  • 2021-08-01
相关资源
相似解决方案