【修复】api部分参数错误

This commit is contained in:
chudong
2025-05-19 11:40:06 +08:00
parent 15c75521da
commit 37d19aceb4
65 changed files with 75 additions and 68 deletions

View File

@@ -94,7 +94,7 @@
}
.nodeHeaderTitleInput input:focus {
@apply border-[#1e83e9] bg-white text-[#333];
@apply border-[#1e83e9] text-[#333];
}
.nodeHeaderTitleEdit {

View File

@@ -33,7 +33,7 @@
/* 右侧配置区样式 */
.configPanel {
@apply flex flex-col w-[360px] min-w-[360px] bg-white z-10 rounded-lg;
@apply flex flex-col w-[360px] min-w-[360px] z-10 rounded-lg;
}
.configHeader {

View File

@@ -49,7 +49,7 @@ export default defineComponent({
onUnmounted(resetFlowData)
return () => (
<div class="flex flex-col w-full h-full" style={cssVars.value}>
<div class="w-full h-[6rem] px-[2rem] mb-[2rem] bg-white rounded-lg flex items-center gap-2 justify-between">
<div class="w-full h-[6rem] px-[2rem] mb-[2rem] rounded-lg flex items-center gap-2 justify-between">
<div class="flex items-center">
<NButton onClick={goBack}>
<NIcon class="mr-1">