Commit 4de74f62 authored by 田翔's avatar 田翔

fix: 式优化

parent e8182895
{
"name": "panda-xform",
"version": "6.0.27",
"description": "6.0.27 关联选择优化",
"version": "6.0.28",
"description": "6.0.28 台账选择器只读样式优化",
"keywords": [
"panda-xform"
],
......
......@@ -39,4 +39,8 @@
justify-content: space-between;
}
}
.@{ant-prefix}-input-affix-wrapper-disabled {
background: #f8fafc;
border: none;
}
}
\ No newline at end of file
......@@ -50,6 +50,7 @@ const UserSelect = (props) => {
}
const selectChange = (value) => {
setSearchValue('')
if (addons) {
onChange(isMultiple ? value.join(',') : value)
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment