You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
620 B
13 lines
620 B
4 years ago
|
<div ms-widget="toolbar, $, toolbar_main" >toolbar</div>
|
||
|
<div style="width: 100%; height: 500px;">
|
||
|
<div class="easyui-layout" data-options="fit:true">
|
||
|
<div data-options="region:'north'" style="height: 90px;">
|
||
|
<div class="ingredient-header">
|
||
|
<div class="header-item" ms-repeat-el="headerData"><span class="header-item-label">{{el.label}}</span><span>{{el.value}}</span></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div data-options="region:'center',split:true">
|
||
|
<div class="ingredient-body" ms-widget="grid, $, grid_main">grid</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|