chore: 抢单端UI回退前备份当前完整工作区
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -11,6 +11,31 @@
|
||||
align-items: center;
|
||||
padding: 20rpx 24rpx;
|
||||
background: #fff;
|
||||
border-bottom: 1rpx solid #e8e8e8;
|
||||
}
|
||||
|
||||
.im-status-bar {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 16rpx 24rpx;
|
||||
background: #fff1f0;
|
||||
border-bottom: 1rpx solid #ffccc7;
|
||||
}
|
||||
|
||||
.im-status-bar--warn {
|
||||
background: linear-gradient(90deg, #fff7e6 0%, #fff1f0 100%);
|
||||
}
|
||||
|
||||
.im-status-icon {
|
||||
font-size: 28rpx;
|
||||
margin-right: 12rpx;
|
||||
color: #fa541c;
|
||||
}
|
||||
|
||||
.im-status-text {
|
||||
font-size: 26rpx;
|
||||
color: #cf1322;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.search-bar {
|
||||
@@ -105,12 +130,61 @@
|
||||
|
||||
.conversation-item {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
align-items: flex-start;
|
||||
padding: 24rpx;
|
||||
border-bottom: 1rpx solid #f0f0f0;
|
||||
transition: background 0.15s;
|
||||
}
|
||||
|
||||
.order-group-item {
|
||||
padding: 22rpx 24rpx;
|
||||
}
|
||||
|
||||
.order-compact {
|
||||
margin-top: 8rpx;
|
||||
padding-top: 8rpx;
|
||||
border-top: 1rpx solid #f3f3f3;
|
||||
}
|
||||
|
||||
.order-compact-row {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-wrap: wrap;
|
||||
gap: 8rpx;
|
||||
margin-bottom: 4rpx;
|
||||
}
|
||||
|
||||
.order-id-tag {
|
||||
font-size: 20rpx;
|
||||
color: #999;
|
||||
background: #f0f0f0;
|
||||
padding: 2rpx 10rpx;
|
||||
border-radius: 6rpx;
|
||||
}
|
||||
|
||||
.order-id-text {
|
||||
font-size: 22rpx;
|
||||
color: #576b95;
|
||||
}
|
||||
|
||||
.order-status-inline {
|
||||
font-size: 20rpx;
|
||||
color: #07c160;
|
||||
background: #e8f8ef;
|
||||
padding: 2rpx 10rpx;
|
||||
border-radius: 6rpx;
|
||||
}
|
||||
|
||||
.order-desc-compact {
|
||||
display: block;
|
||||
font-size: 24rpx;
|
||||
color: #888;
|
||||
line-height: 1.4;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.conversation-item:active {
|
||||
background: #f5f5f5;
|
||||
}
|
||||
@@ -128,6 +202,56 @@
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.avatar-round {
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.user-meta-row {
|
||||
margin-bottom: 4rpx;
|
||||
}
|
||||
|
||||
.user-meta {
|
||||
font-size: 24rpx;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.user-meta.sub {
|
||||
color: #666;
|
||||
font-size: 22rpx;
|
||||
}
|
||||
|
||||
.order-block {
|
||||
background: #f7f8fa;
|
||||
border-radius: 12rpx;
|
||||
padding: 16rpx 18rpx;
|
||||
margin-bottom: 10rpx;
|
||||
}
|
||||
|
||||
.order-id {
|
||||
display: block;
|
||||
font-size: 24rpx;
|
||||
color: #576b95;
|
||||
margin-bottom: 6rpx;
|
||||
}
|
||||
|
||||
.order-desc {
|
||||
display: block;
|
||||
font-size: 26rpx;
|
||||
color: #333;
|
||||
line-height: 1.5;
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
.order-status {
|
||||
display: inline-block;
|
||||
font-size: 22rpx;
|
||||
color: #07c160;
|
||||
margin-top: 8rpx;
|
||||
padding: 2rpx 12rpx;
|
||||
background: #e8f8ef;
|
||||
border-radius: 8rpx;
|
||||
}
|
||||
|
||||
.info {
|
||||
flex: 1;
|
||||
min-width: 0;
|
||||
@@ -140,11 +264,23 @@
|
||||
margin-bottom: 8rpx;
|
||||
}
|
||||
|
||||
.name-col {
|
||||
flex: 1;
|
||||
min-width: 0;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.uid-tag {
|
||||
font-size: 22rpx;
|
||||
color: #999;
|
||||
margin-top: 2rpx;
|
||||
}
|
||||
|
||||
.name {
|
||||
font-size: 30rpx;
|
||||
color: #1a1a1a;
|
||||
font-weight: 500;
|
||||
flex: 1;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
|
||||
Reference in New Issue
Block a user