fix: rating
This commit is contained in:
@@ -101,7 +101,7 @@
|
||||
</view>
|
||||
<view class="participant-actions">
|
||||
<!-- <text class="drag-icon">≡</text> -->
|
||||
<text class="delete-icon" @tap="removeParticipant(item.id)">🗑</text>
|
||||
<image class="delete-icon-img" src="/static/images/icon/remove.png" @tap="removeParticipant(item.id)" mode="aspectFit"></image>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
@@ -704,11 +704,10 @@ const handleSubmit = async () => {
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.delete-icon {
|
||||
font-size: 32rpx; /* 图标放大 */
|
||||
color: #ff6b6b; /* 明确的删除红色 */
|
||||
line-height: 1;
|
||||
padding: 8rpx; /* 增加点击区域 */
|
||||
.delete-icon-img {
|
||||
width: 44rpx;
|
||||
height: 44rpx;
|
||||
padding: 10rpx; /* 增加点击热区 */
|
||||
}
|
||||
|
||||
.add-participant {
|
||||
|
||||
Reference in New Issue
Block a user