修改图标区域背景1

master
于肖磊 2026-01-08 12:03:32 +08:00
parent 72b4794b26
commit 945a239f02
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@
<template v-if="item.type == 'user'">
<!-- 用户名和文本内容容器 -->
<view class="inline-block">
<view class="fl flex-row align-c jc-c padding-top-xs">
<view class="fl flex-row align-c jc-c padding-top-xsss">
<!-- 头像 -->
<image :src="item.user_avatar != null ? item.user_avatar : userAvatar" class="bulletin-item-avatar" mode="aspectFill"></image>
</view>

View File

@ -142,7 +142,7 @@
z-index: 11;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.1);
background: red;
.component-icon-play {
height: 200rpx;
width: 200rpx;