15 lines
489 B
HTML
15 lines
489 B
HTML
{{template "header" }}
|
||
<div id="app" style="width:100%;display: flex;">
|
||
<template>
|
||
{{template "extend_left" .}}
|
||
<div style="flex: 1;display: flex;flex-direction: column;">
|
||
<div class="guideHeader" style="margin-bottom: 10px;">Hello,<{nickname}></div>
|
||
<iframe style="flex: 1;margin-left:10px;" v-bind:src="iframeUrl" frameborder="0"></iframe>
|
||
</div>
|
||
</template>
|
||
|
||
</div>
|
||
</body>
|
||
|
||
{{template "setting_bottom" .}}
|