From 2299cf05f110262bbaec8cc1eedf3f6e1acac4cf Mon Sep 17 00:00:00 2001 From: xieqiyu Date: Wed, 21 Feb 2024 14:12:47 +0800 Subject: [PATCH] * Fix bug#41398. --- module/product/config/dtable.php | 4 ++-- module/program/css/product.ui.css | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) delete mode 100644 module/program/css/product.ui.css diff --git a/module/product/config/dtable.php b/module/product/config/dtable.php index d3fb50040c..9aa8241bc4 100644 --- a/module/product/config/dtable.php +++ b/module/product/config/dtable.php @@ -3,8 +3,8 @@ $config->product->dtable = new stdclass(); $config->product->dtable->fieldList['name']['name'] = 'name'; $config->product->dtable->fieldList['name']['title'] = $lang->product->name; -$config->product->dtable->fieldList['name']['minWidth'] = 248; -$config->product->dtable->fieldList['name']['type'] = 'link'; +$config->product->dtable->fieldList['name']['width'] = 0.2; +$config->product->dtable->fieldList['name']['type'] = 'title'; $config->product->dtable->fieldList['name']['flex'] = 1; $config->product->dtable->fieldList['name']['nestedToggle'] = false; $config->product->dtable->fieldList['name']['checkbox'] = true; diff --git a/module/program/css/product.ui.css b/module/program/css/product.ui.css deleted file mode 100644 index c9e8f7b2ce..0000000000 --- a/module/program/css/product.ui.css +++ /dev/null @@ -1 +0,0 @@ -#mainContent .dtable-footer {margin-top: 0.75rem;}