fix: remove cheight from all CRUD index.ui — let bricks Tabular auto-height

Removed cheight:40 from outer VBox and inner Tabular options in:
- suppliers_list
- sub_resellers_list
- sub_distributors_list
- supply_contracts_list
- distribution_agreements_list

CRUD Tabular handles its own height; hardcoding cheight causes
title row to fill entire viewport.
This commit is contained in:
yumoqing 2026-07-10 09:29:40 +08:00
parent 6314b98c76
commit ccd1a6f0e8
5 changed files with 5 additions and 10 deletions

View File

@ -1,13 +1,12 @@
{
"widgettype":"VBox",
"options":{"cheight":40,"width":"100%"},
"options":{"width":"100%"},
"subwidgets":[{
"id":"distribution_agreements_tbl",
"widgettype":"Tabular",
"options":{
"width":"100%",
"cheight":40,
"title":"分销协议表",

View File

@ -1,13 +1,12 @@
{
"widgettype":"VBox",
"options":{"cheight":40,"width":"100%"},
"options":{"width":"100%"},
"subwidgets":[{
"id":"sub_distributors_tbl",
"widgettype":"Tabular",
"options":{
"width":"100%",
"cheight":40,
"title":"二级分销商表",

View File

@ -1,13 +1,12 @@
{
"widgettype":"VBox",
"options":{"cheight":40,"width":"100%"},
"options":{"width":"100%"},
"subwidgets":[{
"id":"sub_resellers_tbl",
"widgettype":"Tabular",
"options":{
"width":"100%",
"cheight":40,
"title":"二级分销商表",

View File

@ -1,13 +1,12 @@
{
"widgettype":"VBox",
"options":{"cheight":40,"width":"100%"},
"options":{"width":"100%"},
"subwidgets":[{
"id":"suppliers_tbl",
"widgettype":"Tabular",
"options":{
"width":"100%",
"cheight":40,
"title":"供应商表",

View File

@ -1,13 +1,12 @@
{
"widgettype":"VBox",
"options":{"cheight":40,"width":"100%"},
"options":{"width":"100%"},
"subwidgets":[{
"id":"supply_contracts_tbl",
"widgettype":"Tabular",
"options":{
"width":"100%",
"cheight":40,
"title":"供销合同表",