|
@@ -1640,11 +1640,11 @@ class Database
|
|
|
$cancel = '';
|
|
|
if ($search) {
|
|
|
$asc = $search;
|
|
|
- $cancel = ' <a class="glyphicon glyphicon-remove-sign" style="color:black;" href="' . str_replace('{order}', '', $link) . '" title="取消排序"></a>';
|
|
|
+ $cancel = ' <a class="glyphicon glyphicon-remove-sign layui-icon layui-icon-close" style="color:black;" href="' . str_replace('{order}', '', $link) . '" title="取消排序"></a>';
|
|
|
} else {
|
|
|
$asc = 'desc';
|
|
|
if (!isset($v['order']) && $k != 'id') {
|
|
|
- $cancel = ' <a class="glyphicon glyphicon-circle-arrow-down" style="color:black;" href="' . str_replace('{order}', '&' . $order . '=desc', $link) . '" title="降序"></a>';
|
|
|
+ //$cancel = ' <a class="glyphicon glyphicon-circle-arrow-down layui-icon layui-icon-up" style="color:black;" href="' . str_replace('{order}', '&' . $order . '=desc', $link) . '" title="降序"></a>';
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -1670,7 +1670,7 @@ class Database
|
|
|
$result[] = $layui;
|
|
|
|
|
|
} else {
|
|
|
- $result[] = '<th data-priority="'.$v['level'].'"><a href="' . $link . '" title="' . $text . '" style="color:black;">' . $v['name'] . ' <span class="glyphicon glyphicon-circle-arrow-' . $icon . '"></span></a>' . $cancel . '</th>';
|
|
|
+ $result[] = '<th data-priority="'.$v['level'].'"><a href="' . $link . '" title="' . $text . '" style="color:black;">' . $v['name'] . ' <span class="glyphicon glyphicon-circle-arrow-' . $icon . ' layui-icon layui-icon-' . $icon . '"></span></a>' . $cancel . '</th>';
|
|
|
}
|
|
|
|
|
|
} else {
|