From 9f48d2bbe8a3eb9bf82282238b9c23bb7783c016 Mon Sep 17 00:00:00 2001 From: RuoYi Date: Wed, 28 May 2025 09:45:09 +0800 Subject: [PATCH] update bootstrap-table-custom-view icon --- .../extensions/custom-view/bootstrap-table-custom-view.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruoyi-admin/src/main/resources/static/ajax/libs/bootstrap-table/extensions/custom-view/bootstrap-table-custom-view.js b/ruoyi-admin/src/main/resources/static/ajax/libs/bootstrap-table/extensions/custom-view/bootstrap-table-custom-view.js index 7d0ae36d1..0d9243666 100644 --- a/ruoyi-admin/src/main/resources/static/ajax/libs/bootstrap-table/extensions/custom-view/bootstrap-table-custom-view.js +++ b/ruoyi-admin/src/main/resources/static/ajax/libs/bootstrap-table/extensions/custom-view/bootstrap-table-custom-view.js @@ -20,7 +20,7 @@ Utils.assignIcons($.fn.bootstrapTable.icons, 'customViewOn', { }) Utils.assignIcons($.fn.bootstrapTable.icons, 'customViewOff', { - glyphicon: 'glyphicon-thumbnails', + glyphicon: 'glyphicon glyphicon-eye-open', fa: 'fa-th', bi: 'bi-grid', icon: 'grid_on',