前端培训文档(3.2.1)

前端培训文档(3.2.1)


DeeFoldPane

<h2>DeeFoldPane 界面布局</h2> <p>&gt; &lt;font color=#2A75CE&gt;定义: 参数中&lt;font color=red&gt;*&lt;/font&gt;表示必填项,&lt;font color=black&gt;{key}&lt;/font&gt;表示对象的键,&lt;font color=black&gt;{value}&lt;/font&gt;表示对象的值;类型为array或object有子属性&lt;/font&gt;</p> <h3>Attributes</h3> <table> <thead> <tr> <th style="text-align: center;">参数</th> <th style="text-align: center;">说明</th> <th style="text-align: center;">类型</th> <th style="text-align: center;">可选择</th> <th style="text-align: center;">默认值</th> </tr> </thead> <tbody> <tr> <td style="text-align: center;">&lt;font color=red&gt;*&lt;/font&gt;split</td> <td style="text-align: center;">布局方式</td> <td style="text-align: center;">Number</td> <td style="text-align: center;">vertical, horizontal</td> <td style="text-align: center;">—</td> </tr> <tr> <td style="text-align: center;">minPercent</td> <td style="text-align: center;">最小百分比</td> <td style="text-align: center;">Number</td> <td style="text-align: center;">—</td> <td style="text-align: center;">10</td> </tr> <tr> <td style="text-align: center;">defaultPercent</td> <td style="text-align: center;">默认百分比</td> <td style="text-align: center;">Number</td> <td style="text-align: center;">—</td> <td style="text-align: center;">50</td> </tr> <tr> <td style="text-align: center;">isShowResizer</td> <td style="text-align: center;">是否展示收缩栏</td> <td style="text-align: center;">boolean</td> <td style="text-align: center;">true/false</td> <td style="text-align: center;">true</td> </tr> <tr> <td style="text-align: center;">isFolder</td> <td style="text-align: center;">是否展示收缩栏图标</td> <td style="text-align: center;">boolean</td> <td style="text-align: center;">true/false</td> <td style="text-align: center;">true</td> </tr> <tr> <td style="text-align: center;">resizerWidth</td> <td style="text-align: center;">收缩栏宽度</td> <td style="text-align: center;">String</td> <td style="text-align: center;">—</td> <td style="text-align: center;">8px</td> </tr> </tbody> </table> <h3>代码参考</h3> <pre><code> &amp;lt;dee-fold-pane :min-percent=&amp;quot;5&amp;quot; :default-percent=&amp;quot;30&amp;quot; split=&amp;quot;vertical&amp;quot; class=&amp;quot;detail-pane&amp;quot; &amp;gt; &amp;lt;template slot=&amp;quot;paneL&amp;quot;&amp;gt; &amp;lt;left-page :type-name=&amp;quot;typeName&amp;quot; :config-details=&amp;quot;configDetails&amp;quot; @search=&amp;quot;search&amp;quot; @switchTabs=&amp;quot;switchTabs&amp;quot; /&amp;gt; &amp;lt;/template&amp;gt; &amp;lt;template slot=&amp;quot;paneR&amp;quot;&amp;gt; &amp;lt;right-page ref=&amp;quot;rightPage&amp;quot; v-dee-loading=&amp;quot;loading&amp;quot; :type-name=&amp;quot;typeName&amp;quot; :config-details=&amp;quot;configDetails&amp;quot; :tab=&amp;quot;currentTab&amp;quot; :table-data=&amp;quot;tableData&amp;quot; /&amp;gt; &amp;lt;/template&amp;gt; &amp;lt;/dee-fold-pane&amp;gt;</code></pre>

页面列表

ITEM_HTML