style: 单选按钮组样式调整

This commit is contained in:
baiqi 2024-08-21 11:32:01 +08:00 committed by 刘瑞斌
parent c22c9c47af
commit b0be34f90b
2 changed files with 7 additions and 0 deletions

View File

@ -514,6 +514,12 @@
color: rgb(var(--primary-5)); color: rgb(var(--primary-5));
} }
} }
.arco-radio-group-size-medium {
.arco-radio-button {
margin: 0;
line-height: 28px;
}
}
.arco-radio { .arco-radio {
.arco-radio-icon { .arco-radio-icon {
width: 16px; width: 16px;

View File

@ -91,6 +91,7 @@
v-model:model-value="requestVModel.mode" v-model:model-value="requestVModel.mode"
type="button" type="button"
class="mr-[12px]" class="mr-[12px]"
size="medium"
> >
<a-radio value="definition">{{ t('apiTestManagement.definition') }}</a-radio> <a-radio value="definition">{{ t('apiTestManagement.definition') }}</a-radio>
<a-radio value="debug">{{ t('apiTestManagement.debug') }}</a-radio> <a-radio value="debug">{{ t('apiTestManagement.debug') }}</a-radio>