样式微调

This commit is contained in:
砂糖
2025-07-12 13:46:29 +08:00
parent ee8f63e965
commit 80688b3239
3 changed files with 83 additions and 105 deletions

View File

@@ -51,7 +51,7 @@
<!-- 置顶标识 -->
<view v-if="task.ownRank === 1" class="top-badge">
<uni-icons type="arrow-up" size="12" color="#ff9500"></uni-icons>
<uni-icons type="arrow-up" size="12" color="#007aff"></uni-icons>
</view>
</view>
</uni-swipe-action-item>
@@ -130,7 +130,7 @@ export default {
options.push({
text: '置顶',
style: {
backgroundColor: '#ff9500',
backgroundColor: '#007aff',
color: '#fff'
}
})
@@ -300,8 +300,8 @@ export default {
transition: all 0.2s ease;
&.checked {
background-color: #ff9500;
border-color: #ff9500;
background-color: $im-primary;
border-color: $im-primary;
}
&.disabled {
@@ -372,15 +372,15 @@ export default {
position: absolute;
top: 8rpx;
right: 8rpx;
background-color: #fff8e6;
border: 1rpx solid #ff9500;
background-color: rgba($im-primary, 0.1);
border: 1rpx solid $im-primary;
border-radius: 50%;
width: 28rpx;
height: 28rpx;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 2rpx 6rpx rgba(255, 149, 0, 0.2);
box-shadow: 0 2rpx 6rpx rgba($im-primary, 0.2);
}
.empty-state {