style: 修改按钮组边框宽度不一致的问题 (#6706)

Refs #6704
This commit is contained in:
ssongliu
2024-10-14 14:44:58 +08:00
committed by wanghe-fit2cloud
parent 1045f2d475
commit 534bd98230
@@ -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 {