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

Refs #6704
This commit is contained in:
ssongliu 2024-10-14 14:41:16 +08:00 committed by GitHub
parent 839b8c2844
commit c86947b69c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 {