|
@@ -10,9 +10,9 @@
|
|
width: `${rotatedRect.width}rpx`,
|
|
width: `${rotatedRect.width}rpx`,
|
|
height: `${rotatedRect.height}rpx`,
|
|
height: `${rotatedRect.height}rpx`,
|
|
position: 'absolute',
|
|
position: 'absolute',
|
|
- top: `${rotatedRect.top}rpx`,
|
|
|
|
- left: `${rotatedRect.left}rpx`,
|
|
|
|
- border: `9rpx solid #333333`,
|
|
|
|
|
|
+ top: `${rotatedRect.top - 8}rpx`,
|
|
|
|
+ left: `${rotatedRect.left - 8}rpx`,
|
|
|
|
+ border: `4px solid #333333`,
|
|
}"
|
|
}"
|
|
class="tranStyle"
|
|
class="tranStyle"
|
|
>
|
|
>
|