From f8d966a211fdbc55b485b11f27013b1ba0ecabba Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期二, 26 九月 2023 15:37:27 +0800
Subject: [PATCH] 下发参数 提示成功样式改版 增加倒计时3s自动关闭弹框+错误提示 限制3s 关闭+工序完成不可操作
---
src/assets/style/index.scss | 20 +++-----------------
1 files changed, 3 insertions(+), 17 deletions(-)
diff --git a/src/assets/style/index.scss b/src/assets/style/index.scss
index c425a67..7a1e358 100644
--- a/src/assets/style/index.scss
+++ b/src/assets/style/index.scss
@@ -361,24 +361,9 @@
}
-//婊氬姩鏉℃牱寮�
-::-webkit-scrollbar {
- width:8px!important;
- height:8px!important;
- -webkit-appearance:none;
- background-color:#00000040;
-}
-::-webkit-scrollbar-thumb {
- box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
- background: #e1e1e1;
-}
-::-webkit-scrollbar-track {
- box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
- // border-radius: 10px;
- background: #ffffff;
- // background:#2c60c5;
-}
+
+
//琛ㄦ牸婊氬姩
// .el-table__body-wrapper::-webkit-scrollbar-thumb {
// border-radius: 5px;
@@ -444,6 +429,7 @@
}
.el-button.el-button--small{
padding:6px 6px;
+ font-size:12px!important;
}
.el-form--label-left .el-form-item__label{
font-size: 13px;
--
Gitblit v1.8.0