|
@@ -350,12 +350,12 @@ onMounted(async () => {
|
|
|
.cell-stock-cur { font-size: 20rpx; font-weight: 500; color: $text-color-primary; }
|
|
.cell-stock-cur { font-size: 20rpx; font-weight: 500; color: $text-color-primary; }
|
|
|
|
|
|
|
|
/* 数量调节 */
|
|
/* 数量调节 */
|
|
|
-.cell-qty { display: flex; align-items: center; gap: 0; border: 1rpx solid $border-color; border-radius: 6rpx; overflow: hidden; margin-bottom: 6rpx; }
|
|
|
|
|
-.cell-qty-btn { width: 36rpx; height: 36rpx; display: flex; align-items: center; justify-content: center; background: $bg-color-card;
|
|
|
|
|
- text { font-size: 24rpx; color: $text-color-secondary; line-height: 1; }
|
|
|
|
|
|
|
+.cell-qty { display: flex; align-items: center; gap: 0; border: 1rpx solid $border-color; border-radius: 8rpx; overflow: hidden; margin-bottom: 8rpx; }
|
|
|
|
|
+.cell-qty-btn { width: 52rpx; height: 52rpx; display: flex; align-items: center; justify-content: center; background: $bg-color-card;
|
|
|
|
|
+ text { font-size: 32rpx; color: $text-color-secondary; line-height: 1; }
|
|
|
&:active { background: $bg-color-secondary; }
|
|
&:active { background: $bg-color-secondary; }
|
|
|
}
|
|
}
|
|
|
-.cell-qty-input { width: 48rpx; height: 36rpx; line-height: 36rpx; text-align: center; font-size: 22rpx; font-weight: 600; color: $text-color-primary; border-left: 1rpx solid $border-color; border-right: 1rpx solid $border-color; }
|
|
|
|
|
|
|
+.cell-qty-input { width: 64rpx; height: 52rpx; text-align: center; font-size: 26rpx; font-weight: 600; color: $text-color-primary; border-left: 1rpx solid $border-color; border-right: 1rpx solid $border-color; }
|
|
|
|
|
|
|
|
/* 快捷操作 */
|
|
/* 快捷操作 */
|
|
|
.cell-actions { display: flex; align-items: center; gap: 4rpx; }
|
|
.cell-actions { display: flex; align-items: center; gap: 4rpx; }
|