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;
}
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3a97d-2c22d.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3a97d-2c22d.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?