resolver-egretimp-plus 0.0.289 → 0.0.291
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/package.json
CHANGED
|
@@ -238,7 +238,7 @@ export default {
|
|
|
238
238
|
const suffixIcon = resolveComponent(inputProps.value.suffixIcon)
|
|
239
239
|
ret.suffix = () => {
|
|
240
240
|
const iconProps = {}
|
|
241
|
-
if (
|
|
241
|
+
if (isPagePopupAndSearch.value) {
|
|
242
242
|
if (!props.disabled) {
|
|
243
243
|
iconProps.onClick = attrs.onClick
|
|
244
244
|
iconProps.style = {
|
|
@@ -157,7 +157,7 @@ function getSuffixIcon() {
|
|
|
157
157
|
box-sizing: border-box;
|
|
158
158
|
border-radius: var(--el-input-border-radius, var(--el-border-radius-base));
|
|
159
159
|
box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset;
|
|
160
|
-
|
|
160
|
+
background: var(--el-input-bg-color, var(--el-fill-color-blank));
|
|
161
161
|
cursor: 'not-allowed';
|
|
162
162
|
}
|
|
163
163
|
.is-disabled {
|