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.
17 lines
749 B
17 lines
749 B
4 years ago
|
<div style="display: flex;flex-direction: column;height: 100%;">
|
||
|
<el-row style="height: 40px;">
|
||
|
<div ms-widget="toolbar, $, toolbar_main" class="class="el-col el-col-24"" style="width: 300px;margin: 0;">
|
||
|
加载中……
|
||
|
</div>
|
||
|
</el-row>
|
||
|
<el-row>
|
||
|
<input type="text" class="easyui-searchbox" data-options="prompt:'字典编码模糊匹配'" style="width: 200px;">
|
||
|
</el-row>
|
||
|
<el-row style="flex: 1;">
|
||
|
<div ms-widget="grid, $, grid_main" class="el-col el-col-24" style="height: 100%">加载中……</div>
|
||
|
</el-row>
|
||
|
|
||
|
<el-row style="flex: 1;">
|
||
|
<div ms-widget="grid, $, grid_detail" class="el-col el-col-24" style="height: 100%">加载中……</div>
|
||
|
</el-row>
|
||
|
</div>
|