bkui-vue3 icon indicating copy to clipboard operation
bkui-vue3 copied to clipboard

bugfix(Dialog): 官网 UI 错乱 & isShow = false 触发延迟

Open forrany opened this issue 10 months ago • 1 comments

Version / Branch / tag

出了什么问题?(What Happened?)

  1. 官网所有 dialog 的确定按钮的 UI 错乱

https://bkui-vue.woa.com/dialog

image
  1. 使用 isShow.value = false方式关闭 dialog 会有明显的延迟

在 sideSlide 嵌套时,通过 js 先关闭 dialog 再关闭 sideslide 会导致失败(原因: 因为延迟的关系,sideslide 丢失,与之绑定的 isShow 实例被销毁)

如何复现?(How to reproduce?)

预期结果(What you expect?)

forrany avatar Apr 17 '24 07:04 forrany

关于延迟:

涛哥知道始末,建议是添加props 支持配置延迟关闭的时间

forrany avatar Apr 17 '24 07:04 forrany