dtable-ui-component 6.0.110-aol.3 → 6.0.110-aol.4
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.
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
.option-group .option-group-search {
|
|
18
18
|
width: 100%;
|
|
19
19
|
min-width: 170px;
|
|
20
|
-
padding: 8px
|
|
20
|
+
padding: 8px 8px 0 !important
|
|
21
21
|
}
|
|
22
22
|
|
|
23
23
|
.option-group-search .form-control {
|
|
@@ -122,17 +122,3 @@
|
|
|
122
122
|
.option-group-selector-single-select .form-control {
|
|
123
123
|
padding: .375rem .5rem !important;
|
|
124
124
|
}
|
|
125
|
-
|
|
126
|
-
.option-group-other-search .form-control {
|
|
127
|
-
border: none;
|
|
128
|
-
border-bottom: 1px solid rgb(0 40 100 / 12%) !important;
|
|
129
|
-
border-radius: 4px 4px 0 0;
|
|
130
|
-
padding: .375rem 1rem !important;
|
|
131
|
-
height: 32px;
|
|
132
|
-
}
|
|
133
|
-
|
|
134
|
-
.option-group-other-search .form-control:focus {
|
|
135
|
-
border-color: transparent !important;
|
|
136
|
-
border-bottom: 1px solid rgb(0 40 100 / 12%) !important;
|
|
137
|
-
box-shadow: none !important;
|
|
138
|
-
}
|
|
@@ -237,7 +237,7 @@ class SelectOptionGroup extends _react.Component {
|
|
|
237
237
|
onClick: e => e.stopPropagation(),
|
|
238
238
|
children: value.label || ''
|
|
239
239
|
}), searchable && /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
|
|
240
|
-
className: `option-group-search ${isUnSingleSeleectOrMultiSelect ? 'option-group-other-search' : ''}`,
|
|
240
|
+
className: `option-group-search ${!isUnSingleSeleectOrMultiSelect ? 'option-group-other-search' : ''}`,
|
|
241
241
|
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_DTableSearchInput.default, {
|
|
242
242
|
className: "option-search-control",
|
|
243
243
|
placeholder: searchPlaceholder,
|