Commit 1a570b36 authored by nick zheng's avatar nick zheng

Merge branch 'beta' into 'master'

chore(知识库切片): 显示切片时,对话区域支持滚动

See merge request !229
parents 9a7f2b5a e356e1a9
...@@ -63,7 +63,7 @@ const stopResize = () => { ...@@ -63,7 +63,7 @@ const stopResize = () => {
v-model:show="isShowDrawer" v-model:show="isShowDrawer"
placement="bottom" placement="bottom"
:height="drawerHeight" :height="drawerHeight"
:show-mask="'transparent'" :show-mask="false"
:trap-focus="false" :trap-focus="false"
:block-scroll="false" :block-scroll="false"
class="shadow-[0_0_20px_rgba(0,4,65,0.07)]! mx-[25px]! rounded-[10px]! relative" class="shadow-[0_0_20px_rgba(0,4,65,0.07)]! mx-[25px]! rounded-[10px]! relative"
......
...@@ -18,11 +18,11 @@ const isShowDrawer = defineModel<boolean>('isShowDrawer', { required: true }) ...@@ -18,11 +18,11 @@ const isShowDrawer = defineModel<boolean>('isShowDrawer', { required: true })
<n-drawer <n-drawer
v-model:show="isShowDrawer" v-model:show="isShowDrawer"
:width="430" :width="430"
:show-mask="'transparent'" :show-mask="false"
:trap-focus="false" :trap-focus="false"
:block-scroll="false" :block-scroll="false"
:to="to" :to="to"
class="shadow-[0_0_20px_rgba(0,4,65,0.07)]! rounded-[10px]!" class="shadow-[0_0_20px_rgba(0,4,65,0.07)]! rounded-l-[10px]!"
> >
<n-drawer-content <n-drawer-content
:title="t('personal_space_module.agent_module.agent_setting_module.agent_config_module.back_chunk_content')" :title="t('personal_space_module.agent_module.agent_setting_module.agent_config_module.back_chunk_content')"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment