Initial commit
This commit is contained in:
@@ -19,20 +19,24 @@
|
|||||||
<div class="ks-model-builder-content">
|
<div class="ks-model-builder-content">
|
||||||
<div class="ks-model-builder-actions">
|
<div class="ks-model-builder-actions">
|
||||||
<a-space>
|
<a-space>
|
||||||
<a-tooltip v-if="graph && currentBehaviorTree" placement="top">
|
<!-- <a-tooltip v-if="graph && currentBehaviorTree" placement="top">-->
|
||||||
<template #title>
|
<!-- <template #title>-->
|
||||||
保存
|
<!-- 保存-->
|
||||||
</template>
|
<!-- </template>-->
|
||||||
<a-popconfirm
|
<!-- <a-popconfirm-->
|
||||||
title="确定保存?"
|
<!-- title="确定保存?"-->
|
||||||
@confirm="handleSave"
|
<!-- @confirm="handleSave"-->
|
||||||
>
|
<!-- >-->
|
||||||
<a-button class="ks-model-builder-save" size="small">
|
<!-- <a-button class="ks-model-builder-save" size="small">-->
|
||||||
|
<!-- <CheckOutlined />-->
|
||||||
|
<!-- <span>保存</span>-->
|
||||||
|
<!-- </a-button>-->
|
||||||
|
<!-- </a-popconfirm>-->
|
||||||
|
<!-- </a-tooltip>-->
|
||||||
|
<a-button v-if="graph && currentBehaviorTree" class="ks-model-builder-save" size="small" @click="handleSave">
|
||||||
<CheckOutlined />
|
<CheckOutlined />
|
||||||
<span>保存</span>
|
<span>保存</span>
|
||||||
</a-button>
|
</a-button>
|
||||||
</a-popconfirm>
|
|
||||||
</a-tooltip>
|
|
||||||
</a-space>
|
</a-space>
|
||||||
</div>
|
</div>
|
||||||
<!-- 画布容器,添加拖放事件 -->
|
<!-- 画布容器,添加拖放事件 -->
|
||||||
|
|||||||
Reference in New Issue
Block a user