15 lines
490 B
HTML
15 lines
490 B
HTML
|
{{template "header" }}
|
|||
|
<div id="app" style="width:100%;display: flex;">
|
|||
|
<template>
|
|||
|
{{template "setting_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" .}}
|