Просмотр исходного кода

polish: 扫码图标角标加大 10→14rpx

Co-Authored-By: Claude <noreply@anthropic.com>
skyline 3 дней назад
Родитель
Сommit
e1748c40e9
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      haha-admin-mp/src/pages/replenish/home.vue

+ 2 - 2
haha-admin-mp/src/pages/replenish/home.vue

@@ -203,8 +203,8 @@ onShow(async () => { await loadData(); });
   &:active { transform: translateX(-50%) scale(0.92); background: $primary-color-dark; }
 }
 .scan-icon { width: 50rpx; height: 50rpx; position: relative;
-  &::before { content: ''; position: absolute; top: 4rpx; left: 4rpx; width: 10rpx; height: 10rpx; border-top: 4rpx solid $text-color-primary; border-left: 4rpx solid $text-color-primary; border-radius: 3rpx 0 0 0; }
-  &::after { content: ''; position: absolute; bottom: 4rpx; right: 4rpx; width: 10rpx; height: 10rpx; border-bottom: 4rpx solid $text-color-primary; border-right: 4rpx solid $text-color-primary; border-radius: 0 0 3rpx 0; }
+  &::before { content: ''; position: absolute; top: 4rpx; left: 4rpx; width: 14rpx; height: 14rpx; border-top: 4rpx solid $text-color-primary; border-left: 4rpx solid $text-color-primary; border-radius: 4rpx 0 0 0; }
+  &::after { content: ''; position: absolute; bottom: 4rpx; right: 4rpx; width: 14rpx; height: 14rpx; border-bottom: 4rpx solid $text-color-primary; border-right: 4rpx solid $text-color-primary; border-radius: 0 0 4rpx 0; }
 }
 .scan-beam { position: absolute; top: 50%; left: 14rpx; right: 14rpx; height: 4rpx; background: $text-color-primary; border-radius: 2rpx; transform: translateY(-50%); opacity: 0.85; }
 </style>