@@ -280,7 +280,7 @@ export default {
}
self.serverTimeoutObj = setTimeout(function () {
// 超时关闭
- self.websock.close()
+ // self.websock.close()
}, self.timeout)
},
@@ -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 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"