From 11f6a8c911c5ef241f42953976661a249aa8b83e Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Tue, 08 Aug 2023 17:18:58 +0800
Subject: [PATCH] 数据修改

---
 src/main/resources/templates/index.html |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/src/main/resources/templates/index.html b/src/main/resources/templates/index.html
index 6917391..d6c37d2 100644
--- a/src/main/resources/templates/index.html
+++ b/src/main/resources/templates/index.html
@@ -3,7 +3,7 @@
       xmlns:shiro="http://www.pollix.at/thymeleaf/shiro">
 <head>
     <meta charset="utf-8">
-    <title>FEBS 权限系统</title>
+    <title>ANT 权限系统</title>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
     <meta name="renderer" content="webkit">
     <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
@@ -20,6 +20,12 @@
 </head>
 <body>
 <div id="febs"></div>
+<style type="text/css">
+    ::-webkit-scrollbar {
+        height: 20px !important;
+        background-color: #f4f4f4;
+    }
+</style>
 <script th:src="@{layui/layui.js}"></script>
 <script th:inline="javascript">
     var ctx = [[@{/}]];
@@ -34,7 +40,8 @@
         formSelects: 'lay/extends/formSelects-v4.min',
         treeSelect: 'lay/extends/treeSelect',
         apexcharts: 'lay/extends/apexcharts.min',
-        eleTree: 'lay/extends/eleTree'
+        eleTree: 'lay/extends/eleTree',
+        // enhance: 'lay/extends/enhance'
     }).use(['index']);
 </script>
 </body>

--
Gitblit v1.9.1