* Set drop menu width to 160.

This commit is contained in:
qixinzhi
2024-03-27 17:23:13 +08:00
committed by liyang
parent 078fd9a6bf
commit 2f4139058d
+1 -1
View File
@@ -26,7 +26,7 @@ $fnGenerateScopeMenu = function() use ($scope, $scopeText, $scopeList)
set::defaultValue($scope),
set::text($scopeText),
set::caret(false),
set::popWidth(200),
set::popWidth(160),
set::popClass('popup text-md'),
set::data(array('search' => false, 'checkIcon' => false, 'link' => $link, 'data' => $scopeList))
);