From 4755c05cf9673876e13bd139cc4ec2d851cd83e3 Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期一, 15 四月 2024 18:34:59 +0800
Subject: [PATCH] 库存调拨 3个字段的回显问题修改

---
 src/assets/style/reset-element.scss |   49 +++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 49 insertions(+), 0 deletions(-)

diff --git a/src/assets/style/reset-element.scss b/src/assets/style/reset-element.scss
index 8ae9ff0..35ceb8a 100644
--- a/src/assets/style/reset-element.scss
+++ b/src/assets/style/reset-element.scss
@@ -26,6 +26,26 @@
   }
 }
 
+::-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;
+}
+
+.color_F56C6C {
+  color: #f56c6c;
+}
 // .el-menu-item {
 //   margin: 8px;
 //   border-radius: 6px;
@@ -39,3 +59,32 @@
 //   background-position: center;
 //   width: 160px !important;
 // }
+.line_height_30px {
+  line-height: 30px;
+}
+
+.el-button--primary {
+  color: #fff;
+  background-color: $color-primary;
+  border-color: $color-primary;
+}
+
+.el-pagination.is-background .el-pager li:not(.disabled).active {
+  background: $color-primary !important;
+}
+
+.el-button--text {
+  //color: #2a78fb !important;
+}
+.el-button--text.is-disabled {
+  color: #7c7f85 !important;
+}
+.el-button--primary {
+  color: #fff;
+  background-color: #2a78fb;
+  border-color: #2a78fb;
+}
+// 棰滆壊
+.el-table .onSelect {
+  background: #ebf2ff;
+}

--
Gitblit v1.8.0