From 94de1745b4b69eeeb1ac8c5d3508ce87258afc25 Mon Sep 17 00:00:00 2001
From: haoyahui <2032914783@qq.com>
Date: 星期四, 16 十一月 2023 09:22:06 +0800
Subject: [PATCH] 库存管理

---
 admin-web/src/views/stock/index.scss |   12 +++++++++---
 1 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/admin-web/src/views/stock/index.scss b/admin-web/src/views/stock/index.scss
index 2e75344..1d33fb1 100644
--- a/admin-web/src/views/stock/index.scss
+++ b/admin-web/src/views/stock/index.scss
@@ -47,7 +47,7 @@
           text-align: center;
           border-radius: 4px;
           border: 1px solid #f9675b99;
-          background: #f9675b1a;
+          background: rgba($color:#f9675b99,$alpha:0.1);
           font-family: 'Microsoft YaHei';
           color: #f9675b;
           font-size: 13px;
@@ -57,13 +57,18 @@
         }
         .states-success {
           border: 1px solid #39ad6199;
-          background: #39ad610f;
+          background: rgba($color:#39ad6199,$alpha:0.1);
           color: #39ad61;
         }
         .states-info {
           border: 1px solid #999999;
-          background: #39ad610f;
+          background: rgba($color:#999999,$alpha:0.1);
           color: #999999;
+        }
+        .states-warning {
+          border: 1px solid #e6a23c;
+          background: rgba($color:#e6a23c,$alpha:0.1);
+          color: #e6a23c;
         }
       }
       .one-hed {
@@ -127,6 +132,7 @@
 .no-data{
   margin-top: 100px;
   text-align: center;
+  color: #909399;
 }
 
 /*缂栬緫*/

--
Gitblit v1.9.1