licp
2024-06-28 e41c8ce514dffeb999d737ea8dbda30ab8b60aa0
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>