-
Notifications
You must be signed in to change notification settings - Fork 492
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
[TreeSelect] 样式缺失 #3452
Labels
Comments
👋 @KeroZhai,感谢给 TDesign 提出了 issue。 |
|
16 tasks
是按需引用tree-select? |
uyarn
added
to be published
to be published
and removed
need more info
need more information to resolve issue
labels
Nov 2, 2023
是的,按需引用的 |
fixed 1.6.8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
tdesign-vue-next 版本
1.5.7
重现链接
No response
重现步骤
使用 TreeSelect 时,发现右侧箭头颜色不像 Select 那样为浅灰色,定位发现是对应的样式文件没有导入
期望结果
样式文件被导入。
实际结果
样式文件未被导入。
框架版本
Vue
浏览器版本
No response
系统版本
No response
Node版本
No response
补充说明
看了眼
node_modules
里打包产物的tdesign-vue-next/es/tree-select/style/index.css
似乎没有被 import。index.mjs
里导入了./style/css.mjs
,而后者的内容为:import '../../tree/style/index.css'
。The text was updated successfully, but these errors were encountered: