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

[dialog] dialog里面的滚轮样式无法被修改 #4114

Closed
sizq-it opened this issue Apr 17, 2024 · 3 comments
Closed

[dialog] dialog里面的滚轮样式无法被修改 #4114

sizq-it opened this issue Apr 17, 2024 · 3 comments
Labels
to be published to be published

Comments

@sizq-it
Copy link

sizq-it commented Apr 17, 2024

tdesign-vue-next 版本

1.9.3

重现链接

No response

重现步骤

<script lang="tsx" setup> const value3 = ref(true); </script> <style lang="less"> .attr-edit { max-height: 500px; overflow-y: auto; } .test { height: 900px; width: 300px; } // 滚动条样式 .scroll-bar { /* 设置浏览器滚动条的样式 */ &::-webkit-scrollbar { width: 8px; height: 8px; } /* 滚动条滑块 */ &::-webkit-scrollbar-thumb { border-radius: 4px; -box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); background: #707070; border: 2px solid #3d3d3d; } /* 滚动条轨道 */ &::-webkit-scrollbar-track { box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); border-radius: 3px; background: #3d3d3d; } } </style>

期望结果

No response

实际结果

No response

框架版本

No response

浏览器版本

No response

系统版本

No response

Node版本

No response

补充说明

No response

Copy link
Contributor

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

@uyarn
Copy link
Collaborator

uyarn commented Apr 18, 2024

已知问题 Chrome 121支持新的特性影响的 已兼容 1.9.4的版本会带上

@uyarn uyarn added the to be published to be published label Apr 18, 2024
@uyarn
Copy link
Collaborator

uyarn commented Apr 19, 2024

fixed 1.9.4

@uyarn uyarn closed this as completed Apr 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
to be published to be published
Projects
None yet
Development

No branches or pull requests

2 participants