* Code for review.

This commit is contained in:
liyuchun
2021-09-07 17:19:16 +08:00
parent 2ff5394542
commit a36720eed1
3 changed files with 71 additions and 71 deletions
+1 -1
View File
@@ -355,7 +355,7 @@ class commonModel extends model
global $app, $config, $lang;
$html = "<a class='dropdown-toggle' data-toggle='dropdown'>";
$html .= "<i class='icon icon-plus-solid-circle'></i>";
$html .= "<i class='icon icon-plus-solid-circle text-secondary'></i>";
$html .= "</a><ul class='dropdown-menu pull-right create-list'>";
$showCreateList = $lastIsDivider = $needPrintDivider = false;