fix: playground view code

This commit is contained in:
jialin
2024-11-29 15:26:39 +08:00
parent 435161854c
commit cd1d3005e9
15 changed files with 243 additions and 88 deletions
@@ -251,6 +251,12 @@
}
}
:global(.ant-input-number.ant-input-number-disabled) {
&:hover {
background-color: inherit;
}
}
:global(.ant-input-outlined) {
display: flex;
align-items: center;
+1 -1
View File
@@ -87,7 +87,7 @@ const SealSelect: React.FC<SelectProps & SealFormItemProps> = (props) => {
<Select
{...rest}
ref={inputRef}
options={_options}
options={children ? null : _options}
onFocus={handleOnFocus}
onBlur={handleOnBlur}
onChange={handleChange}