@alicloud/console-components-search 0.2.39-beta.1 → 0.2.39

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -17,4 +17,4 @@
17
17
 
18
18
  ### Patch Changes
19
19
 
20
- - rc-search(feat): 开放前缀选择器的弹层属性
20
+ - rc-search(feat): 开放前缀选择器的弹层类名属性
@@ -231,10 +231,8 @@ const Demo1: React.FC<{}> = (props) => {
231
231
  setFilters([...filters, extra]);
232
232
  }}
233
233
  suggestions={[{ label: '实例名称', children: ['222222'] }, '33333333']}
234
- // prefixPopupClassName='testetesgy'
235
- prefixPopupProps={{
236
- className: 'testtestsgy'
237
- }}
234
+ prefixPopupClassName='testetesgy'
235
+
238
236
  />
239
237
 
240
238
  <div style={{ marginTop: 8 }}>