From 401524fb5661d57ffb2229d683fe4de85b65fd1c Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期四, 31 八月 2023 17:54:24 +0800
Subject: [PATCH] 生产管理看板+删不需要的文件
---
public/index.html | 19 ++++++++++++++++---
1 files changed, 16 insertions(+), 3 deletions(-)
diff --git a/public/index.html b/public/index.html
index dfcc87a..caded48 100644
--- a/public/index.html
+++ b/public/index.html
@@ -5,7 +5,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
- <link rel="icon" type="image/png" href="<%= htmlWebpackPlugin.options.faviconPath%>" sizes="32x32" />
+ <link rel="icon" type="image/png" href="<%= BASE_URL %>favicon.png" sizes="32x32" />
<link rel="stylesheet" href="/fonts/alibaba/iconfont.css">
<title><%= htmlWebpackPlugin.options.title %></title>
@@ -367,9 +367,9 @@
cursor: pointer;
}
- /* .flex-box{
+ .flex-box{
display: flex;
- } */
+ }
.el-button--primary {
color: #FFFFFF;
background-color: #3D68E1 !important;
@@ -408,6 +408,13 @@
visibility: hidden;
}
+ /* 鍨傜洿鏂瑰悜灞呬腑dialog妗� */
+ .el-dialog {
+ margin: 0 auto !important;
+ top: 50%;
+ transform: translateY(-50%);
+ }
+
.form-tip {
color: #999;
position: relative;
@@ -433,6 +440,12 @@
text-align: center;
border: 0px solid transparent;
}
+
+ ::-webkit-scrollbar {
+ width: 6px;
+ height: 6px;
+ background-color: #f5f5f5;
+ }
</style>
</head>
--
Gitblit v1.8.0