From 7fb0a8f0ab16c149484bf043754cd10cfa94de2f Mon Sep 17 00:00:00 2001
From: wangyi <2946747746@qq.com>
Date: 星期一, 19 一月 2026 14:48:05 +0800
Subject: [PATCH] 增加了业务员,保管员和验收员的对应的显示

---
 src/layout/components/AppMain.vue |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/src/layout/components/AppMain.vue b/src/layout/components/AppMain.vue
index 9209165..8cc8f75 100644
--- a/src/layout/components/AppMain.vue
+++ b/src/layout/components/AppMain.vue
@@ -72,7 +72,12 @@
   }
 }
 </style>
-
+<style>
+.el-table ::-webkit-scrollbar {
+  width: 15px;
+  height: 15px;
+}
+</style>
 <style lang="scss">
 // fix css style bug in open el-dialog
 .el-popup-parent--hidden {
@@ -81,7 +86,7 @@
   }
 }
 
-::-webkit-scrollbar {
+ ::-webkit-scrollbar {
   width: 6px;
   height: 6px;
 }
@@ -91,7 +96,7 @@
 }
 
 ::-webkit-scrollbar-thumb {
-  background-color: #c0c0c0;
+  background-color: #666;
   border-radius: 3px;
 }
 </style>

--
Gitblit v1.9.1