From 78d117860baff2bc0acbe11480a66fc9dc8703a2 Mon Sep 17 00:00:00 2001
From: “zhuo” <“zhuo@itcast.cn”>
Date: 星期四, 10 八月 2023 18:01:42 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.110.209:9001/r/lims-before

---
 src/views/standardLibrary/index.vue |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/views/standardLibrary/index.vue b/src/views/standardLibrary/index.vue
index a447d44..bd0a4b2 100644
--- a/src/views/standardLibrary/index.vue
+++ b/src/views/standardLibrary/index.vue
@@ -384,7 +384,7 @@
 //   height: 800px;
 // }
 .standard-library-main{
-  width: 100%;
+  width: 100vh;
   height: 100%;
 // 椤甸潰涓績鍐呭鍖哄煙
   .content-main{
@@ -398,12 +398,12 @@
       background: #fff;
     }
     .library-bom{
-      flex: 2;
-      // width: 20%;
+      padding-right: 10px;
+      width: 40vh;
       // height: 100%;
       max-height: 100%;
       margin-right: 12px;
-      overflow-y: scroll;
+      // overflow-y: scroll;
       .el-tree {
         // margin-top: 12px;
         ::v-deep .el-tree-node__content{
@@ -453,7 +453,7 @@
     }
     .library-table{
       // height: 100%;
-      flex: 8;
+      width: 170vh;
       max-height: 100%;
       // flex: 8;
       margin-left: 12px;

--
Gitblit v1.9.3