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 | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/index.html b/index.html
index 034e1fa..483f242 100644
--- a/index.html
+++ b/index.html
@@ -17,11 +17,15 @@
#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 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