kefu/static/templates/default/digital_human.html

15 lines
496 B
HTML
Raw Normal View History

2024-12-18 02:56:53 +00:00
{{template "header" }}
<div id="app" style="width:100%;display: flex;">
<template>
{{template "digital_human_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" .}}