yk-element-components-v2
Version:
2 lines (1 loc) • 913 B
CSS
.custom_select_box{width:100%;display:inline-block;position:relative}.custom_value{position:absolute;width:calc(100% - 3px);height:calc(100% - 3px);background:white;left:1px;top:2px;border-radius:5px;z-index:9;display:flex;align-items:center;font-size:13px;color:#000000b3}.custom_select_box .el-select{width:100%}.custom_select .el-select-dropdown__item{line-height:normal;height:auto;padding:5px 10px;font-size:12px}.custom_select_option{display:flex;align-items:center}.custom_select_option img{width:40px;height:40px;border-radius:5px}.custom_value img{width:20px;height:20px;border-radius:10px;margin-right:8px;margin-left:15px}.custom_value div{width:calc(100% - 73px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.custom_select_box i{color:#c0c4cc;font-size:14px;width:26px;text-align:center;cursor:pointer}.disabledBg{background:#E4E7ED;color:#c0c4cc}