We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
0.3.1
https://tdesign.tencent.com/starter/react/login/index
通过 td-starter init 构建项目。分别执行 pnpm dev 与 pnpm build
td-starter init
pnpm dev
pnpm build
得到完全相同的界面
开发环境下:
生产环境下:
"tdesign-react": "^1.1.10"
Chrome(126.0.6478.127)
Windows 11
v21.1.0
引用顺序如下,打包后仍然有部分 index.less 中的样式会被 td-design 覆盖
// main.tsx import 'tdesign-react/es/style/index.css'; import './styles/theme.css'; import './styles/index.less';
The text was updated successfully, but these errors were encountered:
👋 @abigail-0111,感谢给 TDesign 提出了 issue。 请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。
Sorry, something went wrong.
♥️ 有劳 @xucz @uyarn 尽快确认问题。 确认有效后将下一步计划和可能需要的时间回复给 @abigail-0111 。
xucz
uyarn
No branches or pull requests
tdesign-react-starter 版本
0.3.1
重现链接
https://tdesign.tencent.com/starter/react/login/index
重现步骤
通过
td-starter init
构建项目。分别执行pnpm dev
与pnpm build
期望结果
得到完全相同的界面
实际结果
开发环境下:
生产环境下:
框架版本
"tdesign-react": "^1.1.10"
浏览器版本
Chrome(126.0.6478.127)
系统版本
Windows 11
Node版本
v21.1.0
补充说明
引用顺序如下,打包后仍然有部分 index.less 中的样式会被 td-design 覆盖
The text was updated successfully, but these errors were encountered: