Skip to content

Commit

Permalink
style: 修改按钮组边框宽度不一致的问题 (#6706)
Browse files Browse the repository at this point in the history
Refs #6704
  • Loading branch information
ssongliu authored and wanghe-fit2cloud committed Oct 14, 2024
1 parent 1045f2d commit 534bd98
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontend/src/components/layout-content/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ const showBack = computed(() => {
.el-button + .el-button {
margin: 0 !important;
}
.el-button-group .el-button {
margin: 0 !important;
}
}
.content-container_form {
Expand Down

0 comments on commit 534bd98

Please sign in to comment.