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