Select the drop-down box of XXX bar / page in element ui el-pagination. The last line is incomplete.

Select the drop-down box of XXX bar / page in

element ui el-pagination. The last line is too crowded. It"s normal. it"s not supposed to be like this.
normal is as follows:

:


:

Jun.11,2021

because el-scrollbar, is used when making directories to prevent horizontal scrollbars,
.el-scrollbar__wrap {

is added.
overflow-x: hidden;

}
causes this problem


at this time, you should press F12 to check the style of element


solution

.el-select-dropdown .el-scrollbar .el-scrollbar__wrap{
    overflow: scroll;
}
Menu