From e51a8bda1e15ad30654c5f90f5591f240a5ec3de Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期二, 22 八月 2023 18:02:09 +0800
Subject: [PATCH] 	modified:   .env.development 	new file:   src/api/home.js 	new file:   src/assets/404_images/bg.png 	modified:   src/main.js 	modified:   src/views/home/index.vue 	modified:   src/views/standardLibrary/index.vue

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

diff --git a/src/views/standardLibrary/index.vue b/src/views/standardLibrary/index.vue
index bd0a4b2..7e30213 100644
--- a/src/views/standardLibrary/index.vue
+++ b/src/views/standardLibrary/index.vue
@@ -1,7 +1,7 @@
 <template>
   <div class="standard-library-main">
     <div class="content-main">
-      <div class="library-bom">
+      <div class="library-bom" style="width: 300px;">
         <el-input
           v-model="filterText"
           placeholder="杈撳叆鍏抽敭瀛楄繘琛岃繃婊�"
@@ -9,6 +9,7 @@
         <el-button type="text">鍏ㄩ儴</el-button>
         <el-tree
           ref="tree"
+          style="width: 100%;"
           class="filter-tree"
           :data="standardTree"
           :props="defaultProps"
@@ -20,7 +21,7 @@
           @node-click="nodeClick"
         />
       </div>
-      <div class="library-table">
+      <div class="library-table" style="width: 80%;">
         <div class="table-header">
           <div class="search-bar">
             <el-form ref="form" :inline="true" :model="searchData">
@@ -398,14 +399,15 @@
       background: #fff;
     }
     .library-bom{
-      padding-right: 10px;
-      width: 40vh;
+      // padding-right: 10px;
+      width: 300px;
       // height: 100%;
       max-height: 100%;
-      margin-right: 12px;
+      // margin-right: 12px;
       // overflow-y: scroll;
       .el-tree {
-        // margin-top: 12px;
+        // margin-top: 
+        width: 100%;
         ::v-deep .el-tree-node__content{
           height: 24px !important;
           font-size: 18px;
@@ -475,11 +477,11 @@
           flex-direction: column;
           justify-content: space-between;
 
-          .el-table {
+          // .el-table {
             // flex: 1;
             // max-height: 680px;
             // overflow-y: scroll;
-          }
+          // }
           >div:nth-child(3){
             // height: 20px;
             display: flex;

--
Gitblit v1.9.3