2017年5月29日 星期一

【JQuery】JQuery autocomplete combobox show all items button height shorter than input

右邊檢視鈕的大小不對。

原因是缺了這段
.custom-combobox {
    position: relative;
    display: inline-block;
}

.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
}

.custom-combobox-input {
    margin: 0;
    padding: 5px 10px;
}

我雖然有引用,但引用有錯沒吃到,且只有這段的部分漏了,所以才會其它看起來都對,但畫面還是有故障。

沒有留言:

張貼留言