Closed munkeywolf00 closed 1 year ago
If multiple button inside button-group, non first child has margin left. This is in base and china-red theme. Not sure in other theme.
My initial fix: .el-button-group > .el-button + .el-button { margin-left: 0; }
thanks for you advise, i find the issue in
//src/theme/base/element-plus/button.scss
.el-button + .el-button { margin-left: 12px; }
you can notes it and fix the issue
i will fix it in next version
If multiple button inside button-group, non first child has margin left. This is in base and china-red theme. Not sure in other theme.
My initial fix: .el-button-group > .el-button + .el-button { margin-left: 0; }