* Modify the export pop-up window size.

This commit is contained in:
tianshujie
2024-05-13 10:47:01 +08:00
parent 1425a66992
commit f2dc4701c2
+2
View File
@@ -10,6 +10,7 @@ declare(strict_types=1);
*/
namespace zin;
jsVar('exportMethod', $exportMethod);
$createLibButton = common::hasPriv('doc', 'createLib') ? btn
(
setClass('secondary'),
@@ -85,6 +86,7 @@ toolbar
'class' => 'ghost export',
'text' => $lang->export,
'url' => $exportLink,
'data-size' => 'sm',
'data-toggle' => 'modal'
))) : null,
$createLibButton,