@@ -45,7 +45,7 @@ const Transactions: FC<PropsWithChildren<Props>> = (props) => {
<Badge
content={tab.content > 0 ? tab.content : null}
style={{
- "--right": "-0.0972rem",
+ "--right": "-0.1rem",
"--top": "8px",
}}
color={"#ff311b"}
@@ -1,13 +1,13 @@
.badge{
:global(.adm-badge-content){
- width: 0.1806rem;
- height: 0.1389rem;
+ // width: 0.1806rem;
+ // height: 0.1389rem;
display: flex;
justify-content: center;
align-items: center;
- padding: 1px 0;
- font-size: 0.1111rem;
+ padding: 5px 7px;
+ font-size: 0.12rem;
}