|
@@ -50,7 +50,7 @@ let props = defineProps({
|
|
|
canvasSize: {
|
|
|
type: Object,
|
|
|
default: () => {
|
|
|
- return { width: 309, height: 245 };
|
|
|
+ return { width: 348, height: 245 };
|
|
|
},
|
|
|
},
|
|
|
});
|
|
@@ -476,11 +476,11 @@ onMounted(() => {
|
|
|
position: absolute;
|
|
|
left: 50%;
|
|
|
top: 50%;
|
|
|
- width: 80%;
|
|
|
+ width: 90%;
|
|
|
height: 80%;
|
|
|
border-left: 1px solid #006c9d;
|
|
|
border-bottom: 1px solid #006c9d;
|
|
|
- transform: translate(-50%, -46%);
|
|
|
+ transform: translate(-45%, -46%);
|
|
|
|
|
|
.coord-lineY {
|
|
|
position: absolute;
|