From 39f4f6a02782bf64f6045a9892e07fe9d813cc3c Mon Sep 17 00:00:00 2001 From: Crunchy <3114200645@qq.com> Date: 星期五, 26 四月 2024 11:43:25 +0800 Subject: [PATCH] 2024-4-26 资源要求-设备管理前端调整 --- index.html | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/index.html b/index.html index cd42218..ba5e1c3 100644 --- a/index.html +++ b/index.html @@ -13,6 +13,11 @@ <link href="./static/luckysheet/plugins/plugins.css" rel="stylesheet" /> <link href="./static/luckysheet/css/luckysheet.css" rel="stylesheet" /> <link href="./static/luckysheet/assets/iconfont/iconfont.css" rel="stylesheet" /> + <style> + #app{ + overflow: hidden; + } + </style> </head> <body> <div id="app"></div> -- Gitblit v1.9.3