Skip to content

Commit

Permalink
fix(projects): fix manage_menu modal style
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed May 7, 2024
1 parent 18b3f05 commit 60f3b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/manage/menu/modules/menu-operate-modal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ watch(

<template>
<NModal v-model:show="visible" :title="title" preset="card" class="w-800px">
<NScrollbar class="h-480px">
<NScrollbar class="h-480px pr-20px">
<NForm ref="formRef" :model="model" :rules="rules" label-placement="left" :label-width="100">
<NGrid responsive="screen" item-responsive>
<NFormItemGi span="24 m:12" :label="$t('page.manage.menu.menuType')" path="menuType">
Expand Down

0 comments on commit 60f3b14

Please sign in to comment.