Squashed commit of the following:
All checks were successful
CI / Docker-Build (push) Successful in 2m49s

commit c2338efaf9
Author: joylink_zhaoerwei <Bob_Engineer@163.com>
Date:   Thu Jul 4 16:30:15 2024 +0800

    驾驶台高度微调

commit 7a1925cfbe
Author: joylink_zhaoerwei <Bob_Engineer@163.com>
Date:   Thu Jul 4 15:29:41 2024 +0800

    列车驾驶台按钮+灯备用

commit 6d54d2e5d5
Author: joylink_zhaoerwei <Bob_Engineer@163.com>
Date:   Thu Jul 4 09:17:51 2024 +0800

    更改前端pixi绘图版本
This commit is contained in:
joylink_zhaoerwei 2024-07-04 16:31:19 +08:00
parent 0c5321e9de
commit 6754420431

View File

@ -267,7 +267,7 @@ function pslHide() {
//Tcc
const tccStore = useTccStore();
const tccCanvasWidth = ref(1000);
const tccCanvasHeight = ref(600);
const tccCanvasHeight = ref(630);
watch(
() => tccStore.isTccDialogOpen,
(val: boolean) => {