feat: adjust iframe

This commit is contained in:
Methapon2001 2024-08-14 09:41:04 +07:00
parent d140c2dc34
commit 3185038956

View file

@ -19,7 +19,8 @@ watch(
<iframe <iframe
:src="`http://localhost:9001/?at=${at}&rt=${rt}`" :src="`http://localhost:9001/?at=${at}&rt=${rt}`"
frameborder="0" frameborder="0"
class="full-width full-height rounded bordered" class="full-width full-height rounded"
allowtransparency="true"
></iframe> ></iframe>
</template> </template>