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

[Style] 在 dev 环境中的样式,和 build 打包的 css 不同 #185

Open
abigail-0111 opened this issue Jul 10, 2024 · 2 comments
Open
Assignees

Comments

@abigail-0111
Copy link

tdesign-react-starter 版本

0.3.1

重现链接

https://tdesign.tencent.com/starter/react/login/index

重现步骤

通过 td-starter init 构建项目。分别执行 pnpm devpnpm build

期望结果

得到完全相同的界面

实际结果

开发环境下:
image
image

生产环境下:
image
image

框架版本

"tdesign-react": "^1.1.10"

浏览器版本

Chrome(126.0.6478.127)

系统版本

Windows 11

Node版本

v21.1.0

补充说明

引用顺序如下,打包后仍然有部分 index.less 中的样式会被 td-design 覆盖

// main.tsx
import 'tdesign-react/es/style/index.css';
import './styles/theme.css';
import './styles/index.less';
Copy link

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

Copy link

github-actions bot commented Jul 10, 2024

♥️ 有劳 @xucz @uyarn 尽快确认问题。
确认有效后将下一步计划和可能需要的时间回复给 @abigail-0111

@abigail-0111 abigail-0111 changed the title [Style] 在 dev 环境中的样式,和 build 构建出的 css 文件不同 [Style] 在 dev 环境中的样式,和 build 打包的 css 不同 Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants