PipeLineLems/pipelinelems_web/src/components/BaseQueryDrawer/BaseQueryDrawer.tsx | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
PipeLineLems/pipelinelems_web/src/components/BaseQueryDrawer/BaseQueryDrawer.tsx
@@ -6,7 +6,7 @@ [key: string]: any }>({ // @ts-ignore name: 'BaseDrawer', name: 'BaseQueryDrawer', props: { // 遮罩是否可点击 clickable: { @@ -49,6 +49,8 @@ > <el-drawer // modal-class={props.clickable ? styles.modal : ''} //将抽屉强制挂载到 body 元素上,确保样式隔离和滚动行为正常,不受嵌套页面的影响 append-to-body="true" class={{ [styles.informationDrawer]: true, // [styles.informationDrawerPosition]: props.clickable,