diff --git a/pages/home/history/index.vue b/pages/home/history/index.vue index 2ac5be3..f60bc6f 100644 --- a/pages/home/history/index.vue +++ b/pages/home/history/index.vue @@ -51,40 +51,69 @@ > {{ group.id }} - - - - + + - - - + - - - - - + + + + + + + + + + + + + + + {{ item.title }} + + + - {{ item.title }} - - - + + @@ -111,10 +140,12 @@ @@ -520,6 +628,19 @@ export default { } .history-list { + .right-btn-box { + width: 160rpx; + color: #ffffff; + background-color: #ff4757; + display: flex; + flex-direction: column; + gap: 10rpx; + align-items: center; + justify-content: center; + border-radius: 0 16rpx 16rpx 0; + border-left: 1px solid #fff; + } + .date-group { margin-bottom: 32rpx; } @@ -534,7 +655,15 @@ export default { .history-item { display: flex; align-items: flex-start; - padding: 24rpx 0; + padding: 24rpx; + background-color: #ffffff; + border-radius: 16rpx; + transition: border-radius 0.3s; + + &.no-right-radius { + border-top-right-radius: 0; + border-bottom-right-radius: 0; + } .item-checkbox { margin-right: 24rpx;