🐞 fix(ID1001329 ui修复):

This commit is contained in:
czm 2023-03-01 14:37:14 +08:00
parent 161f50fb59
commit e38fc4e226
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
line-height: 68px; line-height: 68px;
font-size: 28px; font-size: 28px;
border-radius: 68px; border-radius: 68px;
background-color: #e9e9e9ff; background-color: rgb(233, 233, 233, 0.4);
color: rgba(0, 0, 0, 0.6); color: rgba(0, 0, 0, 0.6);
box-sizing: border-box; box-sizing: border-box;
} }

View File

@ -13,7 +13,7 @@
line-height: 68px; line-height: 68px;
font-size: 28px; font-size: 28px;
border-radius: 68px; border-radius: 68px;
background-color: #e9e9e9ff; background-color: rgb(233, 233, 233, 0.4);
color: rgba(0, 0, 0, 0.6); color: rgba(0, 0, 0, 0.6);
box-sizing: border-box; box-sizing: border-box;
} }