修改样式

This commit is contained in:
zhouyanli
2026-04-29 09:07:18 +08:00
parent e3e74a1be0
commit 46c9f6dacc
6 changed files with 53 additions and 109 deletions

View File

@@ -73,8 +73,8 @@
<!-- 新增邀请按钮 -->
<view class="add-btn" @click="addInvitation">
<uni-icons type="plus" size="18" color="#fff"></uni-icons>
<text class="add-text">新增邀请</text>
<!-- <uni-icons type="plus" size="18" color="#fff"></uni-icons> -->
<text class="add-text">新增邀请+</text>
</view>
</view>
</template>
@@ -332,5 +332,6 @@ const addInvitation = () => {
}
.add-text {
margin-left: 5px;
font-size: 28rpx;
}
</style>