Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FModal组件,displayDirective="show"时,首次打开,滚动条组件不会出现滚动条,操作是OK的,再次打开,显示正常 #716

Open
ocean-gao opened this issue Apr 2, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@ocean-gao
Copy link
Collaborator

问题描述

image

`

<FButton @click="show = true">自定义头部
<FModal v-model:show="show" title="这里是标题" @ok="show = false" displayDirective="show">
<template #title>


自定义头部标题





您的订单还未支付完成,退出将放弃购买




<script> import { ref } from 'vue'; import { EditOutlined } from '@fesjs/fes-design/icon'; export default { components: { EditOutlined, }, setup() { const show = ref(false); return { show, }; }, }; </script> <style scoped> .header { display: flex; flex-direction: row; align-items: center; } </style>`

如何复现

No response

代码

No response

预期结果

首次打开,滚动条也正常显示

环境描述/版本信息

0.8.41

其它补充内容

No response

@ocean-gao ocean-gao added the bug Something isn't working label Apr 2, 2024
@ocean-gao ocean-gao changed the title FModal组件,displayDirective="show"时,首次打开,不会出现滚动条,操作是OK的,再次打开,显示正常 FModal组件,displayDirective="show"时,首次打开,滚动条组件不会出现滚动条,操作是OK的,再次打开,显示正常 Apr 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant