chore: 调整渲染器内置样式

This commit is contained in:
wangxuefeng 2025-03-26 10:36:36 +08:00
parent 883d359149
commit 70c7c253eb

View File

@ -286,6 +286,7 @@ onMounted(async () => {
v-if="renderer"
:ctx-props="initParams"
v-bind="initParams"
style="width: 100%; height: 100%"
/>
<div v-else-if="!isValidParams(initParams)" class="error-message">
@ -305,9 +306,8 @@ onMounted(async () => {
<style scoped>
.renderer-container {
box-sizing: border-box;
padding: 20px;
height: 100%;
width: 100%;
height: 100%;
}
.error-message {