From 6c496684e92d7d0d90b50de55f77e3ee93bbabe1 Mon Sep 17 00:00:00 2001
From: yuyu <1981343953@qq.com>
Date: 星期四, 10 八月 2023 15:37:46 +0800
Subject: [PATCH] 委托检验和新增检验8.10提交

---
 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