Feat: checkbox style

This commit is contained in:
alongw 2023-10-15 12:43:39 +08:00
parent b98a0adede
commit befdc7266c

View File

@ -464,7 +464,9 @@ onMounted(() => {
</a-checkbox-group>
</div>
<a-checkbox v-model:checked="permission.deep">{{ t("应用到子目录") }}</a-checkbox>
<a-checkbox v-model:checked="permission.deep" class="m-15">
{{ t("应用到子目录") }}
</a-checkbox>
</a-spin>
</a-space>
</a-modal>