chore: temp

This commit is contained in:
Joel 2025-03-07 15:28:15 +08:00
parent 814070f1ae
commit 6bf8253952

View File

@ -55,7 +55,7 @@ const ObjectChildrenTreePanel: FC<Props> = ({
const schema = payload.schema const schema = payload.schema
const fieldNames = Object.keys(schema.properties) const fieldNames = Object.keys(schema.properties)
return ( return (
<div> <div className='w-[296px] p-1 pb-0 rounded-xl border-[0.5px] border-components-panel-border bg-components-panel-bg-blur shadow-lg backdrop-blur-[5px]'>
{fieldNames.map(name => ( {fieldNames.map(name => (
<Field <Field
key={name} key={name}