| 
					
				 | 
			
			
				@@ -1,6 +1,6 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 <template> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   <div class="containe"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    <div class="header"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    <!-- <div class="header"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       <span>个人设置</span> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       <img src="../../../assets/img/chevron-down.png" alt="" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       <img src="../../../assets/img/slash.png" alt="" /> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -11,9 +11,9 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       <img src="../../../assets/img/chevron-up.png" alt="" class="top2" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       <img src="../../../assets/img/slash.png" alt="" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    <div class="title">分组空间</div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    <div class="title">分组空间</div> --> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     <div class="main"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      <h3>目录列表</h3> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      <h3>分组存储空间</h3> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       <div class="main-main"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <div class="app-container"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           <el-row :gutter="10" class="mb8"> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -39,13 +39,13 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 >展开/折叠</el-button 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               > 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             </el-col> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            <el-col :span="1.5"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <!-- <el-col :span="1.5"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               <el-button type="warning" plain size="mini" @click="handleClose">返回</el-button> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            </el-col> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            <right-toolbar 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            </el-col> --> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <!-- <right-toolbar 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               :showSearch.sync="showSearch" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               @queryTable="getList" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            ></right-toolbar> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            ></right-toolbar> --> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           </el-row> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           <el-table 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -492,58 +492,59 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   font-weight: 500; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   padding-left: calc(100vw * (20 / 1920)); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   //顶部信息 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  .header { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    height: calc(100vh * (22 / 1080)); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    margin-top: calc(100vh * (20 / 1080)); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    margin-bottom: calc(100vh * (20 / 1080)); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    display: flex; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    align-items: center; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    img { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      width: calc(100vw * (16 / 1920)); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      height: calc(100vh * (16 / 1080)); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      border: 1px dashed grey; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      margin-left: 3px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      margin-right: 3px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    .top1 { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      color: #2e8aecff; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  //中间目录列表 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  .title { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    height: calc(100vh * (22 / 1080)); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    margin-top: calc(100vh * (20 / 1080)); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    margin-bottom: calc(100vh * (20 / 1080)); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    color: #ffffffff; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    font-size: 0.16rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    font-weight: bold; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    line-height: calc(100vh * (22 / 1080)); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  // .header { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  //   height: calc(100vh * (22 / 1080)); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  //   margin-top: calc(100vh * (20 / 1080)); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  //   margin-bottom: calc(100vh * (20 / 1080)); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  //   display: flex; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  //   align-items: center; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  //   img { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  //     width: calc(100vw * (16 / 1920)); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  //     height: calc(100vh * (16 / 1080)); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  //     border: 1px dashed grey; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  //     margin-left: 3px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  //     margin-right: 3px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  //   } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  //   .top1 { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  //     color: #2e8aecff; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  //   } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  // } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  // //中间目录列表 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  // .title { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  //   height: calc(100vh * (22 / 1080)); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  //   margin-top: calc(100vh * (20 / 1080)); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  //   margin-bottom: calc(100vh * (20 / 1080)); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  //   color: #ffffffff; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  //   font-size: 0.16rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  //   font-weight: bold; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  //   line-height: calc(100vh * (22 / 1080)); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  // } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   .main { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     width: calc(100vw * (1876 / 1920)); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    height: calc(100vh * (774 / 1080)); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    height: calc(100vh * (824 / 1080)); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     background: url(../../../assets/img/Group-610.png); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    background-size: calc(100vw * (1876 / 1920)) calc(100vh * (774 / 1080)); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    background-size: calc(100vw * (1876 / 1920)) calc(100vh * (824 / 1080)); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    margin-top: calc(100vh * (35 / 1080)); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     h3 { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       font-size: 0.2rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       color: #ffffffff; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      padding-top: calc(100vh * (21 / 1080)); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      padding-top: calc(100vh * (25 / 1080)); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       padding-left: calc(100vw * (30 / 1920)); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     .main-main { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       width: calc(100vw * (1845 / 1920)); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      height: calc(100vh * (700 / 1080)); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      height: calc(100vh * (750 / 1080)); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       margin-left: calc(100vw * (16 / 1920)); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       margin-top: calc(100vh * (20 / 1080)); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       // background: seagreen; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       .app-container { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         width: calc(100vw * (1845 / 1920)); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        height: calc(100vh * (700 / 1080)); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        height: calc(100vh * (750 / 1080)); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         padding: 0; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       .el-table { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         width: calc(100vw * (1830 / 1920)); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        height: calc(100vh * (646 / 1080)); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        height: calc(100vh * (696 / 1080)); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         margin-left: calc(100vw * (8 / 1920)); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         border: 1px solid #006c9aff; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         overflow: auto; 
			 |