@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.
- package/dist/amis-object.umd.css +9 -6
- package/dist/amis-object.umd.js +27 -27
- package/dist/amis-object.umd.js.map +1 -1
- package/dist/assets.json +21 -21
- package/dist/components/Dropdown/index.d.ts +1 -1
- package/package.json +3 -3
- package/dist/amis-object.cjs.css +0 -3153
- package/dist/amis-object.cjs.js +0 -28670
- package/dist/amis-object.cjs.js.map +0 -1
- package/dist/amis-object.esm.css +0 -3153
- package/dist/amis-object.esm.js +0 -28576
- package/dist/amis-object.esm.js.map +0 -1
package/dist/amis-object.umd.css
CHANGED
|
@@ -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-
|
|
2196
|
-
border-
|
|
2197
|
-
|
|
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) {
|