diff --git a/frontend/src/assets/style/arco-reset.less b/frontend/src/assets/style/arco-reset.less index 3b444d2b26..0a8e532ebd 100644 --- a/frontend/src/assets/style/arco-reset.less +++ b/frontend/src/assets/style/arco-reset.less @@ -488,6 +488,7 @@ /** radio **/ .arco-radio-group-button { + padding: 2px; .arco-radio-button-content { @apply break-keep; } @@ -496,6 +497,7 @@ .arco-radio-button { @apply bg-transparent; + margin: 0; line-height: 20px; } .arco-radio-checked { diff --git a/frontend/src/components/pure/ms-code-editor/index.vue b/frontend/src/components/pure/ms-code-editor/index.vue index 5d7725d2b8..4e578d2c58 100644 --- a/frontend/src/components/pure/ms-code-editor/index.vue +++ b/frontend/src/components/pure/ms-code-editor/index.vue @@ -56,7 +56,7 @@ -
+
{{ t('apiTestManagement.requestHeader') }}
- - Table - Raw - +
+ + + {{ t('common.copy') }} + + + Table + Raw + +
- - + />
Query
- - Table - Raw - +
+ + + {{ t('common.copy') }} + + + Table + Raw + +
- - + />
REST
- - Table - Raw - +
+ + + {{ t('common.copy') }} + + + Table + Raw + +
- - + />
@@ -152,15 +155,30 @@
{{ `${t('apiTestManagement.requestBody')}-${previewDetail.body.bodyType}` }}
- - Schema - JSON - +
+ + + {{ t('common.copy') }} + + + Schema + JSON + +