diff --git a/frontend/src/components/layout-content/index.vue b/frontend/src/components/layout-content/index.vue index bd2b3ef4a..6874aa250 100644 --- a/frontend/src/components/layout-content/index.vue +++ b/frontend/src/components/layout-content/index.vue @@ -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 {