🐞 fix(styles/index): Update .el-scrollbar__bar style

- 解决表格内容超过表格总宽度后,横向滚动条前端顶不到表格边缘的问题

(cherry picked from commit ace8f9e302)
This commit is contained in:
AhJindeg 2023-04-24 11:50:30 +08:00 committed by shizhong
parent 3c220cdb63
commit 464fe953ad

View File

@ -11,6 +11,12 @@
width: 100% !important;
}
// 解决表格内容超过表格总宽度后横向滚动条前端顶不到表格边缘的问题
.el-scrollbar__bar {
display: flex;
justify-content: flex-start;
}
/* nprogress 适配 element-plus 的主题色 */
#nprogress {
& .bar {