From 24e235a318ae5bf11f35c339ad9187ab896334b8 Mon Sep 17 00:00:00 2001
From: zhaowei <zhaowei>
Date: 星期一, 29 七月 2024 15:16:31 +0800
Subject: [PATCH] 1、隐藏首页,进入系统后跳转至设备监控页面 2、调整用户管理编辑及显示字段 3、增加设备车间管理页面

---
 public/index.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/public/index.html b/public/index.html
index a58c86b..f42bfe6 100644
--- a/public/index.html
+++ b/public/index.html
@@ -220,7 +220,7 @@
     }
     /* 婊氬姩鏉′紭鍖� start */
     ::-webkit-scrollbar{
-      width:8px;
+      width:0;
       height:8px;
     }
     ::-webkit-scrollbar-track{

--
Gitblit v1.9.3