From b82019ffead8666dd2167c81b97f18d390b0cba5 Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期一, 23 十月 2023 12:17:56 +0800
Subject: [PATCH] 概述的位置仓库 ,源位置,仓库位置 接口调整为查询对应仓库的位置

---
 src/assets/style/index.scss |   17 +++++++++++------
 1 files changed, 11 insertions(+), 6 deletions(-)

diff --git a/src/assets/style/index.scss b/src/assets/style/index.scss
index ad72597..dcbbdaf 100644
--- a/src/assets/style/index.scss
+++ b/src/assets/style/index.scss
@@ -132,6 +132,9 @@
 .yes-cursor {
   cursor: pointer;
 }
+.background_color_eee {
+  background: #eee;
+}
 
 .Badge {
   background: #d3d3d3;
@@ -146,7 +149,7 @@
 
 .btn-pager {
   display: flex;
-  margin-top: 0px;
+  margin-top: 5px;
   // background: #fff;
   .page {
     margin-left: auto;
@@ -183,16 +186,18 @@
 
 .rightContent {
   height: 100%;
-  padding: 10px;
+  padding: 12px 20px 10px 20px;
   background: #e6ecf2;
   .top {
-    margin-bottom: 20px;
-    height: 60px;
+    margin-bottom: 10px;
+    height: 80px;
     background: #fff;
-    border-radius: 8px;
+    border-radius: 12px;
+    display: flex;
+    align-items: center;
   }
   .list-view {
-    height: calc(100% - 120px);
+    height: calc(100% - 92px);
     background: #fff;
     border-radius: 12px;
     .table {

--
Gitblit v1.8.0