Commit ace8f9e3 by AhJindeg

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

- 解决表格内容超过表格总宽度后,横向滚动条前端顶不到表格边缘的问题
parent 9dc361e7
......@@ -10,6 +10,12 @@
width: 100% !important;
}
// 解决表格内容超过表格总宽度后,横向滚动条前端顶不到表格边缘的问题
.el-scrollbar__bar {
display: flex;
justify-content: flex-start;
}
/* nprogress 适配 element-plus 的主题色 */
#nprogress {
& .bar {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment