mirror of
https://github.com/MCSManager/MCSManager.git
synced 2025-01-24 15:14:01 +08:00
Feat: checkbox style
This commit is contained in:
parent
b98a0adede
commit
befdc7266c
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user