.app-picker {
    width: 100%;
    .el-select {
        .el-input__suffix {
            right: 20px;
        }
    }
    .text-value {
        .el-icon-circle-close {
            display: none;
        }
        .el-input{
            input {
                --form-editor-input-padding:0px 40px 0px 8px;
                text-overflow: ellipsis;
            }
        }
    }
    .text-value:hover {
        .el-icon-circle-close {
            display: inline-block;
        }
    }
    .ivu-icon-ios-open-outline {
        margin-top: -2px;
        margin-left: 5px;
        font-size: 15px;
    }
}
.app-picker-nodata {
    height: 34px;
    line-height: 34px;
    text-align: center;
}
.app-picker-uiaction-split {
    border-top-color: #e4e4e4;
    border-top-style: solid;
    border-top-width: 1px;
    height: 1px;
    margin: 0 17px;
}
.app-picker-uiaction{
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    &.el-select-dropdown__item {
        padding: 0;
    }
    .app-picker-uiaction-item {
        height: 34px;
        display: flex;
        flex-direction: row;
        align-content: center;
        justify-content: center;
        align-items: center;
        margin: 3px 0px;
        padding: 0px 6px;
    }
}
.el-select-dropdown__item.app-picker-uiaction {
    height: auto;
    background-color: #ffffff;
    &.hover {
    background-color: #ffffff;
    }
}
// 下拉列表的远程加载样式
.el-select-dropdown.app-picker-dropdown {
    .loading {
        text-align: center;
        height: 100px;
        width: 100%;
        line-height: 100px;
        font-size: 20px;
        color: #999;
        padding: 0 20px;
        margin: 0;
        list-style: none;
    }
}
.view-default {
    .app-picker {
        position: relative;
    }
}

.app-picker-ui-action__text {
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
    margin: 0 10px;
}

.app-picker-ui-action__split {
    border-top: 1px solid #e4e4e4;
    height: 1px;
    margin: 0 6px;
}

.app-picker-ui-action-content {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 6px;
}

.app-picker-ui-action-item {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 3px 0;
    padding: 0 6px;
    flex: 0 0 auto;
    cursor: pointer;
}

.app-picker-ui-action-item__icon {
    margin-right: 4px;
    flex: 0 0 auto;
}

.app-picker-ui-action-popper.el-autocomplete-suggestion {
    .el-autocomplete-suggestion__wrap {
        padding: 0;
    }

    li:last-child {
        padding: 0;
        background-color: transparent;
        cursor: auto;
    }
}


.el-select-dropdown.el-popper.app-picker-dropdown {
    .el-select-dropdown__item {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        > div {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        &.itmeWidthseven {
            max-width: 700px;
          }
    }
}

.el-autocomplete-suggestion.el-popper.transferDropdownWidth {
    width: auto !important;
    li {
        > div {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            &.itmeWidthseven {
                max-width: 700px;
              }
        }
    }
}