mirror of
https://gitee.com/mirrors/AllinSSL.git
synced 2026-03-09 16:21:10 +08:00
【修复】api部分参数错误
This commit is contained in:
@@ -94,7 +94,7 @@
|
||||
}
|
||||
|
||||
.nodeHeaderTitleInput input:focus {
|
||||
@apply border-[#1e83e9] bg-white text-[#333];
|
||||
@apply border-[#1e83e9] text-[#333];
|
||||
}
|
||||
|
||||
.nodeHeaderTitleEdit {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user