【功能完善】积分商城分享

This commit is contained in:
puhui999
2024-11-29 10:29:31 +08:00
parent 7017561242
commit 530410fcf0
3 changed files with 12 additions and 6 deletions
+2 -2
View File
@@ -241,7 +241,7 @@
padding: 20rpx;
color: #fff;
background: linear-gradient(90deg, var(--ui-BG-Main), var(--ui-BG-Main-gradient));
margin-top: 18px;
margin-top: 3px;
margin-bottom: 9px;
border-top-left-radius: 10px;
border-bottom-right-radius: 10px;
@@ -249,7 +249,7 @@
&.admin {
background: #fff;
color: #333;
margin-top: 18px;
margin-top: 3px;
margin-bottom: 9px;
border-radius: 0 10px 10px 10px;
}