@@ -40,7 +40,6 @@ const setOption = () => {
left: '3%',
right: '4%',
bottom: '3%',
- top: '3%',
containLabel: true,
},
tooltip: {
@@ -50,6 +50,9 @@ const StructDataPlugin = defineMarkdownPlugin({
renderer: (node: { attribs: Record<string, string> }) => {
return h(VueStructData, {
uuid: decodeURIComponent(node.attribs.uuid || ''),
+ style: {
+ 'height': '400px'
+ }
})