完善样式系统与调试链路底座
This commit is contained in:
@@ -210,10 +210,18 @@
|
||||
<div class="group__title">日志</div>
|
||||
<div id="log" class="log"></div>
|
||||
</section>
|
||||
|
||||
</aside>
|
||||
|
||||
<main class="map-shell">
|
||||
<div id="map"></div>
|
||||
<section class="floating-debug-log">
|
||||
<div class="floating-debug-log__header">
|
||||
<div class="floating-debug-log__title">调试日志</div>
|
||||
<button id="clearDebugLogBtn" class="floating-debug-log__clear" type="button">清空</button>
|
||||
</div>
|
||||
<div id="debugLog" class="log log--debug log--floating"></div>
|
||||
</section>
|
||||
</main>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user