From b342c8113d4add6f916f732d45c04fb57625f4fe Mon Sep 17 00:00:00 2001
From: xiaoding721 <33130084+xiaoding721@users.noreply.github.com>
Date: 星期五, 15 十一月 2024 16:50:40 +0800
Subject: [PATCH] 修复一些bug,调整页面布局
---
_Main/UI/MacroPlannerWebApp/Views/DispatchShiftSchedulingInformation.vw | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/_Main/UI/MacroPlannerWebApp/Views/DispatchShiftSchedulingInformation.vw b/_Main/UI/MacroPlannerWebApp/Views/DispatchShiftSchedulingInformation.vw
index 46fb0ea..7c3129d 100644
--- a/_Main/UI/MacroPlannerWebApp/Views/DispatchShiftSchedulingInformation.vw
+++ b/_Main/UI/MacroPlannerWebApp/Views/DispatchShiftSchedulingInformation.vw
@@ -13,9 +13,9 @@
{
mode: 'open'
rowPosition: 1
- rowSpan: 6
- columnPosition: 6
- columnSpan: 4
+ rowSpan: 26
+ columnPosition: 1
+ columnSpan: 11
}
components
{
@@ -494,10 +494,10 @@
userconfigurableinformation
{
}
+ index: 0
image: 'SKIN_TIGER'
page: ''
group: ''
- index: 0
description: ''
}
formatversion: 2
--
Gitblit v1.9.3