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

feat(form): 优化密码只读模式展现形式 #7736

Merged
merged 3 commits into from
Oct 5, 2023

Conversation

universe-wzy
Copy link
Contributor

1、密码的*数量建议设置为常用的8个;
2、*过多,导致表格的Cell宽度被固定,影响整体布局;
3、如果通过ellipsis进行缩进,又会导致小眼睛被隐藏不显示,同时鼠标悬浮会显示明文。
截屏2023-09-27 00 21 12
截屏2023-09-27 00 21 29

1、密码的*数量建议设置为常用的8个;
2、*过多,导致表格的Cell宽度被固定,影响整体布局;
3、如果通过ellipsis进行缩进,又会导致小眼睛被隐藏不显示,同时鼠标悬浮会显示明文。
@github-actions
Copy link

github-actions bot commented Sep 26, 2023

😭 Deploy PR Preview failed.

@chenshuai2144 chenshuai2144 changed the title feat: 优化密码只读模式展现形式 feat(form): 优化密码只读模式展现形式 Sep 29, 2023
@codecov
Copy link

codecov bot commented Oct 5, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (0e9c496) 97.99% compared to head (5faff52) 97.99%.
Report is 1 commits behind head on master.

❗ Current head 5faff52 differs from pull request most recent head 189bb0a. Consider uploading reports for the commit 189bb0a to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #7736   +/-   ##
=======================================
  Coverage   97.99%   97.99%           
=======================================
  Files         298      298           
  Lines        9356     9356           
  Branches     3485     3485           
=======================================
  Hits         9168     9168           
  Misses        173      173           
  Partials       15       15           
Files Coverage Δ
packages/field/src/components/Password/index.tsx 100.00% <100.00%> (ø)
packages/layout/src/ProLayout.tsx 98.88% <100.00%> (ø)

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

@chenshuai2144 chenshuai2144 merged commit 5e729ad into ant-design:master Oct 5, 2023
7 checks passed
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

Successfully merging this pull request may close these issues.

2 participants