Resolve #6274
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div>
|
||||
<canvas ref="canvas" class="ysrxegms" :width="value.width" :height="value.height"/>
|
||||
<div class="ysrxegms">
|
||||
<canvas ref="canvas" :width="value.width" :height="value.height"/>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@ -24,6 +24,11 @@ export default Vue.extend({
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.ysrxegms {
|
||||
display: block;
|
||||
display: inline-block;
|
||||
vertical-align: bottom;
|
||||
|
||||
> canvas {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
Reference in New Issue
Block a user