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

[t-color-picker] 和t-popup嵌套无法使用 #3290

Open
xiaoshangmin opened this issue Nov 18, 2024 · 4 comments
Open

[t-color-picker] 和t-popup嵌套无法使用 #3290

xiaoshangmin opened this issue Nov 18, 2024 · 4 comments
Labels
enhancement New feature or request

Comments

@xiaoshangmin
Copy link

tdesign-miniprogram 版本

1.8.0

重现链接

No response

重现步骤

<t-popup visible="{{ visible }}" placement="bottom"> 
<t-color-picker enableAlpha type="multiple" swatch-colors="{{ swatchColors }}"  bind:change="onChange" />
</t-popup>

因为我需要在color-picker下面再加一些其他的元素 没有用官方的use-popup属性
直接在page里面用t-popup和t-color-picker嵌套 但是无法使用   
看官方源码也是两个组件嵌套 不明白是哪里的问题 
求解答 感谢

期望结果

可以使用

实际结果

No response

基础库版本

3.6.0

补充说明

No response

Copy link
Contributor

👋 @xiaoshangmin,感谢给 TDesign 提出了 issue。
请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。

@anlyyao
Copy link
Collaborator

anlyyao commented Nov 19, 2024

@xiaoshangmin 页面上直接使用popup+colorpicker,touch事件垂直方向偏移量是0,导致垂直方向位置不正确,外部并不好处理。如果你的需求是在color-picker上方/下方再加一些其他的元素,我们可以尝试提供顶部/底部插槽让你去自定义、

@xiaoshangmin
Copy link
Author

@xiaoshangmin 页面上直接使用popup+colorpicker,touch事件垂直方向偏移量是0,导致垂直方向位置不正确,外部并不好处理。如果你的需求是在color-picker上方/下方再加一些其他的元素,我们可以尝试提供顶部/底部插槽让你去自定义、

感谢 明白了
还有一个问题 当swatch-colors设置为[]时 组件下方的流白空间太多了 可以优化下

@anlyyao
Copy link
Collaborator

anlyyao commented Nov 19, 2024

swatch-colors设置为[]

感谢反馈, swatch-colors设置为[]时下方空白问题,我们尽快处理, 同时会提供丰富的插槽来支持自定义内容

@anlyyao anlyyao added the enhancement New feature or request label Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants