feat: [bpm][ele] todo 优化

This commit is contained in:
jason
2025-12-29 00:09:22 +08:00
parent cb8a633f1f
commit 6606dfd40a
8 changed files with 10 additions and 14 deletions

View File

@@ -158,7 +158,7 @@ function changeNodeName() {
defineExpose({ open }); // 提供 open 方法,用于打开弹窗
</script>
<template>
<Drawer class="w-1/3">
<Drawer class="w-2/5">
<template #title>
<div class="flex items-center">
<Input

View File

@@ -383,7 +383,7 @@ onMounted(() => {
});
</script>
<template>
<Drawer class="w-1/3">
<Drawer class="w-2/5">
<template #title>
<div class="config-header">
<Input