From e7ac90d4b4cae0ef71908bd6d0a22cf2b39d55c8 Mon Sep 17 00:00:00 2001
From: licp <lichunping@guanfang.com.cn>
Date: 星期五, 28 六月 2024 15:59:27 +0800
Subject: [PATCH] 添加公式
---
index.html | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/index.html b/index.html
index cd42218..483f242 100644
--- a/index.html
+++ b/index.html
@@ -13,9 +13,19 @@
<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;
+ }
+ .el-table-filter__list{
+ max-height: 70vh !important;
+ overflow-y: scroll !important;
+ }
+ </style>
</head>
<body>
<div id="app"></div>
+ <script type='text/javascript' src='http://10.16.173.59:81/web-apps/apps/api/documents/api.js'></script>
<script src="<%= htmlWebpackPlugin.options.url %>/static/luckysheet/plugins/js/plugin.js"></script>
<script src="<%= htmlWebpackPlugin.options.url %>/static/luckysheet/luckysheet.umd.js"></script>
</body>
--
Gitblit v1.9.3