From 80292b4d86d3bdff3483ee73614e8292c1705070 Mon Sep 17 00:00:00 2001 From: xiaoding721 <33130084+xiaoding721@users.noreply.github.com> Date: 星期三, 13 十一月 2024 15:03:09 +0800 Subject: [PATCH] 调整页面布局 --- _Main/UI/MacroPlannerWebApp/Component_FormOfflinePlanComparison/Component_pPower.def | 12 +++++++----- 1 files changed, 7 insertions(+), 5 deletions(-) diff --git a/_Main/UI/MacroPlannerWebApp/Component_FormOfflinePlanComparison/Component_pPower.def b/_Main/UI/MacroPlannerWebApp/Component_FormOfflinePlanComparison/Component_pPower.def index 9ce5dd6..effb842 100644 --- a/_Main/UI/MacroPlannerWebApp/Component_FormOfflinePlanComparison/Component_pPower.def +++ b/_Main/UI/MacroPlannerWebApp/Component_FormOfflinePlanComparison/Component_pPower.def @@ -1,13 +1,13 @@ Quintiq file version 2.0 Component pPower { - #keys: '[414996.1.215964111]' + #keys: '[414996.1.218091277]' BaseType: 'WebPanel' Children: [ Component dhPowers { - #keys: '[414996.1.215964112]' + #keys: '[414996.1.218091278]' BaseType: 'WebDataHolder' Databinding: 'structured[LocalValue]*' Properties: @@ -18,14 +18,14 @@ #child: ListPowers Component dhCheckPowers { - #keys: '[414996.1.215964118]' + #keys: '[414996.1.218091284]' BaseType: 'WebDataHolder' Databinding: 'structured[LocalValue]*' Children: [ Component deCheckPowers { - #keys: '[414996.1.215964119]' + #keys: '[414996.1.218091285]' BaseType: 'WebDataExtractor' Properties: [ @@ -45,7 +45,9 @@ ] Properties: [ - MinimumRows: 20 + FixedSize: true + MinimumColumns: 8 + MinimumRows: 15 Taborder: 1 Title: 'Power' ] -- Gitblit v1.9.3