-
Notifications
You must be signed in to change notification settings - Fork 267
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(badge): v15适配 #2826
base: feat_v3.x
Are you sure you want to change the base?
feat(badge): v15适配 #2826
Changes from all commits
dc39b97
b099dce
8a1dad1
da57a85
2a9b009
c935966
f702a33
efd7e26
27d62bb
d025d25
82e6f35
8d371ac
2e9f628
a59a2e5
3e7e233
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
@@ -2,22 +2,14 @@ | |||||||||||||||||||||||||||||||||||||
position: relative; | ||||||||||||||||||||||||||||||||||||||
display: inline-flex; | ||||||||||||||||||||||||||||||||||||||
width: auto; | ||||||||||||||||||||||||||||||||||||||
/* #ifdef harmony */ | ||||||||||||||||||||||||||||||||||||||
min-width: 1px; | ||||||||||||||||||||||||||||||||||||||
/* #endif */ | ||||||||||||||||||||||||||||||||||||||
/* #ifndef harmony */ | ||||||||||||||||||||||||||||||||||||||
min-width: auto; | ||||||||||||||||||||||||||||||||||||||
/* #endif */ | ||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||
&-icon { | ||||||||||||||||||||||||||||||||||||||
position: absolute; | ||||||||||||||||||||||||||||||||||||||
display: flex; | ||||||||||||||||||||||||||||||||||||||
justify-content: center; | ||||||||||||||||||||||||||||||||||||||
align-items: center; | ||||||||||||||||||||||||||||||||||||||
background: $badge-background-color; | ||||||||||||||||||||||||||||||||||||||
padding: $badge-icon-padding; | ||||||||||||||||||||||||||||||||||||||
text-align: center; | ||||||||||||||||||||||||||||||||||||||
border: $badge-border; | ||||||||||||||||||||||||||||||||||||||
border-radius: $badge-border-radius; | ||||||||||||||||||||||||||||||||||||||
z-index: $badge-z-index; | ||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||
.nut-icon { | ||||||||||||||||||||||||||||||||||||||
|
@@ -27,53 +19,88 @@ | |||||||||||||||||||||||||||||||||||||
} | ||||||||||||||||||||||||||||||||||||||
} | ||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||
&-sup, | ||||||||||||||||||||||||||||||||||||||
&-icon { | ||||||||||||||||||||||||||||||||||||||
border-radius: $badge-border-radius; | ||||||||||||||||||||||||||||||||||||||
&::after { | ||||||||||||||||||||||||||||||||||||||
content: ''; | ||||||||||||||||||||||||||||||||||||||
position: absolute; | ||||||||||||||||||||||||||||||||||||||
top: -50%; | ||||||||||||||||||||||||||||||||||||||
bottom: -50%; | ||||||||||||||||||||||||||||||||||||||
left: -50%; | ||||||||||||||||||||||||||||||||||||||
right: -50%; | ||||||||||||||||||||||||||||||||||||||
transform: scale(0.5); | ||||||||||||||||||||||||||||||||||||||
border: $badge-border; | ||||||||||||||||||||||||||||||||||||||
border-radius: $badge-border-radius; | ||||||||||||||||||||||||||||||||||||||
} | ||||||||||||||||||||||||||||||||||||||
} | ||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||
&-sup { | ||||||||||||||||||||||||||||||||||||||
height: $badge-height; | ||||||||||||||||||||||||||||||||||||||
position: absolute; | ||||||||||||||||||||||||||||||||||||||
display: flex; | ||||||||||||||||||||||||||||||||||||||
display: inline-flex; | ||||||||||||||||||||||||||||||||||||||
justify-content: center; | ||||||||||||||||||||||||||||||||||||||
align-items: center; | ||||||||||||||||||||||||||||||||||||||
/* #ifdef harmony */ | ||||||||||||||||||||||||||||||||||||||
background: $color-primary; | ||||||||||||||||||||||||||||||||||||||
/* #endif */ | ||||||||||||||||||||||||||||||||||||||
/* #ifndef harmony */ | ||||||||||||||||||||||||||||||||||||||
background: $badge-background-color; | ||||||||||||||||||||||||||||||||||||||
/* #endif */ | ||||||||||||||||||||||||||||||||||||||
color: $badge-color; | ||||||||||||||||||||||||||||||||||||||
height: $badge-height; | ||||||||||||||||||||||||||||||||||||||
min-width: $badge-min-width; | ||||||||||||||||||||||||||||||||||||||
padding: $badge-padding; | ||||||||||||||||||||||||||||||||||||||
box-sizing: border-box; | ||||||||||||||||||||||||||||||||||||||
color: $badge-color; | ||||||||||||||||||||||||||||||||||||||
font-size: $badge-font-size; | ||||||||||||||||||||||||||||||||||||||
font-weight: normal; | ||||||||||||||||||||||||||||||||||||||
text-align: center; | ||||||||||||||||||||||||||||||||||||||
border: $badge-border; | ||||||||||||||||||||||||||||||||||||||
border-radius: $badge-border-radius; | ||||||||||||||||||||||||||||||||||||||
min-width: $badge-min-width; | ||||||||||||||||||||||||||||||||||||||
line-height: 12px; | ||||||||||||||||||||||||||||||||||||||
white-space: nowrap; | ||||||||||||||||||||||||||||||||||||||
font-weight: normal; | ||||||||||||||||||||||||||||||||||||||
vertical-align: middle; | ||||||||||||||||||||||||||||||||||||||
background: $badge-background-color; | ||||||||||||||||||||||||||||||||||||||
z-index: 1; | ||||||||||||||||||||||||||||||||||||||
} | ||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||
&-number { | ||||||||||||||||||||||||||||||||||||||
font-family: 'JD'; | ||||||||||||||||||||||||||||||||||||||
/* #ifdef harmony */ | ||||||||||||||||||||||||||||||||||||||
line-height: 12px; | ||||||||||||||||||||||||||||||||||||||
/* #endif */ | ||||||||||||||||||||||||||||||||||||||
/* #ifndef harmony */ | ||||||||||||||||||||||||||||||||||||||
line-height: 13px; | ||||||||||||||||||||||||||||||||||||||
/* #endif */ | ||||||||||||||||||||||||||||||||||||||
} | ||||||||||||||||||||||||||||||||||||||
Comment on lines
+55
to
+63
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🛠️ Refactor suggestion 建议重新考虑字体设置 直接使用
- font-family: 'JD';
+ font-family: 'JD', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', sans-serif; 📝 Committable suggestion
Suggested change
|
||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||
&-one { | ||||||||||||||||||||||||||||||||||||||
height: $badge-height; | ||||||||||||||||||||||||||||||||||||||
width: $badge-height; | ||||||||||||||||||||||||||||||||||||||
padding: 0; | ||||||||||||||||||||||||||||||||||||||
} | ||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||
&-content { | ||||||||||||||||||||||||||||||||||||||
/* #ifndef rn */ | ||||||||||||||||||||||||||||||||||||||
position: absolute; | ||||||||||||||||||||||||||||||||||||||
transform: $badge-content-transform; | ||||||||||||||||||||||||||||||||||||||
/* #endif */ | ||||||||||||||||||||||||||||||||||||||
} | ||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||
&-dot { | ||||||||||||||||||||||||||||||||||||||
width: $badge-dot-width; | ||||||||||||||||||||||||||||||||||||||
height: $badge-dot-width; | ||||||||||||||||||||||||||||||||||||||
border: $badge-dot-border; | ||||||||||||||||||||||||||||||||||||||
border-radius: $badge-dot-width; | ||||||||||||||||||||||||||||||||||||||
padding: 0; | ||||||||||||||||||||||||||||||||||||||
border-radius: 50%; | ||||||||||||||||||||||||||||||||||||||
&::after { | ||||||||||||||||||||||||||||||||||||||
border: $badge-dot-border; | ||||||||||||||||||||||||||||||||||||||
border-radius: 50%; | ||||||||||||||||||||||||||||||||||||||
} | ||||||||||||||||||||||||||||||||||||||
&-normal { | ||||||||||||||||||||||||||||||||||||||
min-width: $badge-dot-width; | ||||||||||||||||||||||||||||||||||||||
width: $badge-dot-width; | ||||||||||||||||||||||||||||||||||||||
height: $badge-dot-width; | ||||||||||||||||||||||||||||||||||||||
} | ||||||||||||||||||||||||||||||||||||||
&-small { | ||||||||||||||||||||||||||||||||||||||
min-width: $badge-dot-small-width; | ||||||||||||||||||||||||||||||||||||||
width: $badge-dot-small-width; | ||||||||||||||||||||||||||||||||||||||
height: $badge-dot-small-width; | ||||||||||||||||||||||||||||||||||||||
} | ||||||||||||||||||||||||||||||||||||||
&-large { | ||||||||||||||||||||||||||||||||||||||
min-width: $badge-dot-large-width; | ||||||||||||||||||||||||||||||||||||||
width: $badge-dot-large-width; | ||||||||||||||||||||||||||||||||||||||
height: $badge-dot-large-width; | ||||||||||||||||||||||||||||||||||||||
} | ||||||||||||||||||||||||||||||||||||||
} | ||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||
&-outline { | ||||||||||||||||||||||||||||||||||||||
background: $color-primary-text; | ||||||||||||||||||||||||||||||||||||||
border: 1px solid $color-primary; | ||||||||||||||||||||||||||||||||||||||
color: $color-primary; | ||||||||||||||||||||||||||||||||||||||
color: $badge-outline-color; | ||||||||||||||||||||||||||||||||||||||
&::after { | ||||||||||||||||||||||||||||||||||||||
border: $badge-outline-border; | ||||||||||||||||||||||||||||||||||||||
} | ||||||||||||||||||||||||||||||||||||||
} | ||||||||||||||||||||||||||||||||||||||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
上面的内容是 v2 的,可以删除了。