From c7e7d101d901ae10b9c32ea02f87abef54e280a7 Mon Sep 17 00:00:00 2001 From: 晏有为 <13214124+yan-youwei@user.noreply.gitee.com> Date: 星期三, 15 五月 2024 10:14:48 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- 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