- <!-- level.html -->
- <button id="add-level-button" style="margin-top: 5px; margin-bottom: 5px;">新增关卡</button>
- <div style="display: flex; flex-direction: row; height: 90%; width: 100%;">
- <div style="overflow-y: scroll; height: 90%; width: 10%;">
- <ul id="level-list" style="height: 100%;">
- </ul>
- </div>
- <div style="overflow-y: scroll; height: 90%; width: 80%;">
- <div id="level-details" ></div>
- <div id="instance-details" ></div>
- <div id="template-details" ></div>
- </div>
- </div>
|