提交 2c6a7649 authored 作者: lihuihui's avatar lihuihui

update

上级 c9186115
......@@ -33,14 +33,14 @@ function onRemove() {
<style lang="scss" scoped>
.custom-node {
position: relative;
width: 80px;
height: 80px;
border: 1px solid #000;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
// position: relative;
// width: 80px;
// height: 80px;
// border: 1px solid #000;
// display: flex;
// justify-content: center;
// align-items: center;
// border-radius: 50%;
&:hover {
.node-toolbar {
display: flex;
......
......@@ -22,6 +22,7 @@ function handleSubmit() {}
<template>
<NodeTemplate :node="node" @setting="settingVisible = true">
{{ node.label }}
<div class="item"></div>
</NodeTemplate>
<el-dialog title="设置组件" append-to-body width="600px" v-model="settingVisible" v-if="settingVisible">
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论