feat: 高度统一

This commit is contained in:
xingyu4j
2025-06-06 22:50:34 +08:00
parent 1f598d7712
commit 09bc50dac0
16 changed files with 16 additions and 16 deletions

View File

@@ -201,7 +201,7 @@ function getRouterNode(node: any) {
defineExpose({ openDrawer }); // 暴露方法给父组件
</script>
<template>
<Drawer class="w-[630px]">
<Drawer class="w-[40%]">
<template #title>
<div class="flex items-center">
<Input

View File

@@ -235,7 +235,7 @@ defineExpose({ validate });
:readonly="false"
@save="saveSimpleFlowModel"
/>
<ErrorModal title="流程设计校验不通过" class="w-[600px]">
<ErrorModal title="流程设计校验不通过" class="w-[40%]">
<div class="mb-2 text-base">以下节点配置不完善请修改相关配置</div>
<div
class="mb-3 rounded-md bg-gray-100 p-2 text-sm"