mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 13:39:24 +08:00
fix: style issue in variable input when setting default value (#6668)
* fix: style issue in variable input when setting default value * fix: client test
This commit is contained in:
parent
1c627ea9a4
commit
2e4f428a4f
@ -50,7 +50,7 @@ describe('CollectionSelect', () => {
|
||||
>
|
||||
<div
|
||||
aria-label="block-item-demo title"
|
||||
class="nb-block-item nb-form-item css-9qorhu ant-nb-block-item css-dev-only-do-not-override-1rquknz"
|
||||
class="nb-block-item nb-form-item css-1elzyjx ant-nb-block-item css-dev-only-do-not-override-1rquknz"
|
||||
role="button"
|
||||
>
|
||||
<div
|
||||
@ -191,7 +191,7 @@ describe('CollectionSelect', () => {
|
||||
>
|
||||
<div
|
||||
aria-label="block-item-demo title"
|
||||
class="nb-block-item nb-form-item css-9qorhu ant-nb-block-item css-dev-only-do-not-override-1rquknz"
|
||||
class="nb-block-item nb-form-item css-1elzyjx ant-nb-block-item css-dev-only-do-not-override-1rquknz"
|
||||
role="button"
|
||||
>
|
||||
<div
|
||||
|
@ -114,9 +114,6 @@ export const FormItem: any = withDynamicSchemaProps(
|
||||
? '100% !important'
|
||||
: null};
|
||||
}
|
||||
.ant-formily-item-control {
|
||||
padding: ${showTitle === false ? '5px' : '0px'};
|
||||
}
|
||||
`,
|
||||
)}
|
||||
>
|
||||
|
Loading…
x
Reference in New Issue
Block a user