From 89c4f0d4df54bd6162fdd7a1038df78d4133906a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=BF=A0=E6=9E=97?= <170083662@qq.com> Date: Wed, 29 Jul 2026 17:07:05 +0800 Subject: [PATCH] =?UTF-8?q?fix(option):=20=E8=B0=83=E6=95=B4=E8=B4=A7?= =?UTF-8?q?=E7=89=A9=E7=B1=BB=E5=9E=8B=E6=90=9C=E7=B4=A2=E8=8F=9C=E5=8D=95?= =?UTF-8?q?=E5=AE=BD=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将搜索菜单的跨度从24调整为10 - 改善搜索菜单在界面中的布局与显示效果 --- src/option/base/cargo-type.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/option/base/cargo-type.js b/src/option/base/cargo-type.js index aeea28a..adffcb4 100644 --- a/src/option/base/cargo-type.js +++ b/src/option/base/cargo-type.js @@ -36,7 +36,7 @@ export const getCargoTypeOption = ctx => ({ searchShow: true, searchIcon: false, searchLabelWidth: 50, - searchMenuSpan: 24, + searchMenuSpan: 10, searchIndex: 8, searchMenuPosition: 'right', border: true,