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:
parent
6314b98c76
commit
ccd1a6f0e8
@ -1,13 +1,12 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
"widgettype":"VBox",
|
"widgettype":"VBox",
|
||||||
"options":{"cheight":40,"width":"100%"},
|
"options":{"width":"100%"},
|
||||||
"subwidgets":[{
|
"subwidgets":[{
|
||||||
"id":"distribution_agreements_tbl",
|
"id":"distribution_agreements_tbl",
|
||||||
"widgettype":"Tabular",
|
"widgettype":"Tabular",
|
||||||
"options":{
|
"options":{
|
||||||
"width":"100%",
|
"width":"100%",
|
||||||
"cheight":40,
|
|
||||||
|
|
||||||
|
|
||||||
"title":"分销协议表",
|
"title":"分销协议表",
|
||||||
|
|||||||
@ -1,13 +1,12 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
"widgettype":"VBox",
|
"widgettype":"VBox",
|
||||||
"options":{"cheight":40,"width":"100%"},
|
"options":{"width":"100%"},
|
||||||
"subwidgets":[{
|
"subwidgets":[{
|
||||||
"id":"sub_distributors_tbl",
|
"id":"sub_distributors_tbl",
|
||||||
"widgettype":"Tabular",
|
"widgettype":"Tabular",
|
||||||
"options":{
|
"options":{
|
||||||
"width":"100%",
|
"width":"100%",
|
||||||
"cheight":40,
|
|
||||||
|
|
||||||
|
|
||||||
"title":"二级分销商表",
|
"title":"二级分销商表",
|
||||||
|
|||||||
@ -1,13 +1,12 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
"widgettype":"VBox",
|
"widgettype":"VBox",
|
||||||
"options":{"cheight":40,"width":"100%"},
|
"options":{"width":"100%"},
|
||||||
"subwidgets":[{
|
"subwidgets":[{
|
||||||
"id":"sub_resellers_tbl",
|
"id":"sub_resellers_tbl",
|
||||||
"widgettype":"Tabular",
|
"widgettype":"Tabular",
|
||||||
"options":{
|
"options":{
|
||||||
"width":"100%",
|
"width":"100%",
|
||||||
"cheight":40,
|
|
||||||
|
|
||||||
|
|
||||||
"title":"二级分销商表",
|
"title":"二级分销商表",
|
||||||
|
|||||||
@ -1,13 +1,12 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
"widgettype":"VBox",
|
"widgettype":"VBox",
|
||||||
"options":{"cheight":40,"width":"100%"},
|
"options":{"width":"100%"},
|
||||||
"subwidgets":[{
|
"subwidgets":[{
|
||||||
"id":"suppliers_tbl",
|
"id":"suppliers_tbl",
|
||||||
"widgettype":"Tabular",
|
"widgettype":"Tabular",
|
||||||
"options":{
|
"options":{
|
||||||
"width":"100%",
|
"width":"100%",
|
||||||
"cheight":40,
|
|
||||||
|
|
||||||
|
|
||||||
"title":"供应商表",
|
"title":"供应商表",
|
||||||
|
|||||||
@ -1,13 +1,12 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
"widgettype":"VBox",
|
"widgettype":"VBox",
|
||||||
"options":{"cheight":40,"width":"100%"},
|
"options":{"width":"100%"},
|
||||||
"subwidgets":[{
|
"subwidgets":[{
|
||||||
"id":"supply_contracts_tbl",
|
"id":"supply_contracts_tbl",
|
||||||
"widgettype":"Tabular",
|
"widgettype":"Tabular",
|
||||||
"options":{
|
"options":{
|
||||||
"width":"100%",
|
"width":"100%",
|
||||||
"cheight":40,
|
|
||||||
|
|
||||||
|
|
||||||
"title":"供销合同表",
|
"title":"供销合同表",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user