From c263fb316fc23d9db98ce711fda30d81c28d2d9c Mon Sep 17 00:00:00 2001 From: zouyu <2723363702@qq.com> Date: 星期四, 08 八月 2024 19:02:10 +0800 Subject: [PATCH] Merge branch 'master' of http://114.132.189.42:9002/r/center-lims-before --- index.html | 22 +++++++++++++--------- 1 files changed, 13 insertions(+), 9 deletions(-) diff --git a/index.html b/index.html index 5e2878a..bf9d2d7 100644 --- a/index.html +++ b/index.html @@ -2,17 +2,17 @@ <html> <head> <meta charset="utf-8"> - <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"> - <meta http-equiv="Expires" CONTENT="0"> - <meta http-equiv="Cache-Control" CONTENT="no-cache"> - <meta http-equiv="Pragma" CONTENT="no-cache"> + + <meta http-equiv="pragram" content="no-cache"> + <meta http-equiv="cache-control" content="no-cache, no-store, must-revalidate"> + <meta http-equiv="expires" content="0"> <title>LIMS瀹為獙瀹ょ鐞嗙郴缁�</title> <link rel="icon" type="image/x-icon" href="./static/img/logo.png"> - <link href="./static/luckysheet/plugins/css/pluginsCss.css" rel="stylesheet" /> - <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" /> + <link href="<%= htmlWebpackPlugin.options.url %>/static/luckysheet/plugins/css/pluginsCss.css" rel="stylesheet" /> + <link href="<%= htmlWebpackPlugin.options.url %>/static/luckysheet/plugins/plugins.css" rel="stylesheet" /> + <link href="<%= htmlWebpackPlugin.options.url %>/static/luckysheet/css/luckysheet.css" rel="stylesheet" /> + <link href="<%= htmlWebpackPlugin.options.url %>/static/luckysheet/assets/iconfont/iconfont.css" rel="stylesheet" /> <style> #app{ overflow: hidden; @@ -21,12 +21,16 @@ max-height: 70vh !important; overflow-y: scroll !important; } + .el-message-box__message{ + max-height: 500px !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> +</body> <script src="<%= htmlWebpackPlugin.options.url %>/static/luckysheet/plugins/js/plugin.js"></script> <script src="<%= htmlWebpackPlugin.options.url %>/static/luckysheet/luckysheet.umd.js"></script> -</body> </html> -- Gitblit v1.9.3