chore: 调整渲染器内置样式
This commit is contained in:
parent
883d359149
commit
70c7c253eb
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user