* Adjust hover style.

This commit is contained in:
holan20180123
2021-07-26 15:40:21 +08:00
parent 6963df112f
commit 7dc0b31a96
+1 -1
View File
@@ -1691,7 +1691,7 @@ class docModel extends model
$html = "<div class='btn-group dropdown-hover'>";
$html .= "<a href='javascript:;' class='btn btn-link' data-toggle='dropdown'>{$this->lang->doc->myCollection}</a>";
$html .= "<ul class='dropdown-menu'>";
$html .= "<ul class='dropdown-menu pull-right'>";
if(empty($docs)) $html .= "<li>{$this->lang->noData}</li>";