style: form components

This commit is contained in:
jialin
2025-04-07 11:51:34 +08:00
parent 0f7a619a34
commit b89e7c6c3d
11 changed files with 94 additions and 624 deletions
@@ -356,7 +356,7 @@ const GroundImages: React.FC<MessageProps> = forwardRef((props, ref) => {
>
<div
className="flex-column flex-center gap-10 justify-center"
style={{ width: 150, height: 150 }}
style={{ width: 155, height: 155 }}
>
<IconFont
type="icon-upload_image"
@@ -507,6 +507,7 @@ export const ImageCustomSizeConfig: ParamsSchema[] = [
min: 256,
max: 1024,
step: 64,
labelWidth: 314,
inputnumber: false
},
rules: [
@@ -527,6 +528,7 @@ export const ImageCustomSizeConfig: ParamsSchema[] = [
min: 256,
max: 1024,
step: 64,
labelWidth: 314,
inputnumber: false
},
rules: [
@@ -554,6 +556,7 @@ export const ChatParamsConfig: ParamsSchema[] = [
attrs: {
max: 2,
step: 0.01,
labelWidth: 314,
inputnumber: true
},
rules: [
@@ -577,6 +580,7 @@ export const ChatParamsConfig: ParamsSchema[] = [
attrs: {
max: 1024,
step: 1,
labelWidth: 314,
inputnumber: true
},
rules: [
@@ -600,6 +604,7 @@ export const ChatParamsConfig: ParamsSchema[] = [
attrs: {
max: 1,
step: 0.01,
labelWidth: 314,
inputnumber: true
},
rules: [
@@ -624,6 +629,7 @@ export const ChatParamsConfig: ParamsSchema[] = [
max: 2,
min: -2,
step: 0.01,
labelWidth: 314,
inputnumber: true
},
rules: [
@@ -648,6 +654,7 @@ export const ChatParamsConfig: ParamsSchema[] = [
max: 2,
min: -2,
step: 0.01,
labelWidth: 314,
inputnumber: true
},
rules: [