🆕 update

This commit is contained in:
chaos-zhu 2024-08-08 22:59:50 +08:00
parent bda9f89bc7
commit ba67533e9a
2 changed files with 2 additions and 2 deletions

View File

@ -79,7 +79,7 @@
</template>
<script setup>
import { ref, computed, getCurrentInstance, nextTick, defineExpose } from 'vue'
import { ref, computed, getCurrentInstance, nextTick } from 'vue'
import { Download, Upload } from '@element-plus/icons-vue'
const { proxy: { $message, $messageBox, $api, $router, $tools } } = getCurrentInstance()

View File

@ -7,7 +7,7 @@
{{ hiddenIp ? '显示IP' : '隐藏IP' }}
</el-button> -->
<el-button type="primary" @click="importVisible = true">导入实例</el-button>
<el-dropdown>
<el-dropdown trigger="click">
<el-button type="primary" class="group_action_btn">
批量操作<el-icon class="el-icon--right"><arrow-down /></el-icon>
</el-button>