From b4adff68a07b783fc90da1c9370d8be5f383e700 Mon Sep 17 00:00:00 2001
From: 黎星凯 <13949086503@163.com>
Date: 星期三, 08 五月 2024 13:46:34 +0800
Subject: [PATCH] 20240528修改: bug41、42、43修改 领用单(分发单),调拨单,流程优化

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

diff --git a/admin-web/src/views/stock/index.scss b/admin-web/src/views/stock/index.scss
index 1d33fb1..324f67b 100644
--- a/admin-web/src/views/stock/index.scss
+++ b/admin-web/src/views/stock/index.scss
@@ -2,12 +2,12 @@
   .ml-20 {
     margin-left: 20px;
   }
-  .card,.list-item {
+  .card,
+  .list-item {
     display: flex;
     flex-wrap: wrap;
     margin: 0px !important;
     width: 100%;
-    min-height: 100%;
     .cm-item {
       width: 100%;
     }
@@ -47,7 +47,7 @@
           text-align: center;
           border-radius: 4px;
           border: 1px solid #f9675b99;
-          background: rgba($color:#f9675b99,$alpha:0.1);
+          background: rgba($color: #f9675b99, $alpha: 0.1);
           font-family: 'Microsoft YaHei';
           color: #f9675b;
           font-size: 13px;
@@ -57,17 +57,17 @@
         }
         .states-success {
           border: 1px solid #39ad6199;
-          background: rgba($color:#39ad6199,$alpha:0.1);
+          background: rgba($color: #39ad6199, $alpha: 0.1);
           color: #39ad61;
         }
         .states-info {
           border: 1px solid #999999;
-          background: rgba($color:#999999,$alpha:0.1);
+          background: rgba($color: #999999, $alpha: 0.1);
           color: #999999;
         }
         .states-warning {
           border: 1px solid #e6a23c;
-          background: rgba($color:#e6a23c,$alpha:0.1);
+          background: rgba($color: #e6a23c, $alpha: 0.1);
           color: #e6a23c;
         }
       }
@@ -128,15 +128,19 @@
       }
     }
   }
+  .el-pagination {
+    display: flex;
+    justify-content: flex-end;
+  }
 }
-.no-data{
+.no-data {
   margin-top: 100px;
   text-align: center;
   color: #909399;
 }
 
 /*缂栬緫*/
-.stock-edit{
+.stock-edit {
   .main-w {
     width: 88%;
   }
@@ -169,7 +173,7 @@
 }
 
 /*璇︽儏*/
-.stock-detail{
+.stock-detail {
   .img-row {
     display: flex;
     align-content: center;
@@ -183,12 +187,13 @@
     cursor: pointer;
     .img {
       width: 100%;
+      height: 100%;
+      object-fit: cover;
     }
   }
-  
+
   .goods-card {
     position: relative;
-    background: #f6f6f6;
     padding: 20px;
     box-sizing: border-box;
     border-radius: 4px;
@@ -198,4 +203,4 @@
       margin-top: 0;
     }
   }
-}
\ No newline at end of file
+}

--
Gitblit v1.9.1