feat: 圆角50px替换全局变量

This commit is contained in:
duanshuwen
2025-10-06 17:30:17 +08:00
parent dad5c4cc5e
commit 637c5f674b
10 changed files with 31 additions and 30 deletions

View File

@@ -19,7 +19,7 @@
right: 8px;
z-index: 10;
background: rgba(0, 0, 0, 0.5);
border-radius: 50px;
border-radius: $uni-border-radius-50px;
padding: 3px 8px;
font-size: 8px;
color: #fff;