- <!-- level.html -->
- <div id="instance-hdr">
- <input type="text" id="instance-filter" placeholder="名字过滤">
- <button id="intance-btn-filter">过滤</button>
- </div>
- <div style="display: flex; flex-direction: row; height: 90%; width: 100%;">
- <div style="overflow-y: scroll; height: 100%; width: 20%;">
- <ul id="instance-list" style="height: 100%;">
- </ul>
- </div>
- <div id="instance-details" style="overflow-y: scroll; height: 100%; width: 80%;">
-
- </div>
- </div>
|