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

Refs #6704
This commit is contained in:
ssongliu
2024-10-14 06:41:16 +00:00
committed by GitHub
parent 839b8c2844
commit c86947b69c
@@ -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 {