Skip to content

fix: 🐛 修复 radio 1px 边框问题#1000

Merged
Pilotager merged 4 commits into
mallfoundry:mainfrom
Pilotager:fix/radio
Mar 6, 2026
Merged

fix: 🐛 修复 radio 1px 边框问题#1000
Pilotager merged 4 commits into
mallfoundry:mainfrom
Pilotager:fix/radio

Conversation

@Pilotager

Copy link
Copy Markdown
Collaborator

Closes: #990

@codecov-commenter

codecov-commenter commented Mar 5, 2026

Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (main@5aeb8cd). Learn more about missing BASE report.
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1000   +/-   ##
=======================================
  Coverage        ?   56.74%           
=======================================
  Files           ?       57           
  Lines           ?      964           
  Branches        ?      285           
=======================================
  Hits            ?      547           
  Misses          ?      410           
  Partials        ?        7           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@felix9ia

felix9ia commented Mar 6, 2026

Copy link
Copy Markdown
Contributor

@Pilotager 这个问题不止 Radio 存在,Checkbox 也存在,同理,1px 的 border 应该都会有相应的问题。

@Pilotager

Copy link
Copy Markdown
Collaborator Author

@Pilotager 这个问题不止 Radio 存在,Checkbox 也存在,同理,1px 的 border 应该都会有相应的问题。

中午我梳理一遍,不进行 rem 转换了

@Pilotager Pilotager merged commit 3a34f03 into mallfoundry:main Mar 6, 2026
3 checks passed
@donghao123456

Copy link
Copy Markdown

border: 1px solid $radio-border-color;
border: 1PX solid $radio-border-color;

这样的变更可以解决1px不显示的问题?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

🐛 [Bug]: iPhone 特定机型无法显示 1px 的 border ,比如 Radio 的 border 边框

4 participants