scorpio 2 年之前
父节点
当前提交
c9a5cec99a
共有 2 个文件被更改,包括 4 次插入4 次删除
  1. 1 1
      src/layout/top.vue
  2. 3 3
      src/views/home/component/folder_info.vue

+ 1 - 1
src/layout/top.vue

@@ -280,7 +280,7 @@ export default {
         }
         self.serverTimeoutObj = setTimeout(function () {
           // 超时关闭
-          self.websock.close()
+          // self.websock.close()
         }, self.timeout)
       }, self.timeout)
     },

+ 3 - 3
src/views/home/component/folder_info.vue

@@ -31,7 +31,7 @@
         width: 100%;
         margin-left: -10px;
       "
-    ></div>
+    />
     <!------tab------>
     <div class="flex flex-center mt-15">
       <div class="flex flex-center" style="flex: 3.8">
@@ -50,10 +50,10 @@
           </el-badge>
         </div>
       </div>
-      <div class="flex flex-center mr-5" style="flex: 1.2">
+      <div class="flex flex-center ml-10" style="flex: 1.2">
         <base-button
           v-if="canCreateFolder"
-          class="mr-20"
+          class="mr-10"
           icon="User"
           title="批量授权"
           type="0"