@steedos-widgets/amis-object 6.3.13-beta.9 → 6.3.13

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.
@@ -2185,16 +2185,19 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
2185
2185
  height: 50px;
2186
2186
  }
2187
2187
 
2188
- .lookup-left {
2188
+ .amis-object-field-lookup .lookup-left {
2189
2189
  max-width: 50% !important;
2190
2190
  }
2191
- .lookup-left .antd-Select-popover {
2191
+ .amis-object-field-lookup .lookup-left .antd-Select-popover {
2192
2192
  width: auto !important;
2193
2193
  }
2194
- .antd-InputGroup .antd-SelectControl.lookup-left .antd-Select {
2195
- border-right-width: 1px;
2196
- border-top-right-radius: 5px;
2197
- border-bottom-right-radius: 5px;
2194
+ .amis-object-field-lookup .antd-InputGroup .antd-SelectControl.lookup-left .antd-Select {
2195
+ border-top-right-radius: 0;
2196
+ border-bottom-right-radius: 0;
2197
+ }
2198
+ .amis-object-field-lookup .antd-InputGroup .antd-PickerControl .antd-Picker-input {
2199
+ border-top-left-radius: 0;
2200
+ border-bottom-left-radius: 0;
2198
2201
  }
2199
2202
 
2200
2203
  @media (min-width: 767px) {