From 69fc3d41d2db8f5860f5982946117454ca2d16b3 Mon Sep 17 00:00:00 2001
From: gaoluyang <gaoluyang@rengu.cc>
Date: 星期二, 24 九月 2024 15:06:37 +0800
Subject: [PATCH] 1.客户管理-客户名称其他都不用必填 2.检验下单-生产单位下拉框,如果选择的单位是没有对应的英文名称就用/代替
---
index.html | 12 ++++++++----
1 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/index.html b/index.html
index 08e3452..bf9d2d7 100644
--- a/index.html
+++ b/index.html
@@ -2,10 +2,10 @@
<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">
@@ -21,6 +21,10 @@
max-height: 70vh !important;
overflow-y: scroll !important;
}
+ .el-message-box__message{
+ max-height: 500px !important;
+ overflow-y: scroll !important;
+ }
</style>
</head>
<body>
--
Gitblit v1.9.3