文档片段全面改进,不使用render

This commit is contained in:
2025-04-20 17:50:07 +08:00
parent e43f9230eb
commit 68c93f5d83
48 changed files with 1330 additions and 732 deletions

View File

@@ -191,7 +191,7 @@
<!-- 关联的modal组件 -->
<a-modal v-model:visible="modalVisible" :width="700" draggable :on-before-ok="handleCopyDemand">
<template #title>复制到设计需求</template>
<div class="pb-3">选择复制到的节点:</div>
<div class="pb-3">选择复制到的节点<span class="point">支持搜索</span>:</div>
<a-cascader
:options="options"
allow-search
@@ -432,4 +432,7 @@ const {
.chen-node-title {
cursor: help;
}
.point {
color: red;
}
</style>