提交 6fdd2839 作者: 方治民

feat: 优化没有底部小部件的场景

上级 02e3ddea
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
setProps, setProps,
toggleShow, toggleShow,
toggleExpand, toggleExpand,
height: computed(() => `${(data.expand ? props.maxHeight : props.height) + 60}rpx`), height: computed(() => (data.show ? `${(data.expand ? props.maxHeight : props.height) + 60}rpx` : '1rpx')),
}) })
</script> </script>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论