|
|
@@ -206,5 +206,5 @@ onShow(async () => { await loadData(); });
|
|
|
&::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; }
|
|
|
}
|
|
|
-.scan-beam { position: absolute; top: 50%; left: 8rpx; right: 8rpx; height: 3rpx; background: $text-color-primary; border-radius: 2rpx; transform: translateY(-50%); opacity: 0.85; }
|
|
|
+.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>
|