From 2ed28ee1ae2b88c7eb238cb65d91c8002dd566fd Mon Sep 17 00:00:00 2001 From: guy Date: Sat, 11 Sep 2021 17:52:24 +0800 Subject: [PATCH] bugfix --- src/base/combination/combo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/base/combination/combo.js b/src/base/combination/combo.js index 2e9b1b9d9..8fdd126e2 100644 --- a/src/base/combination/combo.js +++ b/src/base/combination/combo.js @@ -342,7 +342,7 @@ var maxW = this.element.outerWidth() || o.width; // BI-93885 最大列宽算法调整 if (maxW < 500) { - if (width > 500) { + if (width >= 500) { maxW = 500; } else if(width > maxW) { // 防止小数导致差那么一点