diff --git a/frontend/src/components/layout-content/index.vue b/frontend/src/components/layout-content/index.vue index d6b3b52df..bd2b3ef4a 100644 --- a/frontend/src/components/layout-content/index.vue +++ b/frontend/src/components/layout-content/index.vue @@ -105,6 +105,9 @@ const showBack = computed(() => { .content-container__toolbar { margin-top: 20px; + .el-button + .el-button { + margin: 0 !important; + } } .content-container_form { diff --git a/frontend/src/styles/common.scss b/frontend/src/styles/common.scss index 2901b40cb..146e77c81 100644 --- a/frontend/src/styles/common.scss +++ b/frontend/src/styles/common.scss @@ -375,7 +375,6 @@ html { } .tag-button { - margin-right: 10px; &.no-active { background: none; border: none; diff --git a/frontend/src/views/app-store/index.scss b/frontend/src/views/app-store/index.scss index ab8d82fcc..af3880519 100644 --- a/frontend/src/views/app-store/index.scss +++ b/frontend/src/views/app-store/index.scss @@ -85,7 +85,6 @@ } .tag-button { - margin-right: 10px; &.no-active { background: none; border: none; diff --git a/frontend/src/views/container/container/index.vue b/frontend/src/views/container/container/index.vue index c8c55a6d0..c247fc8e2 100644 --- a/frontend/src/views/container/container/index.vue +++ b/frontend/src/views/container/container/index.vue @@ -24,14 +24,13 @@