* zentao: add .menu-dtable-actions className for project dtable.

This commit is contained in:
dingyongliang
2023-04-06 11:03:49 +08:00
parent f08f10566b
commit 7f73ed4825
+1 -1
View File
@@ -291,7 +291,7 @@ foreach($setting as $value)
'delete' => array('icon'=> 'icon-trash', 'hint'=> '删除', 'text' => '删除'),
'other' => array('type'=> 'dropdown', 'hint'=> '其他操作', 'caret' => true),
'link' => array('icon'=> 'icon-link', 'text'=> '关联产品', 'name' => 'link'),
'more' => array('icon'=> 'icon-ellipsis-v', 'hint'=> '更多', 'type' => 'dropdown', 'caret' => false),
'more' => array('icon'=> 'icon-ellipsis-v', 'hint'=> '更多', 'type' => 'dropdown', 'caret' => false, 'className' => 'menu-dtable-actions'),
'whitelist' => array('icon'=> 'icon-shield-check', 'text'=> '项目白名单', 'name' => 'whitelist'),
);
break;