From 4a8efc53405efe0d20312694d39fbd8184badb39 Mon Sep 17 00:00:00 2001
From: yuyu <1981343953@qq.com>
Date: 星期二, 15 八月 2023 17:14:23 +0800
Subject: [PATCH] 8.15提交
---
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