husq
2023-09-13 5ac4e22d4c590216734fb4f9b93881a92a1f2f4e
src/pages/page-web/projects/workspace.vue
@@ -115,7 +115,7 @@
}
// 监听ws 消息
useConnectWebSocket(messageHandler)
// useConnectWebSocket(messageHandler)
</script>
<style lang="scss" scoped>
@@ -129,8 +129,9 @@
  .left {
    display: flex;
    width: 335px;
    flex: 0 0 335px;
    // width: 335px;
    flex: 1;
    // flex: 0 0 335px;
    background-color: #232323;
    .main-content {