fix: cluster value setting, volumes setting

This commit is contained in:
jialin
2025-09-19 20:00:25 +08:00
parent b640963f65
commit f542ebecb4
27 changed files with 677 additions and 109 deletions
+1 -2
View File
@@ -172,9 +172,8 @@ export default function CollapsibleContainer({
<div
ref={contentRef}
style={{
maxHeight: height,
height: height,
overflow: 'hidden'
// transition: collapsible ? 'max-height 0.2s ease' : 'none'
}}
>
<div style={{ paddingTop: 8 }}>{children}</div>